RFR: 8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending

Doug Simon doug.simon at oracle.com
Wed Aug 29 15:06:57 UTC 2018


Please review this small patch to fix an incorrect usage of GrowableArray that can leads to an assertion failure in a fastdebug VM.

Many thanks to Gilles Duboscq for the test showing the problem and confirming that the fix works.

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

Testing: hs-tier3-graal

-Doug


More information about the hotspot-compiler-dev mailing list