src/share/vm/prims/whitebox.cpp

changeset 7788
c97ba20ad404
parent 7781
33e421924c67
child 7797
e9a7f132cec3
     1.1 --- a/src/share/vm/prims/whitebox.cpp	Thu Apr 23 13:02:32 2015 +0300
     1.2 +++ b/src/share/vm/prims/whitebox.cpp	Tue Apr 28 00:37:33 2015 -0700
     1.3 @@ -913,7 +913,7 @@
     1.4    if (res == NULL) {
     1.5      tty->print_cr("Invalid layout of %s at %s", ik->external_name(),
     1.6          name_symbol->as_C_string());
     1.7 -    fatal("Invalid layout of preloaded class");
     1.8 +    vm_exit_during_initialization("Invalid layout of preloaded class: use -XX:+TraceClassLoading to see the origin of the problem class");
     1.9    }
    1.10  
    1.11    //fetch the field at the offset we've found

mercurial