8241065: Shenandoah: remove leftover code after JDK-8231086

Reviewed-by: rkennke
This commit is contained in:
Charlie Gracie 2020-08-14 18:23:43 +02:00 committed by Roman Kennke
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;