--- old/src/hotspot/share/code/exceptionHandlerTable.hpp 2018-03-09 13:56:47.033925825 -0500 +++ new/src/hotspot/share/code/exceptionHandlerTable.hpp 2018-03-09 13:56:46.155935739 -0500 @@ -83,7 +83,7 @@ // modified. class nmethod; -class ExceptionHandlerTable VALUE_OBJ_CLASS_SPEC { +class ExceptionHandlerTable { private: HandlerTableEntry* _table; // the table int _length; // the current length of the table @@ -140,7 +140,7 @@ // Use 32-bit representation for offsets typedef uint implicit_null_entry; -class ImplicitExceptionTable VALUE_OBJ_CLASS_SPEC { +class ImplicitExceptionTable { uint _size; uint _len; implicit_null_entry *_data;