Re: RFR: 8309390: [JVMCI] improve copying system properties into libgraal [v5]

2023-06-13 Thread Doug Simon
On Mon, 12 Jun 2023 18:55:42 GMT, Doug Simon wrote: >> This PR reduces the amount of code executed during libgraal initialization. >> This not only improves VM startup overall but all fixes a number of JDK test >> failures that are caused by Java code executing "too early". For example, >>

Re: RFR: 8309390: [JVMCI] improve copying system properties into libgraal [v5]

2023-06-12 Thread Doug Simon
> This PR reduces the amount of code executed during libgraal initialization. > This not only improves VM startup overall but all fixes a number of JDK test > failures that are caused by Java code executing "too early". For example, > `java/util/Locale/CompatWarning.java` can fail if >