hotspot/src/share/vm/opto/memnode.hpp
changeset 33606 af4ec8a4635b
parent 32370 38b7b5772b4f
child 33626 3c94db05e903
--- a/hotspot/src/share/vm/opto/memnode.hpp	Fri Oct 09 16:39:37 2015 +0200
+++ b/hotspot/src/share/vm/opto/memnode.hpp	Tue Oct 27 14:18:56 2015 +0000
@@ -997,7 +997,7 @@
 // "Acquire" - no following ref can move before (but earlier refs can
 // follow, like an early Load stalled in cache).  Requires multi-cpu
 // visibility.  Inserted independ of any load, as required
-// for intrinsic sun.misc.Unsafe.loadFence().
+// for intrinsic Unsafe.loadFence().
 class LoadFenceNode: public MemBarNode {
 public:
   LoadFenceNode(Compile* C, int alias_idx, Node* precedent)
@@ -1018,7 +1018,7 @@
 // "Release" - no earlier ref can move after (but later refs can move
 // up, like a speculative pipelined cache-hitting Load).  Requires
 // multi-cpu visibility.  Inserted independent of any store, as required
-// for intrinsic sun.misc.Unsafe.storeFence().
+// for intrinsic Unsafe.storeFence().
 class StoreFenceNode: public MemBarNode {
 public:
   StoreFenceNode(Compile* C, int alias_idx, Node* precedent)