src/hotspot/share/code/relocInfo.hpp
changeset 49373 47b5652f2928
parent 48486 bda5211e7876
child 49392 2956d0ece7a9
--- a/src/hotspot/share/code/relocInfo.hpp	Fri Mar 09 13:36:39 2018 -0800
+++ b/src/hotspot/share/code/relocInfo.hpp	Fri Mar 09 20:01:38 2018 -0500
@@ -252,7 +252,7 @@
 class CodeSection;
 class RelocIterator;
 
-class relocInfo VALUE_OBJ_CLASS_SPEC {
+class relocInfo {
   friend class RelocIterator;
  public:
   enum relocType {
@@ -469,7 +469,7 @@
 // Holder for flyweight relocation objects.
 // Although the flyweight subclasses are of varying sizes,
 // the holder is "one size fits all".
-class RelocationHolder VALUE_OBJ_CLASS_SPEC {
+class RelocationHolder {
   friend class Relocation;
   friend class CodeSection;
 
@@ -640,7 +640,7 @@
 // It represents the relocation data of relocation record.
 // So, the RelocIterator unpacks relocInfos into Relocations.
 
-class Relocation VALUE_OBJ_CLASS_SPEC {
+class Relocation {
   friend class RelocationHolder;
   friend class RelocIterator;