< prev index next >

src/hotspot/share/code/debugInfo.hpp

Print this page

        

*** 126,136 **** ScopeValue* field_at(int i) const { return _field_values.at(i); } int field_size() { return _field_values.length(); } Handle value() const { return _value; } bool is_visited() const { return _visited; } ! void set_value(oop value) { _value = Handle(Thread::current(), value); } void set_visited(bool visited) { _visited = false; } // Serialization of debugging information void read_object(DebugInfoReadStream* stream); void write_on(DebugInfoWriteStream* stream); --- 126,136 ---- ScopeValue* field_at(int i) const { return _field_values.at(i); } int field_size() { return _field_values.length(); } Handle value() const { return _value; } bool is_visited() const { return _visited; } ! void set_value(oop value); void set_visited(bool visited) { _visited = false; } // Serialization of debugging information void read_object(DebugInfoReadStream* stream); void write_on(DebugInfoWriteStream* stream);
< prev index next >