[Bug 1296] -Xshare:dump causes Zero to crash

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Feb 4 16:38:46 PST 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1296

--- Comment #3 from Andrew John Hughes <gnu.andrew at redhat.com> ---
Line 200 is:

markOop mark = obj->mark();

and is the first line of:

// Interpreter/Compiler Slow Case       
// This routine is used to handle interpreter/compiler slow case
// We don't need to use fast path here, because it must have been
// failed in the interpreter/compile code.
void ObjectSynchronizer::slow_enter(Handle obj, BasicLock* lock, TRAPS) {

I would guess obj is NULL.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130205/86633a4c/attachment.html 


More information about the distro-pkg-dev mailing list