JDK-8207026 : vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java fails with ERROR: nativeAndMH.c
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-07-11
  • Updated: 2018-07-11
  • Resolved: 2018-07-11
Related Reports
Duplicate :  
Description
The vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java fails with a rather spectacularly long error:

[307.433s][warning][codecache] CodeCache is full. Compiler has been disabled.
[307.433s][warning][codecache] Try increasing the code cache size using -XX:ReservedCodeCacheSize=
CodeCache: size=49152Kb used=42640Kb max_used=42640Kb free=6511Kb
 bounds [0xffffffff6c000000, 0xffffffff6f000000, 0xffffffff6f000000]
 total_blobs=77298 nmethods=24759 adapters=836
 compilation: disabled (not enough contiguous free space left)
              stopped_count=1, restarted_count=0
 full_count=0
# ERROR: nativeAndMH.c, 69: # ERROR: nativeAndMH.c, 69: # ERROR: nativeAndMH.c, 69: # ERROR: nativeAndMH.c, 69: # ERROR: nativeAndMH.c, 69: # ERROR: nativeAndMH.c, 69: NULL != (result = NSK_CPP_STUB4(CallObjectMethod, pEnv, mhToCall, mid, arguments))
NULL != (result = NSK_CPP_STUB4(CallObjectMethod, pEnv, mhToCall, mid, arguments))
NULL != (result = NSK_CPP_STUB4(CallObjectMethod, pEnv, mhToCall, mid, arguments))
#   verified JNI assertion is FALSE
NULL != (result = NSK_CPP_STUB4(CallObjectMethod, pEnv, mhToCall, mid, arguments))
...
(goes on, followed by a bunch of other types of error messages and exceptions)
Comments
Yes, that looks like a duplicate of JDK-8193082. Closing.
11-07-2018

JDK-8193082 ?
11-07-2018