File tree 2 files changed +1
-2
lines changed
src/hotspot/share/gc/epsilon
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ EpsilonBarrierSet::EpsilonBarrierSet() : BarrierSet(
41
41
make_barrier_set_c1<BarrierSetC1>(),
42
42
make_barrier_set_c2<BarrierSetC2>(),
43
43
NULL /* barrier_set_nmethod */ ,
44
- BarrierSet::FakeRtti(BarrierSet::EpsilonBarrierSet)) {};
44
+ BarrierSet::FakeRtti(BarrierSet::EpsilonBarrierSet)) {}
45
45
46
46
void EpsilonBarrierSet::on_thread_create (Thread *thread) {
47
47
EpsilonThreadLocalData::create (thread);
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ jint EpsilonHeap::initialize() {
46
46
_virtual_space.initialize (heap_rs, init_byte_size);
47
47
48
48
MemRegion committed_region ((HeapWord*)_virtual_space.low (), (HeapWord*)_virtual_space.high ());
49
- MemRegion reserved_region ((HeapWord*)_virtual_space.low_boundary (), (HeapWord*)_virtual_space.high_boundary ());
50
49
51
50
initialize_reserved_region (heap_rs);
52
51
You can’t perform that action at this time.
0 commit comments