--- old/src/share/vm/oops/method.cpp 2017-09-20 13:21:26.165474274 +0200 +++ new/src/share/vm/oops/method.cpp 2017-09-20 13:21:26.073474275 +0200 @@ -1120,7 +1120,7 @@ // Adapters for compiled code are made eagerly here. They are fairly // small (generally < 100 bytes) and quick to make (and cached and shared) // so making them eagerly shouldn't be too expensive. - AdapterHandlerEntry* adapter = AdapterHandlerLibrary::get_adapter(mh); + AdapterHandlerEntry* adapter = AdapterHandlerLibrary::get_adapter(mh, CHECK_0); if (adapter == NULL ) { if (!is_init_completed()) { // Don't throw exceptions during VM initialization because java.lang.* classes