< prev index next >

src/hotspot/share/prims/privilegedStack.hpp

Print this page

        

@@ -28,11 +28,11 @@
 #include "memory/allocation.hpp"
 #include "oops/oopsHierarchy.hpp"
 #include "runtime/vframe.hpp"
 #include "utilities/growableArray.hpp"
 
-class PrivilegedElement VALUE_OBJ_CLASS_SPEC {
+class PrivilegedElement {
  private:
   Klass*    _klass;                // klass for method
   oop       _privileged_context;   // context for operation
   intptr_t*     _frame_id;             // location on stack
   PrivilegedElement* _next;        // Link to next one on stack
< prev index next >