RFR: 8202642: Replace PAR_OOP_ITERATE with templates
Stefan Karlsson
stefan.karlsson at oracle.com
Fri May 4 10:45:09 UTC 2018
Hi all,
Please review this patch to replace the PAR_OOP_ITERATE macros with
templates.
http://cr.openjdk.java.net/~stefank/8202642/webrev.01/
https://bugs.openjdk.java.net/browse/JDK-8202642
The macros require use to stamp out GC-specific closures in shared code,
while templates allows us to contain the GC-specific code in the
GC-specific directories.
This patch builds upon the patch in:
http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2018-May/021968.html
Thanks,
StefanK
More information about the hotspot-gc-dev
mailing list