hotspot/src/share/vm/opto/library_call.cpp
changeset 29076 4a5f7c1e6ed7
parent 28957 75ca61f0b7c7
child 29341 dedd5ddb0f95
--- a/hotspot/src/share/vm/opto/library_call.cpp	Sat Feb 14 08:53:57 2015 -0800
+++ b/hotspot/src/share/vm/opto/library_call.cpp	Tue Feb 17 13:19:23 2015 -0500
@@ -2598,8 +2598,7 @@
   // bypassing each other.  Happens after null checks, so the
   // exception paths do not take memory state from the memory barrier,
   // so there's no problems making a strong assert about mixing users
-  // of safe & unsafe memory.  Otherwise fails in a CTW of rt.jar
-  // around 5701, class sun/reflect/UnsafeBooleanFieldAccessorImpl.
+  // of safe & unsafe memory.
   if (need_mem_bar) insert_mem_bar(Op_MemBarCPUOrder);
 
   if (!is_store) {