commit | d23eeef3492b53102eb8093524cf37e2b4c296db | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon May 18 22:31:29 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri May 29 14:15:04 2015 +0100 |
tree | 57d3e9ab2853d5b8092568bb3d29bc850c113315 | |
parent | a15c78d3cc28f514a482ffd792a767e97fe53c95 [diff] [blame] |
Support for inlining methods that call/throw. Mostly fixes here and there to make it working. Change-Id: I1b535e895105d78b65634636d675b818551f783e
diff --git a/test/478-checker-clinit-check-pruning/src/Main.java b/test/478-checker-clinit-check-pruning/src/Main.java index d5592aa..51be912 100644 --- a/test/478-checker-clinit-check-pruning/src/Main.java +++ b/test/478-checker-clinit-check-pruning/src/Main.java
@@ -167,7 +167,7 @@ static void invokeStaticNotInlined() { // The invocation of invokeStaticNotInlined triggers the // initialization of ClassWithClinit4, meaning that the - // hereinbelow call to staticMethod does not need a clinit + // call to staticMethod below does not need a clinit // check. staticMethod(); }