review for 7035161: assert(!o->is_null_object()) failed: null object not yet handled here.
Tom Rodriguez
tom.rodriguez at oracle.com
Fri Apr 8 14:30:06 PDT 2011
http://cr.openjdk.java.net/~never/7035161
7035161: assert(!o->is_null_object()) failed: null object not yet handled here.
Reviewed-by:
There's a bare oop across the call to ciField::type which might cause
a safepoint resulting in the field being read from a stale oop.
Tested with crashing test nsk.stress.jck12a.jck12a006.jck12a006.
More information about the hotspot-compiler-dev
mailing list