RFR(S) 8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks

dean.long at oracle.com dean.long at oracle.com
Mon Dec 19 21:22:22 UTC 2016


AOT code, like C2 code, can reallocate objects during deoptimization, 
because of escape analysis.  To support this, we need to set the 
"return_oop" flag on the scope correctly.

https://bugs.openjdk.java.net/browse/JDK-8169938
http://cr.openjdk.java.net/~dlong/8169938/webrev/

dl



More information about the hotspot-compiler-dev mailing list