Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
Replay compilation currently relies on the fact that the vmentry field of a LambdaForm (which is in turn a field of MethodHandle) does not change. However, it can change in practice. This can be exacerbated by running with the flag: -Djava.lang.invoke.MethodHandle.COMPILE_THRESHOLD=1 When running compiler/ciReplay tests with that flag, the following tests fail: compiler/ciReplay/TestServerVM.java compiler/ciReplay/TestLambdas.java compiler/ciReplay/TestInlining.java
|