[jdk16] RFR: 8258225: compiler/c2/cr6340864/TestIntVect.java runs faster in interpreter
Nils Eliasson
neliasso at openjdk.java.net
Thu Dec 17 15:35:09 UTC 2020
Exclude test-method from compiler/c2/cr6340864-tests.
In debug builds - the C1 method IR::verify is very costly in big methods with many blocks. The compile times explode. A sub minute test takes 35 minutes on slower machines - and these tests are run multiple times.
Some of these tests are saved by the HugeMethodLimit, but some (TestIntVect and TestLongVect) doesn't.
Please review,
Nils
-------------
Commit messages:
- Exclude test-method
Changes: https://git.openjdk.java.net/jdk16/pull/44/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk16&pr=44&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8258225
Stats: 36 lines in 8 files changed: 0 ins; 0 del; 36 mod
Patch: https://git.openjdk.java.net/jdk16/pull/44.diff
Fetch: git fetch https://git.openjdk.java.net/jdk16 pull/44/head:pull/44
PR: https://git.openjdk.java.net/jdk16/pull/44
More information about the hotspot-compiler-dev
mailing list