src/hotspot/share/runtime/arguments.cpp
changeset 49653 a569cb4425f3
parent 49651 1e11c8a238f7
child 49710 f67333fc42bd
child 56422 b09629f4b243
equal deleted inserted replaced
49652:a74836b05c28 49653:a569cb4425f3
  3410   if (UseSharedSpaces && patch_mod_javabase) {
  3410   if (UseSharedSpaces && patch_mod_javabase) {
  3411     no_shared_spaces("CDS is disabled when " JAVA_BASE_NAME " module is patched.");
  3411     no_shared_spaces("CDS is disabled when " JAVA_BASE_NAME " module is patched.");
  3412   }
  3412   }
  3413 #endif
  3413 #endif
  3414 
  3414 
       
  3415 #ifndef CAN_SHOW_REGISTERS_ON_ASSERT
       
  3416   UNSUPPORTED_OPTION(ShowRegistersOnAssert);
       
  3417 #endif // CAN_SHOW_REGISTERS_ON_ASSERT
       
  3418 
  3415   return JNI_OK;
  3419   return JNI_OK;
  3416 }
  3420 }
  3417 
  3421 
  3418 // Helper class for controlling the lifetime of JavaVMInitArgs
  3422 // Helper class for controlling the lifetime of JavaVMInitArgs
  3419 // objects.  The contents of the JavaVMInitArgs are guaranteed to be
  3423 // objects.  The contents of the JavaVMInitArgs are guaranteed to be