mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8211792: Fix misplaced BarrierSet forward declarations
Reviewed-by: shade, zgu
This commit is contained in:
parent
7b7315dbed
commit
fe3bd4703e
2 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,7 @@
|
||||||
// and the snippet generator, a template is assigned to each bytecode which can be
|
// and the snippet generator, a template is assigned to each bytecode which can be
|
||||||
// used to generate the bytecode's implementation if needed.
|
// used to generate the bytecode's implementation if needed.
|
||||||
|
|
||||||
|
class BarrierSet;
|
||||||
class InterpreterMacroAssembler;
|
class InterpreterMacroAssembler;
|
||||||
|
|
||||||
// A Template describes the properties of a code template for a given bytecode
|
// A Template describes the properties of a code template for a given bytecode
|
||||||
|
|
|
@ -46,7 +46,6 @@ class OopClosure;
|
||||||
class ScanClosure;
|
class ScanClosure;
|
||||||
class FastScanClosure;
|
class FastScanClosure;
|
||||||
class FilteringClosure;
|
class FilteringClosure;
|
||||||
class BarrierSet;
|
|
||||||
class CMSIsAliveClosure;
|
class CMSIsAliveClosure;
|
||||||
|
|
||||||
class PSPromotionManager;
|
class PSPromotionManager;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue