RFR: 8355616: Incorrect ifdef in compilationMemoryStatistic.cpp
Joel Sikström
jsikstro at openjdk.org
Fri Apr 25 14:51:06 UTC 2025
Hi,
Working on a patch close to this area and saw that the ifdef didn't match the "#endif" just below. The ifdef should be COMPILER1 instead of COMPILER2.
-------------
Commit messages:
- 8355616: Incorrect ifdef in compilationMemoryStatistic.cpp
Changes: https://git.openjdk.org/jdk/pull/24876/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24876&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8355616
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/24876.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24876/head:pull/24876
PR: https://git.openjdk.org/jdk/pull/24876
More information about the hotspot-compiler-dev
mailing list