RFR: JDK-8211792: Fix misplaced BarrierSet forward declarations (original) (raw)
Roman Kennke rkennke at redhat.com
Fri Oct 5 21:46:55 UTC 2018
- Previous message: RFR 8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
- Next message: RFR: JDK-8211792: Fix misplaced BarrierSet forward declarations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: RFR 8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
- Next message: RFR: JDK-8211792: Fix misplaced BarrierSet forward declarations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]