This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
forked from openjdk/jdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Fix JDK-8240567 - MethodTooLargeException thrown while creating a jlink image #1
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
koppor
force-pushed
the
fix-jlink-64kb-limit
branch
from
October 6, 2022 08:44
13f96c0
to
df0da00
Compare
Video on how to compile OpenJDK by @mkarg - https://headcrashing.wordpress.com/2021/07/10/compiling-my-own-jdk-modern-java-head-crashing-informatics-34/ - maybe it helps us. |
…pliance Reviewed-by: naoto
Reviewed-by: redestad, ccheung
Reviewed-by: erikj
Reviewed-by: serb
Reviewed-by: dfuchs, jpai
Reviewed-by: never
Reviewed-by: valeriep
Reviewed-by: xuelei
Reviewed-by: kbarrett, ayang
Reviewed-by: mgronlun
Reviewed-by: aivanov, angorya, psadhukhan
Reviewed-by: lancea, bpb, iris, rriggs, coffeys
…Float is void Reviewed-by: alanb
…USE_OLD_ISO_CODES Reviewed-by: ccheung
Co-authored-by: Christoph <siedlerkiller@gmail.com>
koppor
force-pushed
the
fix-jlink-64kb-limit
branch
from
October 13, 2022 20:35
7c015a7
to
44c00a6
Compare
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix for JDK-8240567: "MethodTooLargeException thrown while creating a jlink image"