--- old/src/hotspot/share/gc/g1/g1SATBCardTableModRefBS.hpp 2018-01-09 13:49:18.299913506 +0100 +++ new/src/hotspot/share/gc/g1/g1SATBCardTableModRefBS.hpp 2018-01-09 13:49:17.995913517 +0100 @@ -54,7 +54,7 @@ // pre-marking object graph. static void enqueue(oop pre_val); - static void enqueue_if_weak(DecoratorSet decorators, oop value); + static void enqueue_if_weak_or_archive(DecoratorSet decorators, oop value); template void write_ref_array_pre_work(T* dst, int count); virtual void write_ref_array_pre(oop* dst, int count, bool dest_uninitialized);