File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -141,18 +141,6 @@ zaddress ZBarrier::blocking_load_barrier_on_phantom_slow_path(volatile zpointer*
141
141
return addr;
142
142
}
143
143
144
- //
145
- // Clean barrier
146
- //
147
-
148
- zaddress ZBarrier::verify_old_object_live_slow_path (zaddress addr) {
149
- // Verify that the object was indeed alive
150
- assert (ZHeap::heap ()->is_young (addr) || ZHeap::heap ()->is_object_live (addr), " Should be live" );
151
-
152
- return addr;
153
- }
154
-
155
- //
156
144
// Mark barrier
157
145
//
158
146
Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ class ZBarrier : public AllStatic {
108
108
static zaddress blocking_load_barrier_on_weak_slow_path (volatile zpointer* p, zaddress addr);
109
109
static zaddress blocking_load_barrier_on_phantom_slow_path (volatile zpointer* p, zaddress addr);
110
110
111
- static zaddress verify_old_object_live_slow_path (zaddress addr);
112
-
113
111
static zaddress mark_slow_path (zaddress addr);
114
112
static zaddress mark_young_slow_path (zaddress addr);
115
113
static zaddress mark_from_young_slow_path (zaddress addr);
You can’t perform that action at this time.
0 commit comments