RFR: 8264718: Shenandoah: enable string deduplication during root scanning [v3]
Zhengyu Gu
zgu at openjdk.java.net
Wed Apr 7 17:25:09 UTC 2021
> Shenandoah used to scan roots at pauses, so it deliberately disables string deduplication during root scanning to avoid extra pause times.
>
> Now, Shenandoah scans roots in concurrent phase, it is no longer a concern, we should enable it.
>
> Test:
> - [x] hotspot_gc_shenandoah
Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
Removed excess spaces
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3348/files
- new: https://git.openjdk.java.net/jdk/pull/3348/files/d3d63b38..33862ac2
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3348&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3348&range=01-02
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/3348.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3348/head:pull/3348
PR: https://git.openjdk.java.net/jdk/pull/3348
More information about the shenandoah-dev
mailing list