< prev index next >

src/share/vm/gc/shared/ptrQueue.hpp

Print this page

        

@@ -20,12 +20,12 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_G1_PTRQUEUE_HPP
-#define SHARE_VM_GC_G1_PTRQUEUE_HPP
+#ifndef SHARE_VM_GC_SHARED_PTRQUEUE_HPP
+#define SHARE_VM_GC_SHARED_PTRQUEUE_HPP
 
 #include "memory/allocation.hpp"
 #include "utilities/sizes.hpp"
 
 // There are various techniques that require threads to be able to log

@@ -311,6 +311,6 @@
 
   // Notify the consumer if the number of buffers crossed the threshold
   void notify_if_necessary();
 };
 
-#endif // SHARE_VM_GC_G1_PTRQUEUE_HPP
+#endif // SHARE_VM_GC_SHARED_PTRQUEUE_HPP
< prev index next >