< prev index next >

src/hotspot/share/c1/c1_RangeCheckElimination.hpp

Print this page

        

@@ -32,11 +32,11 @@
 public:
   static void eliminate(IR *ir);
 };
 
 // Implementation
-class RangeCheckEliminator VALUE_OBJ_CLASS_SPEC {
+class RangeCheckEliminator {
 private:
   int _number_of_instructions;
   bool _optimistic; // Insert predicates and deoptimize when they fail
   IR *_ir;
 
< prev index next >