-
Bug
-
Resolution: Fixed
-
P3
-
11, 15, 16
-
b23
$ CONF=linux-x86_64-zero-fastdebug make run-test TEST=java/lang/invoke/condy/CondyRepeatFailedResolution.java
# Internal Error (/home/shade/trunks/jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:2289), pid=574573, tid=581749
# Error: ShouldNotReachHere()
After some debugging, I think Zero misses to handle JVM_CONSTANT_DynamicInError. I believe we can just do the same thing as JVM_CONSTANT_Dynamic, and then let CALL_VM to go to handle_exception on another resolution failure.