RFR (XS): 7144405: JumbleGC002 assert(m->offset() == pc_offset) failed: oopmap not found

Roland Westrelin roland.westrelin at oracle.com
Mon Feb 13 01:32:55 PST 2012


http://cr.openjdk.java.net/~roland/7140985/webrev.00/

A piece is missing from the change I made for 7119286. In StubGenerator::generate_throw_exception(), a pc that is not the pc at the call is stored in the thread last frame anchor but this pc is not used for the associated oopmap (the pc at the call is).

Roland.


More information about the hotspot-compiler-dev mailing list