8211792: Fix misplaced BarrierSet forward declarations

Reviewed-by: shade, zgu
This commit is contained in:
Roman Kennke 2018-10-05 23:45:02 +02:00
parent 7b7315dbed
commit fe3bd4703e
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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;