src/hotspot/share/gc/shared/memAllocator.cpp
changeset 57745 789e967c2731
parent 57602 dbe471d2f8f8
child 57777 90ead0febf56
--- a/src/hotspot/share/gc/shared/memAllocator.cpp	Wed Aug 14 11:14:54 2019 +0100
+++ b/src/hotspot/share/gc/shared/memAllocator.cpp	Wed Aug 14 10:07:00 2019 -0400
@@ -143,7 +143,6 @@
   // Clear unhandled oops for memory allocation.  Memory allocation might
   // not take out a lock if from tlab, so clear here.
   Thread* THREAD = _thread;
-  CHECK_UNHANDLED_OOPS_ONLY(THREAD->clear_unhandled_oops();)
   assert(!HAS_PENDING_EXCEPTION, "Should not allocate with exception pending");
   debug_only(check_for_valid_allocation_state());
   assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");