< prev index next >

src/hotspot/share/compiler/abstractCompiler.hpp

Print this page

        

@@ -31,14 +31,14 @@
 
 typedef void (*initializer)(void);
 
 #if INCLUDE_JVMCI
 // Per-compiler statistics
-class CompilerStatistics VALUE_OBJ_CLASS_SPEC {
+class CompilerStatistics {
   friend class VMStructs;
 
-  class Data VALUE_OBJ_CLASS_SPEC {
+  class Data {
     friend class VMStructs;
   public:
     elapsedTimer _time;  // time spent compiling
     int _bytes;          // number of bytecodes compiled, including inlined bytecodes
     int _count;          // number of compilations
< prev index next >