src/hotspot/share/oops/instanceKlass.hpp
changeset 49364 601146c66cad
parent 48884 7e17b00dc245
child 49393 93fe2fc5c093
--- a/src/hotspot/share/oops/instanceKlass.hpp	Fri Mar 09 08:01:25 2018 +0100
+++ b/src/hotspot/share/oops/instanceKlass.hpp	Fri Mar 09 10:46:02 2018 -0500
@@ -87,9 +87,8 @@
 };
 #endif  // !PRODUCT
 
-// ValueObjs embedded in klass. Describes where oops are located in instances of
-// this klass.
-class OopMapBlock VALUE_OBJ_CLASS_SPEC {
+// Describes where oops are located in instances of this klass.
+class OopMapBlock {
  public:
   // Byte offset of the first oop mapped by this block.
   int offset() const          { return _offset; }