[jdk16] RFR: 8258647: TestCharVect2 is very slow
Nils Eliasson
neliasso at openjdk.java.net
Thu Dec 17 21:45:04 UTC 2020
This is fixes compiler/codegen/TestCharVect2.java that suffers from the same problems as the tests fixed in JDK-8258225.
With the fix the test is fast enough to run with c1 only - so I removed the @requires attribute.
-------------
Commit messages:
- Exclude test-method
Changes: https://git.openjdk.java.net/jdk16/pull/46/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk16&pr=46&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8258647
Stats: 12 lines in 1 file changed: 0 ins; 8 del; 4 mod
Patch: https://git.openjdk.java.net/jdk16/pull/46.diff
Fetch: git fetch https://git.openjdk.java.net/jdk16 pull/46/head:pull/46
PR: https://git.openjdk.java.net/jdk16/pull/46
More information about the hotspot-compiler-dev
mailing list