--- old/src/share/vm/oops/constMethod.hpp 2016-11-20 22:35:35.253666588 -0800 +++ new/src/share/vm/oops/constMethod.hpp 2016-11-20 22:35:35.089660543 -0800 @@ -205,7 +205,7 @@ // Adapter blob (i2c/c2i) for this Method*. Set once when method is linked. union { AdapterHandlerEntry* _adapter; - AdapterHandlerEntry** _adapter_trampoline; + AdapterHandlerEntry** _adapter_trampoline; // see comments around Method::link_method() }; int _constMethod_size;