-
Notifications
You must be signed in to change notification settings - Fork 27
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
Merge master jdk-19+28 into openj9-staging #10
Merged
Merged
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
…be reflective preview APIs Reviewed-by: cjplummer, jlahoda
Reviewed-by: alanb
Reviewed-by: psandoz
Reviewed-by: darcy, iris
… values Reviewed-by: psandoz
Reviewed-by: almatvee
Reviewed-by: dcubed, iris, mchung, dholmes
Reviewed-by: hannesw
Reviewed-by: jbachorik
Signed-off-by: Zainab Fatmi <zainab@ibm.com>
…ter JDK-8288545 Reviewed-by: prappo
Reviewed-by: njian, ngasson
Reviewed-by: kvn, iveresov, thartmann
Reviewed-by: alanb
…ssing .jfc file Reviewed-by: mgronlun
… disabled state Backport-of: a7df5a40639a4d3138616c9fc1b144381240d2e5
Reviewed-by: mgronlun
Reviewed-by: bpb, martin
Use OpenSSL for the ECDH key agreement
Reviewed-by: jjg
Reviewed-by: jjg
Reviewed-by: pchilanomate, dholmes
…thTest.java failing in loom repo with Xcomp Reviewed-by: sspitsyn, pchilanomate, coleenp
…when bytesSize < 0 Reviewed-by: psandoz
Reviewed-by: asemenyuk
Reviewed-by: iris, lancea, naoto
Reviewed-by: dholmes, rehn
Reviewed-by: psandoz, mchung
…sleep, short time use only" Reviewed-by: egahlin
NativeReferenceQueue was added in openjdk to address usage of j.u.c.locks with virtual threads. OpenJ9 doesn't have that problem as we only use internal synchronization. As a result we can simply define the type but make use of the super class methods. Signed-off-by: Tobi Ajila <atobia@ca.ibm.com>
Add stub implementation of NativeReferenceQueue
Signed-off-by: Dhruv Chopra <dchopra001@gmail.com>
Enable JITServer by default on supported platforms
Conflicts: src/java.base/share/classes/java/lang/Thread.java Signed-off-by: Jason Feng <fengj@ca.ibm.com>
Signed-off-by: Jason Feng <fengj@ca.ibm.com>
keithc-ca
approved these changes
Jun 24, 2022
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.
Resolve conflicts:
Signed-off-by: Jason Feng fengj@ca.ibm.com