RFR: 8350753: Deprecate UseCompressedClassPointers [v7]
Thomas Stuefe
stuefe at openjdk.org
Fri Apr 11 15:01:11 UTC 2025
> Deprecates UseCompressedClassPointers. For the lengthy description of why and how we do this, please read the lengthy [CSR](https://bugs.openjdk.org/browse/JDK-8350754).
>
> Testing:
>
> I ran all jtreg tests manually on Linux-x64 that used the flag in some form (55 tests) to ensure they don't trip over the added deprecation output.
>
> I also tested the JVM on arm32 to verify that UseCompressedClassPointers had never been available there, and that we don't start printing a confusing deprecation message now.
Thomas Stuefe has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 10 additional commits since the last revision:
- Merge branch 'openjdk:master' into JDK-8350753-Deprecate-UseCompressedClassPointers
- fix whitespaces
- Test fix for 32-bit
- Merge branch 'master' into JDK-8350753-Deprecate-UseCompressedClassPointers
- move line
- move line
- Merge branch 'master' into JDK-8350753-Deprecate-UseCompressedClassPointers
- Merge branch 'openjdk:master' into JDK-8350753-Deprecate-UseCompressedClassPointers
- not on 32-bit
- Deprecate UseCompressedClassPointers
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24436/files
- new: https://git.openjdk.org/jdk/pull/24436/files/61cf5b19..5d7e9cbd
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24436&range=06
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24436&range=05-06
Stats: 38911 lines in 646 files changed: 18873 ins; 16899 del; 3139 mod
Patch: https://git.openjdk.org/jdk/pull/24436.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24436/head:pull/24436
PR: https://git.openjdk.org/jdk/pull/24436
More information about the hotspot-runtime-dev
mailing list