< prev index next >

src/hotspot/share/code/dependencies.hpp

Print this page

        

@@ -202,11 +202,11 @@
 
   static void check_valid_dependency_type(DepType dept);
 
 #if INCLUDE_JVMCI
   // A Metadata* or object value recorded in an OopRecorder
-  class DepValue VALUE_OBJ_CLASS_SPEC {
+  class DepValue {
    private:
     // Unique identifier of the value within the associated OopRecorder that
     // encodes both the category of the value (0: invalid, positive: metadata, negative: object)
     // and the index within a category specific array (metadata: index + 1, object: -(index + 1))
     int _id;
< prev index next >