src/hotspot/share/oops/constantPool.hpp
changeset 49364 601146c66cad
parent 49360 886acec3b4c6
child 50971 34872a21af82
--- a/src/hotspot/share/oops/constantPool.hpp	Fri Mar 09 08:01:25 2018 +0100
+++ b/src/hotspot/share/oops/constantPool.hpp	Fri Mar 09 10:46:02 2018 -0500
@@ -48,7 +48,7 @@
 
 class SymbolHashMap;
 
-class CPSlot VALUE_OBJ_CLASS_SPEC {
+class CPSlot {
  friend class ConstantPool;
   intptr_t _ptr;
   enum TagBits  {_pseudo_bit = 1};
@@ -67,7 +67,7 @@
 
 // This represents a JVM_CONSTANT_Class, JVM_CONSTANT_UnresolvedClass, or
 // JVM_CONSTANT_UnresolvedClassInError slot in the constant pool.
-class CPKlassSlot VALUE_OBJ_CLASS_SPEC {
+class CPKlassSlot {
   // cp->symbol_at(_name_index) gives the name of the class.
   int _name_index;