Initial ajdk commit#2745
Draft
phohensee wants to merge 46 commits into
Draft
Conversation
|
👋 Welcome back phh! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@phohensee This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply issue a |
8355048: ProblemList TestGlyphVectorLayout.java on all platforms Backport-of: f8f1be3
…tests Backport-of: 1d52234
…console() in JShell 8354910: Output by java.io.IO or System.console() corrupted for some non-ASCII characters Backport-of: c8ce61c
Reviewed-by: mbaesken Backport-of: 6010457
…od and sslecc tests are skipping but showing as pass Reviewed-by: mbaesken Backport-of: 7b35fc8ae584129290c91f6960e19ec087c54315
…_for_dangling_thread_pointer (possibility of dangling Thread pointer) Backport-of: eaecaf8031a0f441a8cd00067e777ba213d00f9c
Backport-of: 7e943e7d41ee8175660e236c4b7fe39604fdae2f
…st.java instruction need to update Backport-of: 6e2ab84
Reviewed-by: phh Backport-of: 12c0f29
…dMemoryPixmapsTest.sh fails 7184899: Test sun/java2d/X11SurfaceData/SharedMemoryPixmapsTest/SharedMemoryPixmapsTest.sh fail Reviewed-by: phh Backport-of: f489598
Use PassFailJFrame framework for creating manual test UI. Provide check boxes for each degree of rotation which allow hiding and showing the specified rotation. Provide 'Select All' and 'Clear All' buttons. Display Java version at the bottom of the test. Backport-of: bf8a881
Reviewed-by: phh Backport-of: 78ae7bdc9728f68d03db60c0c3c5ff72c043970b
… use JUnit Backport-of: c52d7b7
Reviewed-by: phh Backport-of: 1e357e9
Backport-of: b783784
…ails on ARM32 Backport-of: 0e0dfca
Backport-of: df09910ec879dc628484588a3137298504fceaf1
…nable-preview Backport-of: 2bf1863
Backport-of: f0cfd36
Reviewed-by: mdoerr Backport-of: c4867c6
Backport-of: 40a44e1
Backport-of: 6071346
Backport-of: 12551ae
Backport-of: 4e703b2
Backport-of: 1ea1f33
Backport-of: 60af907
Reviewed-by: sgehwolf Backport-of: 5eae20f
…treg/compiler/loopopts/superword Reviewed-by: rschmelter Backport-of: 7b38bfe
…nored Reviewed-by: rschmelter Backport-of: 3c7f78c
…correct selection of printed pages Backport-of: 1161a64
Backport-of: 623ab91b0a6ee3c957c36adb179fc4baea770b6d
Reviewed-by: andrew Backport-of: 20e8ea0e0640bf8b0727cf30ced041a1def9c350
This file contains hidden or 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
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.
Initial ajdk commit.
To run the tests in test/hotspot/jtreg/tenant, initialize cgroups with
sudo ${JDK21U_HOME}/bin/jgroup -u ${USERNAME} -g ${GROUP}
JDK21U_HOME: Current test JDK.
USERNAME & GROUP: The Linux user and group that running java with tenant enabled.
Progress
Error
- [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/2745/head:pull/2745$ git checkout pull/2745Update a local copy of the PR:
$ git checkout pull/2745$ git pull https://git.openjdk.org/jdk21u-dev.git pull/2745/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2745View PR using the GUI difftool:
$ git pr show -t 2745Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/2745.diff