forked from openjdk/jdk
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jdk24 freebsd #8
Open
snake66
wants to merge
1,550
commits into
battleblow:bsd-port
Choose a base branch
from
snake66:jdk24-freebsd
base: bsd-port
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…decessors Reviewed-by: rcastanedalo, chagedorn
Reviewed-by: mcimadamore, jvernee
Reviewed-by: rriggs
Reviewed-by: alanb, lancea, naoto, mchung
Reviewed-by: dnguyen, prr
Reviewed-by: serb, prr, abhiscxk
Reviewed-by: liach, stuefe
…mpedLock.java on generic-all JTREG_TEST_THREAD_FACTORY=Virtual Reviewed-by: alanb
…mp time and run time Reviewed-by: ccheung, dholmes
…for "nul" path (win) Reviewed-by: alanb
Reviewed-by: eastigeevich, phh, aph
Reviewed-by: shade
Reviewed-by: shade, stuefe, ysr
Reviewed-by: asotona
Reviewed-by: kvn, vlivanov
Reviewed-by: iris, lancea, naoto
…ed: Selected text & clipboard contents differs Reviewed-by: azvegint, dnguyen, prr, kizune
…java failed: Choice can't be controlled by keyboard Reviewed-by: honkar, abhiscxk
… dialog was active Reviewed-by: aivanov, azvegint
Co-authored-by: Francisco Ferrari Bihurriet <[email protected]> Co-authored-by: Martin Balao <[email protected]> Reviewed-by: weijun
Reviewed-by: pminborg
…s: NoClassDefFoundError: jdk/test/lib/Utils Reviewed-by: cjplummer
Reviewed-by: mchung
Reviewed-by: mullan
Reviewed-by: amenkov, lmesnik
…cmpxchg Reviewed-by: rehn, mli
Reviewed-by: rriggs, lancea
… in type 'int' Reviewed-by: lucy, dlong
FreeBSD munmap allows calling munmap with an address that is not aligned to a page boundary. This conflicts with the expectation of the JVM, so this patch ensures that only calls with page alignes addresses are allowed. This commit is sponsored by The FreeBSD Foundation
Due to the way the BSD code handles thread id's connecting to a remode debug session does not work. As this functionality is deprecated anyways, it's better to disable the test than to spend time fixing it. This commit is sponsored by The FreeBSD Foundation
Reviewed-by: iklam Backport-of: e1cf351
…sUnloading.java with fastdebug builds Reviewed-by: mdoerr Backport-of: 15d6469
8347762: ClassFile attribute specification refers to non-SE modules Reviewed-by: asotona Backport-of: 973c630
Reviewed-by: erikj, shade Backport-of: 3ebf889
Reviewed-by: dnguyen, naoto, iris Backport-of: dec9367
Reviewed-by: asotona Backport-of: 1d8ccb8
Reviewed-by: chagedorn Backport-of: 55c3e78
Reviewed-by: liach Backport-of: 22069ff
This simply reverts some changes that has been merged in with the BSD port, that are unrelated to that port. This work is sponsored by The FreeBSD Foundation.
Reviewed-by: coleenp Backport-of: 35c0053
Reviewed-by: weijun Backport-of: 13d852a
…pecified Reviewed-by: lfoltan, shade, kvn Backport-of: d266ca9
…iable old classes Reviewed-by: kvn, shade, jrose Backport-of: 1ac2d6e
Reviewed-by: jrose, kvn Backport-of: 03f5c33
Reviewed-by: kvn Backport-of: 46f48e4
Reviewed-by: kvn, jrose Backport-of: cdc84ac
…e.java is too strict Reviewed-by: shade, epeter Backport-of: ee87d18
…rrier elision analysis Reviewed-by: kvn, thartmann Backport-of: afcc2b0
8349239: [BACKOUT] Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt Reviewed-by: rriggs, liach Backport-of: 618c5eb
Reviewed-by: weijun Backport-of: 2f2f7cf
…tion Reviewed-by: darcy, mikael, erikj
This work is sponsored by The FreeBSD Foundation
This function has been generalized and is not in the platform independent os sources. Sponsored by: The FreeBSD Foundation
jvmciCodeInstaller_aarch64.cpp referenced some zgc constants even when not building with zgc enabled. Sponsored by: The FreeBSD Foundation
It is possible to limit the jvm to default to IPv4 only sockets by setting `java.net.preferIPv4Stack` to true. This is the default on OpenBSD, but for otehr BSD's we follow the Java specification that sockets should accept both IPv4 and IPv6 when the latter is available. Sponsored by: The FreeBSD Foundation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This should not be merged into the master branch, but a new jdk24-bsd branch or similar. Just leaving it here in wait for the target branch to be established.