[lworld] RFR: Merge jdk [v3]
David Simms
dsimms at openjdk.java.net
Fri Oct 16 15:26:57 UTC 2020
> Merge tag 'jdk-16+20'
>
> # Conflicts:
> # src/hotspot/cpu/x86/frame_x86.cpp
> # src/hotspot/share/classfile/classFileParser.cpp
> # src/hotspot/share/opto/cfgnode.hpp
> # src/hotspot/share/runtime/thread.cpp
David Simms has updated the pull request with a new target base due to a merge or a rebase. The pull request now
contains 138 commits:
- Merge
- Merge commit '5145bed0282575a580cf3ebc343038c1dc8ddb8d' into lworld_merge_jdk_16_20
- 8254125: Assertion in cppVtables.cpp during builds on 32bit Windows
Reviewed-by: shade, ccheung
- 8254369: Node::disconnect_inputs may skip precedences
disconnect_inputs() needs to iterate precedences edges in reverse order because rm_prec(i) may backfill _in[i] with a
value afterward. also remove the predicate if (n != NULL) in set_prec because it's always true.
Reviewed-by: kvn, redestad
- 8251325: Miss 'L' for long value in if statement
Reviewed-by: iklam
- 8254192: ExtraSharedClassListFile contains extra white space at end of line
Reviewed-by: iklam, ccheung, mchung
- 8254799: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs
Reviewed-by: dholmes, dcubed, stuefe
- 8254811: JDK-8254158 broke ppc64, s390 builds
Reviewed-by: stuefe, goetz
- 8249878: jfr_emergency_dump has secondary crashes
Reviewed-by: egahlin
- 8254674: G1: Improve root location reference to dead obj verification message
Reviewed-by: sjohanss, lkorinth
- ... and 128 more: https://git.openjdk.java.net/valhalla/compare/e8a9d251...60cbb25e
-------------
Changes: https://git.openjdk.java.net/valhalla/pull/227/files
Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=227&range=02
Stats: 319376 lines in 944 files changed: 307469 ins; 6565 del; 5342 mod
Patch: https://git.openjdk.java.net/valhalla/pull/227.diff
Fetch: git fetch https://git.openjdk.java.net/valhalla pull/227/head:pull/227
PR: https://git.openjdk.java.net/valhalla/pull/227
More information about the valhalla-dev
mailing list