-
Notifications
You must be signed in to change notification settings - Fork 171
Comparing changes
Open a pull request
base repository: openjdk/jdk8u-dev
base: cc541e91
head repository: openjdk/jdk8u-dev
compare: f7174b49
- 18 commits
- 73 files changed
- 9 contributors
Commits on Mar 2, 2022
-
8282458: Update .jcheck/conf file for 8u move to git
Reviewed-by: sgehwolf
1Configuration menu - View commit details
-
Copy full SHA for 4a19c1a - Browse repository at this point
Copy the full SHA 4a19c1aView commit details
Commits on Mar 3, 2022
-
8282552: Bump update version of OpenJDK: 8u342
Reviewed-by: erikj, andrew
1Configuration menu - View commit details
-
Copy full SHA for 6f01b53 - Browse repository at this point
Copy the full SHA 6f01b53View commit details
Commits on Mar 15, 2022
-
8279669: test/jdk/com/sun/jdi/TestScaffold.java uses wrong condition
Reviewed-by: phh, sgehwolf Backport-of: 4c52eb39431c2479b0d140907bdcc0311d30f871
1Configuration menu - View commit details
-
Copy full SHA for b5bcf6c - Browse repository at this point
Copy the full SHA b5bcf6cView commit details
Commits on Mar 17, 2022
-
8076190: Customizing the generation of a PKCS12 keystore
Reviewed-by: mbalao Backport-of: 9136c7d1d0e1247ea1ac95a6577acbb789169031
Alexey Bakhtin committedMar 17, 2022 1Configuration menu - View commit details
-
Copy full SHA for 94cb2ef - Browse repository at this point
Copy the full SHA 94cb2efView commit details
Commits on Mar 21, 2022
-
8194154: System property user.dir should not be changed
Cached user.dir so getCanonicalPath uses the cached value. Reviewed-by: sgehwolf Backport-of: 4ea684bf31fc4e3cdee2ae51c0000a7b3e914151
1Configuration menu - View commit details
-
Copy full SHA for 5fcfb7a - Browse repository at this point
Copy the full SHA 5fcfb7aView commit details
Commits on Mar 22, 2022
-
8223396: [TESTBUG] several jfr tests do not clean up files created in…
… /tmp Using test utils to create temp files and directories Reviewed-by: andrew Backport-of: 7d3aebccc0b90aa2ca2f656c683fa5931fd0ed3a
1Configuration menu - View commit details
-
Copy full SHA for 25693fa - Browse repository at this point
Copy the full SHA 25693faView commit details -
8230865: [TESTBUG] jdk/jfr/event/io/EvilInstrument.java fails at-run …
…shell MakeJAR.sh target Prebuilding the test class before adding it into a jar file Backport-of: 725da985e170d72c3ca3dc2dfbb3d7e083b5371a
1Configuration menu - View commit details
-
Copy full SHA for 2bbec15 - Browse repository at this point
Copy the full SHA 2bbec15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 969f31e - Browse repository at this point
Copy the full SHA 969f31eView commit details -
8129572: Cleanup usage of getResourceAsStream in jaxp
Reviewed-by: andrew Backport-of: 4ebbfc918f558e73c05f471cfd3ab2b11dcf5a75
1Configuration menu - View commit details
-
Copy full SHA for bb69732 - Browse repository at this point
Copy the full SHA bb69732View commit details -
8132256: jaxp: Investigate removal of com/sun/org/apache/bcel/interna…
…l/util/ClassPath.java Com/sun/org/apache/bcel/internal/util/ClassPath.java removed Reviewed-by: andrew Backport-of: 6e586e8a3b8807652218c4caf97ef501f42d7f36
1Configuration menu - View commit details
-
Copy full SHA for 57d8d29 - Browse repository at this point
Copy the full SHA 57d8d29View commit details
Commits on Mar 29, 2022
-
8274658: ISO 4217 Amendment 170 Update
Reviewed-by: sgehwolf Backport-of: f2404d60de2b58c590bf885f5cce50c289073673
1Configuration menu - View commit details
-
Copy full SHA for f8a6695 - Browse repository at this point
Copy the full SHA f8a6695View commit details
Commits on Mar 30, 2022
-
8274751: Drag And Drop hangs on Windows
Backport-of: 7a0a6c95a53c6cb3340328d6543a97807320b740
1Configuration menu - View commit details
-
Copy full SHA for e403fd5 - Browse repository at this point
Copy the full SHA e403fd5View commit details
Commits on Apr 2, 2022
-
8255239: The timezone of the hs_err_pid log file is corrupted in Japa…
…nese locale Reviewed-by: andrew Backport-of: b46d73bee808af7891b699df30a5a6dec3f5139f
1Configuration menu - View commit details
-
Copy full SHA for c5ca29f - Browse repository at this point
Copy the full SHA c5ca29fView commit details
Commits on Apr 6, 2022
-
8281814: Debuginfo.diz contains redundant build path after backport J…
…DK-8025936 8u backport of JDK-8035134 Reviewed-by: sgehwolf
1Configuration menu - View commit details
-
Copy full SHA for 62bbb3e - Browse repository at this point
Copy the full SHA 62bbb3eView commit details -
8253424: Add support for running pre-submit testing using GitHub Actions
8253865: Pre-submit testing using GitHub Actions does not detect failures reliably 8254054: Pre-submit testing using GitHub Actions should not use the deprecated set-env command 8254173: Add Zero, Minimal hotspot targets to submit workflow 8254175: Build no-pch configuration in debug mode for submit checks 8254282: Add Linux x86_32 builds to submit workflow 8255373: Submit workflow artifact name is always "test-results_.zip" 8255895: Submit workflow artifacts miss hs_errs/replays due to ZIP include mismatch 8256127: Add cross-compiled foreign architectures builds to submit workflow 8256277: Github Action build on macOS should define OS and Xcode versions 8256354: Github Action build on Windows should define OS and MSVC versions 8256414: add optimized build to submit workflow 8256393: Github Actions build on Linux should define OS and GCC versions 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing 8257056: Submit workflow should apt-get update to avoid package installation errors 8259924: GitHub actions fail on Linux x86_32 with "Could not configure libc6:i386" 8260460: GitHub actions still fail on Linux x86_32 with "Could not configure libc6:i386" 8263667: Avoid running GitHub actions on branches named pr/* 8255305: Add Linux x86_32 tier1 to submit workflow 8255352: Archive important test outputs in submit workflow 8282225: GHA: Allow one concurrent run per PR only Co-authored-by: Alex Kasko <akasko@openjdk.org> Co-authored-by: Zdeněk Žamberský <zzambers@redhat.com> Reviewed-by: sgehwolf Backport-of: 1faefed218051c324bdb5c7c10369050d6c9dd44
5Configuration menu - View commit details
-
Copy full SHA for 10029f7 - Browse repository at this point
Copy the full SHA 10029f7View commit details
Commits on Apr 7, 2022
-
8261107: ArrayIndexOutOfBoundsException in the ICC_Profile.getInstanc…
…e(InputStream) Reviewed-by: phh Backport-of: 06b33a0ad78d1577711af22020cf5fdf25112523
1Configuration menu - View commit details
-
Copy full SHA for b249159 - Browse repository at this point
Copy the full SHA b249159View commit details
Commits on Apr 8, 2022
-
8190753: (zipfs): Accessing a large entry (> 2^31 bytes) leads to a n…
…egative initial size for ByteArrayOutputStream Reviewed-by: phh, andrew Backport-of: 8a9cda2d84513ab49a54e1d2a7b530f0bae05c61
Alexey Pavlyutkin authored and Yuri Nesterenko committedApr 8, 2022 1Configuration menu - View commit details
-
Copy full SHA for 3647d98 - Browse repository at this point
Copy the full SHA 3647d98View commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f7174b4 - Browse repository at this point
Copy the full SHA f7174b4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cc541e91...f7174b49