RFR: JDK-8211792: Fix misplaced BarrierSet forward declarations

Roman Kennke rkennke at redhat.com
Fri Oct 5 21:46:55 UTC 2018


In templateTable.hpp there's a forward declaration for BarrierSet
missing, while in oop.hpp we have a gratituous one.

Bug:
https://bugs.openjdk.java.net/browse/JDK-8211792
Webrev:
http://cr.openjdk.java.net/~rkennke/JDK-8211792/webrev.00/

Good? Also, passes as trivial?

Thanks,
Roman



More information about the hotspot-runtime-dev mailing list