< prev index next >

src/hotspot/share/runtime/extendedPC.hpp

Print this page

        

@@ -29,11 +29,11 @@
 #include "utilities/globalDefinitions.hpp"
 
 // An ExtendedPC contains the _pc from a signal handler in a platform
 // independent way.
 
-class ExtendedPC VALUE_OBJ_CLASS_SPEC {
+class ExtendedPC {
  private:
   address _pc;
 
  public:
   address pc() const { return _pc; }
< prev index next >