Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 11
- Affects Version/s: 9, 10, 11
3rd testcase of compiler/types/TestMeetIncompatibleInterfaceArrays.java takes more than 10 mins when running with Graal as JIT. As result the test could fail by timeout.
Here results of running the test on my linux machine:
build: 6.267 seconds
compile: 6.261 seconds
build: 4.899 seconds
compile: 4.897 seconds
driver: 0.456 seconds
build: 4.876 seconds
compile: 4.875 seconds
1st main: 7.55 seconds
build: 0.001 seconds
2nd main: 12.099 seconds
build: 0.0 seconds
3rd main: 758.013 seconds
relates to
JDK-8141551 C2 can not handle returns with incompatible interface arrays
- Resolved
JDK-8200360 MeetIncompatibleInterfaceArrays fails with "MeetIncompatibleInterfaceArrays0ASM.run() must be compiled at tier 0 !"
- Resolved