diff src/share/vm/runtime/thread.cpp @ 17876:9c3dc501b5eb

8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline Summary: Preventing GCs to occur before VM is completely initialized. This was previously partly done by one part of the GC locker which not was removed. Reviewed-by: coleenp, pliden
author sjohanss
date Thu, 13 Feb 2014 10:05:03 +0100
parents 8847586c9037
children 78bbf4d43a14
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Mon Apr 14 20:56:48 2014 -0400
+++ b/src/share/vm/runtime/thread.cpp	Thu Feb 13 10:05:03 2014 +0100
@@ -239,7 +239,6 @@
   debug_only(_allow_allocation_count = 0;)
   NOT_PRODUCT(_allow_safepoint_count = 0;)
   NOT_PRODUCT(_skip_gcalot = false;)
-  CHECK_UNHANDLED_OOPS_ONLY(_gc_locked_out_count = 0;)
   _jvmti_env_iteration_count = 0;
   set_allocated_bytes(0);
   _vm_operation_started_count = 0;