-
Notifications
You must be signed in to change notification settings - Fork 75
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 HEAD into openj9-staging #676
Merged
keithc-ca
merged 54 commits into
ibmruntimes:openj9-staging
from
JasonFengJ9:mergestaging
Oct 19, 2023
Merged
Merge master HEAD into openj9-staging #676
keithc-ca
merged 54 commits into
ibmruntimes:openj9-staging
from
JasonFengJ9:mergestaging
Oct 19, 2023
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
Reviewed-by: jbhateja, kvn, ihse, sviswanathan
Reviewed-by: naoto, iris
…veDispatcher_getmntctl() Reviewed-by: bpb, vtewari, rriggs
Reviewed-by: dfuchs, alanb
Reviewed-by: liach, smarks
…ited events properly Reviewed-by: tr, honkar, aivanov
Reviewed-by: liach, rriggs
Reviewed-by: pminborg, redestad, bpb
Reviewed-by: iklam, lmesnik
Reviewed-by: vromero
…ava to handle default cases Reviewed-by: mullan
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org> Co-authored-by: Jorn Vernee <jvernee@openjdk.org> Co-authored-by: Per Minborg <pminborg@openjdk.org> Reviewed-by: dholmes, psandoz, mcimadamore, alanb
…ava on two platforms 8318040: ProblemList vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find006/TestDescription.java on macosx-aarch64 8318042: ProblemList java/nio/channels/vthread/BlockingChannelOps.java#direct-register with GenZGC Reviewed-by: rriggs, azvegint
Reviewed-by: aivanov
Reviewed-by: honkar, aivanov
Reviewed-by: vromero
Reviewed-by: sspitsyn, cjplummer
Reviewed-by: alanb, bpb
…tr_t object Reviewed-by: mdoerr, lucy
… use getprocs64 Reviewed-by: rriggs, stuefe, mbaesken
Reviewed-by: alanb, lucy
Reviewed-by: serb
Reviewed-by: michaelm, djelinski
Reviewed-by: erikj, prr, ihse, clanger
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org> Co-authored-by: Per Minborg <pminborg@openjdk.org> Reviewed-by: mcimadamore
…layouts (mainline) Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org> Reviewed-by: mcimadamore
Reviewed-by: erikj, prr, ihse
Reviewed-by: naoto
…morySegmentImpl Co-authored-by: Jorn Vernee <jvernee@openjdk.org> Reviewed-by: jvernee
…cOS 11 ARM Reviewed-by: prr, azvegint, aivanov
…ency verification Reviewed-by: vlivanov, stuefe, mli
Reviewed-by: jsjolen, gziemski, stuefe, mli
…changed Reviewed-by: prr, angorya, arapte
Reviewed-by: prr, dnguyen, aivanov
Reviewed-by: aivanov
Reviewed-by: thartmann, kvn
…entation Reviewed-by: jjg
…y returns 'true' for FAT32 volume on macOS Reviewed-by: alanb
Reviewed-by: alanb, jpai
…e method frame Reviewed-by: lmesnik, aph
Reviewed-by: mullan
Reviewed-by: cstein, asotona
Reviewed-by: sspitsyn, cjplummer
Skynet is a stress benchmark, which exceeds the below 4G capacity of -Xcompressedrefs. The current workaround is to use -Xnocompressedrefs where memory can be allocated outside the 4G boundary. To run Skynet with -Xcompressedrefs, the following features will be needed: - Move unmounted continuation stacks out of the low memory area. - Improve performance of the sub-4G allocator so that it doesn't regress under high memory usage. Depends on eclipse-openj9/openj9#18251 Related: eclipse-openj9/openj9#16728 Related: eclipse-openj9/openj9#15781 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Run virtual/stress/Skynet with -Xnocompressedrefs
|
keithc-ca
requested changes
Oct 17, 2023
src/java.base/share/classes/jdk/internal/foreign/abi/ppc64/aix/AixPPC64Linker.java
Outdated
Show resolved
Hide resolved
JasonFengJ9
force-pushed
the
mergestaging
branch
from
October 19, 2023 12:03
ce904ba
to
26ba2be
Compare
Conflicts: test/jdk/java/foreign/NativeTestHelper.java Modified: src/java.base/share/classes/jdk/internal/foreign/abi/ppc64/aix/AixPPC64Linker.java Signed-off-by: Jason Feng <fengj@ca.ibm.com>
Signed-off-by: Jason Feng <fengj@ca.ibm.com>
JasonFengJ9
force-pushed
the
mergestaging
branch
from
October 19, 2023 12:48
26ba2be
to
6b7a6cd
Compare
keithc-ca
approved these changes
Oct 19, 2023
Sorry, I missed or forgot about the dependency on eclipse-openj9/openj9#18296; rather than revert this, I'll prioritize getting the openj9 change merged. |
It's only staging, which was broken anyway, not really a concern. |
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.
Merge master HEAD into openj9-staging
Conflicts:
Modified
Depends on
FYI @ChengJin01
Signed-off-by: Jason Feng fengj@ca.ibm.com