RFR(XS) (11) 8197447 : LogCompilation throws "couldn't find bytecode"
Eric Caspole
eric.caspole at oracle.com
Fri Feb 9 21:48:24 UTC 2018
Hi everybody,
Please review this small change to the LogCompilation tool, where it did
not support processing the unstable_fused_if uncommon trap which would
take the place of the first unstable_if in the original code.
I would like to add a test case for this but I am not sure what code
sequence would be sure to get this optimization, and also not result in
a giant log (where I originally found this problem while debugging an
unrelated problem). Open to suggestions.
Thanks,
Eric
JBS:
https://bugs.openjdk.java.net/browse/JDK-8197447
webrev:
http://cr.openjdk.java.net/~ecaspole/JDK-8197447/webrev/
More information about the hotspot-compiler-dev
mailing list