--- old/src/hotspot/share/runtime/frame.hpp 2018-03-07 23:12:51.325202821 -0500 +++ new/src/hotspot/share/runtime/frame.hpp 2018-03-07 23:12:50.392468573 -0500 @@ -47,7 +47,7 @@ // so that one physical frame can correspond to multiple source level // frames because of inlining. -class frame VALUE_OBJ_CLASS_SPEC { +class frame { private: // Instance variables: intptr_t* _sp; // stack pointer (from Thread::last_Java_sp) @@ -426,7 +426,7 @@ #ifndef PRODUCT // A simple class to describe a location on the stack -class FrameValue VALUE_OBJ_CLASS_SPEC { +class FrameValue { public: intptr_t* location; char* description;