diff -r b91b558a9076 -r ef5d5d343e2a src/hotspot/share/code/debugInfo.hpp --- a/src/hotspot/share/code/debugInfo.hpp Fri Mar 16 08:26:53 2018 -0400 +++ b/src/hotspot/share/code/debugInfo.hpp Fri Mar 16 09:12:13 2018 -0400 @@ -128,7 +128,7 @@ Handle value() const { return _value; } bool is_visited() const { return _visited; } - void set_value(oop value) { _value = Handle(Thread::current(), value); } + void set_value(oop value); void set_visited(bool visited) { _visited = false; } // Serialization of debugging information