src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/HotSpotNodePlugin.java
changeset 57537 ecc6e394475f
parent 54328 37648a9c4a6a
equal deleted inserted replaced
57536:67cce1b84a9a 57537:ecc6e394475f
   242         return afterExceptionLoaded;
   242         return afterExceptionLoaded;
   243     }
   243     }
   244 
   244 
   245     private static final LocationIdentity JAVA_THREAD_SHOULD_POST_ON_EXCEPTIONS_FLAG_LOCATION = NamedLocationIdentity.mutable("JavaThread::_should_post_on_exceptions_flag");
   245     private static final LocationIdentity JAVA_THREAD_SHOULD_POST_ON_EXCEPTIONS_FLAG_LOCATION = NamedLocationIdentity.mutable("JavaThread::_should_post_on_exceptions_flag");
   246 }
   246 }
   247