Request for reviews (S): 8000623: tools/javac/Diagnostics/6769027/T6769027.java crashes in PSPromotionManager::copy_to_survivor_space
Vladimir Kozlov
vladimir.kozlov at oracle.com
Wed Oct 17 10:02:01 PDT 2012
http://cr.openjdk.java.net/~kvn/8000623/webrev
We missed one place which loads java method's pointer (old MethodOop) from
vtable when switched to NPG. The load is marked as oop load and as result
method's pointer (which is in Metaspace now) ends up in oopmap.
I did not find any more similar places. But I found incorrect switch code which
I fixed.
Note, diffs does not show indent change in compile.hpp:
http://cr.openjdk.java.net/~kvn/8000623/webrev/src/share/vm/opto/compile.hpp.patch
Thanks,
Vladimir
More information about the hotspot-compiler-dev
mailing list