Re: RFR: 8317132: Prepare HotSpot for permissive- [v12]

2023-11-01 Thread Julian Waters
On Thu, 2 Nov 2023 05:34:00 GMT, David Holmes wrote: >> Julian Waters has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Try immediate bailout in os_windows.cpp > > src/hotspot/os/windows/os_windows.cpp line 2915: > >> 2913: goto resul

Re: RFR: 8317132: Prepare HotSpot for permissive- [v12]

2023-11-01 Thread David Holmes
On Thu, 2 Nov 2023 03:32:14 GMT, Julian Waters wrote: >> Prepare HotSpot for the permissive- Visual C++ flag, this change contains >> all of the fixes required for HotSpot to compile under the stricter mode >> activated when the permissive- flag is passed >> >> - Reworks code in topLevelUnhand

Re: RFR: 8317132: Prepare HotSpot for permissive- [v12]

2023-11-01 Thread Julian Waters
> Prepare HotSpot for the permissive- Visual C++ flag, this change contains all > of the fixes required for HotSpot to compile under the stricter mode > activated when the permissive- flag is passed > > - Reworks code in topLevelUnhandledExceptionFilter for os_windows.cpp to > avoid goto jumpin