--- old/src/hotspot/share/gc/shared/cardTableBarrierSet.hpp 2019-02-25 16:57:00.803197696 -0500 +++ new/src/hotspot/share/gc/shared/cardTableBarrierSet.hpp 2019-02-25 16:57:00.419177449 -0500 @@ -102,7 +102,7 @@ virtual bool card_mark_must_follow_store() const; virtual void on_slowpath_allocation_exit(JavaThread* thread, oop new_obj); - virtual void on_thread_detach(JavaThread* thread); + virtual void on_thread_detach(Thread* thread); virtual void make_parsable(JavaThread* thread) { flush_deferred_card_mark_barrier(thread); }