RFR: 8150561: [AArch64] JVMCI improvements
Christian Thalinger
christian.thalinger at oracle.com
Wed Feb 24 21:00:40 UTC 2016
https://bugs.openjdk.java.net/browse/JDK-8150561
http://cr.openjdk.java.net/~twisti/8150561/webrev.01/
With these changes it is possible to run Graal’s bytecode unit tests.
The patch includes a change in src/share/vm/jvmci/jvmciCodeInstaller.cpp to use PrintNMethods and CompileCommand directives to print disassembly when code installation is not going through the broker.
Also, it includes a fix for a mis-merge in src/share/vm/runtime/frame.cpp which broke printing of method names for JVMCI compiled methods:
# J 20 JVMCI (null)null (196 bytes) @ 0x00007fb38a369f2f [0x00007fb38a369e80+0x00000000000000af]
More information about the hotspot-compiler-dev
mailing list