RFR (XS): 8160647: [JVMCI] need to be able to copy internal arrays from LocalVariableTable and LineNumberTable

Doug Simon doug.simon at oracle.com
Thu Jun 30 12:39:53 UTC 2016


Existing JVMCI clients create modified LocalVariableTable and LineNumberTable objects from existing ones. To support this, (copies of) these object's internals must be accessible. The fix for JDK-8159613 removed such access and this bug restores it.

https://bugs.openjdk.java.net/browse/JDK-8160647
http://cr.openjdk.java.net/~dnsimon/8160647/

-Doug


More information about the hotspot-compiler-dev mailing list