8241065: Shenandoah: remove leftover code after JDK-8231086
Reviewed-by: rkennke
This commit is contained in:
parent
5732032707
commit
65b99c7b1a
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, 2019, Red Hat, Inc. All rights reserved.
|
||||
* Copyright (c) 2013, 2020, Red Hat, Inc. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -33,12 +33,6 @@
|
||||
class ShenandoahBarrierSetAssembler;
|
||||
|
||||
class ShenandoahBarrierSet: public BarrierSet {
|
||||
public:
|
||||
enum ArrayCopyStoreValMode {
|
||||
NONE,
|
||||
RESOLVE_BARRIER,
|
||||
EVAC_BARRIER
|
||||
};
|
||||
private:
|
||||
|
||||
ShenandoahHeap* _heap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user