Re: RFR: 8339517: Add --enable-native-access flag when running tests [v3]

2024-09-13 Thread Ambarish Rapte
On Thu, 12 Sep 2024 12:51:27 GMT, Kevin Rushforth wrote: >> When running JavaFX tests and apps with JDK 24, we now get illegal access >> warnings of the following form: >> >> >> WARNING: A restricted method in java.lang.System has been called >> WARNING: java.lang.System::load has been called

Re: RFR: 8339517: Add --enable-native-access flag when running tests [v3]

2024-09-12 Thread Kevin Rushforth
On Thu, 12 Sep 2024 12:51:27 GMT, Kevin Rushforth wrote: >> When running JavaFX tests and apps with JDK 24, we now get illegal access >> warnings of the following form: >> >> >> WARNING: A restricted method in java.lang.System has been called >> WARNING: java.lang.System::load has been called

Re: RFR: 8339517: Add --enable-native-access flag when running tests [v3]

2024-09-12 Thread Kevin Rushforth
> When running JavaFX tests and apps with JDK 24, we now get illegal access > warnings of the following form: > > > WARNING: A restricted method in java.lang.System has been called > WARNING: java.lang.System::load has been called by > com.sun.glass.utils.NativeLibLoader in module javafx.graphi