RFR: JDK-8260372: [PPC64] Add support for JDK-8210498 and JDK-8222841 [v4]
Niklas Radomski
github.com+9200663+quaffel at openjdk.java.net
Tue Feb 9 13:30:27 UTC 2021
> Introduces support for _nmethod entry barriers_ and _c2i entry barriers_ on the ppc platform. Those are required to enable concurrent class unloading for compatible garbage collectors, such as Shenandoah or zGC.
>
> _This is a preparational change for the Shenandoah GC port to ppc. As such, it introduces features that the current version doesn't make use of, but that are required for the upcoming change. This way, the scope of the upcoming change is limited to Shenandoah-specific functionality; making its review a little easier._
Niklas Radomski has updated the pull request incrementally with one additional commit since the last revision:
Update comment
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/2432/files
- new: https://git.openjdk.java.net/jdk/pull/2432/files/202d0d35..60f884cc
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2432&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2432&range=02-03
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/2432.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2432/head:pull/2432
PR: https://git.openjdk.java.net/jdk/pull/2432
More information about the hotspot-dev
mailing list