< prev index next >

src/hotspot/cpu/x86/c1_FpuStackSim_x86.hpp

Print this page

        

@@ -28,11 +28,11 @@
 //  Simulates the FPU stack and maintains mapping [fpu-register -> stack offset]
 //  FPU registers are described as numbers from 0..nof_fpu_regs-1
 
 class Compilation;
 
-class FpuStackSim VALUE_OBJ_CLASS_SPEC {
+class FpuStackSim {
  private:
   Compilation* _compilation;
   int          _stack_size;
   int          _regs[FrameMap::nof_fpu_regs];
 
< prev index next >