< prev index next >

src/hotspot/share/opto/node.hpp

Print this page

        

@@ -1192,11 +1192,11 @@
 // Iterators over DU info, and associated Node functions.
 
 #if OPTO_DU_ITERATOR_ASSERT
 
 // Common code for assertion checking on DU iterators.
-class DUIterator_Common VALUE_OBJ_CLASS_SPEC {
+class DUIterator_Common {
 #ifdef ASSERT
  protected:
   bool         _vdui;               // cached value of VerifyDUIterators
   const Node*  _node;               // the node containing the _out array
   uint         _outcnt;             // cached node->_outcnt

@@ -1616,11 +1616,11 @@
 
 
 //-----------------------------Node_Notes--------------------------------------
 // Debugging or profiling annotations loosely and sparsely associated
 // with some nodes.  See Compile::node_notes_at for the accessor.
-class Node_Notes VALUE_OBJ_CLASS_SPEC {
+class Node_Notes {
   friend class VMStructs;
   JVMState* _jvms;
 
 public:
   Node_Notes(JVMState* jvms = NULL) {
< prev index next >