> 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 jumping across uninitialized locals
> - Adds a CAST_FROM_FN_PTR cast to the return value from ::signal to void, as 
> they cannot be implicitly converted
> - symbolengine.cpp's SimpleBufferWithFallback's templates cannot work with a 
> raw char (Actual fix under discussion)
> - Removed a throw() specification from a mismatched definition in 
> allocation.cpp

Julian Waters has updated the pull request incrementally with one additional 
commit since the last revision:

  permissive- positioning flags-cflags.m4

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/15955/files
  - new: https://git.openjdk.org/jdk/pull/15955/files/331691dd..f99aef3c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15955&range=08
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15955&range=07-08

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/15955.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15955/head:pull/15955

PR: https://git.openjdk.org/jdk/pull/15955

Reply via email to