< prev index next >

src/hotspot/share/prims/jvmtiRedefineClasses.cpp

Print this page

        

*** 557,568 **** case JVM_CONSTANT_Invalid: // fall through // At this stage, String could be here, but not StringIndex case JVM_CONSTANT_StringIndex: // fall through ! // At this stage JVM_CONSTANT_UnresolvedClassInError should not be ! // here case JVM_CONSTANT_UnresolvedClassInError: // fall through default: { // leave a breadcrumb --- 557,567 ---- case JVM_CONSTANT_Invalid: // fall through // At this stage, String could be here, but not StringIndex case JVM_CONSTANT_StringIndex: // fall through ! // At this stage JVM_CONSTANT_UnresolvedClassInError should not be here case JVM_CONSTANT_UnresolvedClassInError: // fall through default: { // leave a breadcrumb
< prev index next >