# Internal Error (sharedRuntime.cpp:821), pid=19043, tid=139927336470272
# fatal error: exception happened outside interpreter, nmethods and vtable stubs at pc 0x00007f44c907c3f1
Judging by the IP (0x00007f44c907c3f1) we're coming from an address that is inside the code cache:
CodeCache: size=245760Kb used=8596Kb max_used=9752Kb free=237164Kb
bounds [0x00007f44c9000000, 0x00007f44c99e0000, 0x00007f44d8000000]
total_blobs=2592 nmethods=2254 adapters=248
compilation: enabled
and the page is marked executable:
7f44c9000000-7f44c99e0000 rwxp 00000000 00:00 0
Core dump is available.
# fatal error: exception happened outside interpreter, nmethods and vtable stubs at pc 0x00007f44c907c3f1
Judging by the IP (0x00007f44c907c3f1) we're coming from an address that is inside the code cache:
CodeCache: size=245760Kb used=8596Kb max_used=9752Kb free=237164Kb
bounds [0x00007f44c9000000, 0x00007f44c99e0000, 0x00007f44d8000000]
total_blobs=2592 nmethods=2254 adapters=248
compilation: enabled
and the page is marked executable:
7f44c9000000-7f44c99e0000 rwxp 00000000 00:00 0
Core dump is available.
- duplicates
-
JDK-8037113 fatal error: exception happened outside interpreter, nmethods and vtable stubs
-
- Closed
-