Code Review for 7035161

Prepared by:never on Fri Apr 8 14:29:37 PDT 2011
Workspace:/export/ws/baseline
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Summary of changes: 2 lines changed: 0 ins; 0 del; 2 mod; 144 unchg
Patch of changes: 7035161.patch
Author comments:
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.

Bug id: Bug Database
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/ci/ciInstance.cpp

2 lines changed: 0 ins; 0 del; 2 mod; 144 unchg

This code review page was prepared using /never/bin/webrev (vers 23.18-hg-never).