[jdk11u-dev] RFR: 8272094: compiler/codecache/TestStressCodeBuffers.java crashes with "failed to allocate space for trampoline"
Xin Liu
xliu at openjdk.org
Fri Nov 4 18:28:28 UTC 2022
This is a stacked PR(2/3) of https://github.com/openjdk/jdk11u-dev/pull/1502.
This patch is one of the trailing bugfix of JDK-8270947. It's not a clean patch. I just substitute 'nullptr' with NULL because jdk11u is using gnu++11 to compile HotSpot.
-------------
Depends on: https://git.openjdk.org/jdk11u-dev/pull/1502
Commit messages:
- Backport 0948c097a855dcc9a8a437b4618d7c1922722eab
Changes: https://git.openjdk.org/jdk11u-dev/pull/1503/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1503&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8272094
Stats: 12 lines in 3 files changed: 7 ins; 1 del; 4 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1503.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1503/head:pull/1503
PR: https://git.openjdk.org/jdk11u-dev/pull/1503
More information about the jdk-updates-dev
mailing list