File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/meta Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ public Meta(EspressoContext context) {
382
382
sun_nio_ch_NativeThread_init = nioNativeThreadKlass .lookupDeclaredMethod (Name .init , Signature ._void );
383
383
if (getJavaVersion ().java21OrLater ()) {
384
384
sun_nio_ch_NativeThread_isNativeThread = nioNativeThreadKlass .requireDeclaredMethod (Name .isNativeThread , Signature ._boolean_long );
385
- sun_nio_ch_NativeThread_current0 = nioNativeThreadKlass .requireDeclaredMethod (Name .current0 , Signature ._long );
385
+ sun_nio_ch_NativeThread_current0 = nioNativeThreadKlass .lookupDeclaredMethod (Name .current0 , Signature ._long );
386
386
sun_nio_ch_NativeThread_signal = null ;
387
387
} else {
388
388
sun_nio_ch_NativeThread_isNativeThread = null ;
You can’t perform that action at this time.
0 commit comments