diff options
author | 2015-07-23 12:15:01 +0100 | |
---|---|---|
committer | 2015-07-27 16:18:05 +0100 | |
commit | 6a92a033c33e383541d77607fbe8cd982875d13d (patch) | |
tree | 11ede9dc975d1c79751ce2012a4956325df24481 /test/491-current-method/src/Main.java | |
parent | b65eb5058dd6178d329e51e9dfd6d8cf58c6a0bb (diff) |
Cosmetic changes in ART run-tests.
Perform a copyright headers clean up mostly.
Change-Id: I26c855b2f54d0887676d9b9b8281b14b7978ab29
Diffstat (limited to 'test/491-current-method/src/Main.java')
-rw-r--r-- | test/491-current-method/src/Main.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/491-current-method/src/Main.java b/test/491-current-method/src/Main.java index 87ef05218d..51a41a6cc7 100644 --- a/test/491-current-method/src/Main.java +++ b/test/491-current-method/src/Main.java @@ -16,7 +16,7 @@ class Main { - // The code below is written in a way that will crash + // The code below is written in a way that would crash // the generated code at the time of submission of this test. // Therefore, changes to the register allocator may // affect the reproducibility of the crash. @@ -25,8 +25,8 @@ class Main { // to put the ART current method. c = c / 42; // We use the empty string for forcing the slow path. - // The slow path for charAt when it is intrinsified, will - // move the parameter to ECX, and therefore overwrite the ART + // The slow path for charAt, when it is intrinsified, will + // move the parameter to ECX and therefore overwrite the ART // current method. "".charAt(c); |