RFR: 8319449: compiler/print/CompileCommandPrintMemStat.java fails on Graal
Sonia Zaldana Calles
szaldana at openjdk.org
Tue Nov 21 17:22:17 UTC 2023
The compiler memory statistics added in [8317683](https://bugs.openjdk.org/browse/JDK-8317683) only work for C1 and C2.
This PR excludes the test for Graal.
Testing: verified test is excluded with Graal, tier 1 passes except failure related to https://github.com/openjdk/jdk/pull/16749.
-------------
Commit messages:
- 8319449: compiler/print/CompileCommandPrintMemStat.java fails on Graal
Changes: https://git.openjdk.org/jdk/pull/16764/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16764&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8319449
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/16764.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16764/head:pull/16764
PR: https://git.openjdk.org/jdk/pull/16764
More information about the hotspot-compiler-dev
mailing list