mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8210486: Unused code in check_nest_attributes function
Reviewed-by: mikael, sspitsyn
This commit is contained in:
parent
59d3b2ccfa
commit
b66c67675d
1 changed files with 0 additions and 1 deletions
|
@ -699,7 +699,6 @@ static jvmtiError check_nest_attributes(InstanceKlass* the_class,
|
|||
// Check whether the class NestHost attribute has been changed.
|
||||
Thread* thread = Thread::current();
|
||||
ResourceMark rm(thread);
|
||||
JvmtiThreadState *state = JvmtiThreadState::state_for((JavaThread*)thread);
|
||||
u2 the_nest_host_idx = the_class->nest_host_index();
|
||||
u2 scr_nest_host_idx = scratch_class->nest_host_index();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue