-
Notifications
You must be signed in to change notification settings - Fork 0
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 jdk-22+19 into rivos/main #140
Commits on Oct 5, 2023
-
8314654: Metaspace: move locking out of MetaspaceArena
Reviewed-by: adinn, jsjolen
Configuration menu - View commit details
-
Copy full SHA for c6c69b5 - Browse repository at this point
Copy the full SHA c6c69b5View commit details -
8316594: C2 SuperWord: wrong result with hand unrolled loops
Reviewed-by: kvn, thartmann
Configuration menu - View commit details
-
Copy full SHA for 3630af2 - Browse repository at this point
Copy the full SHA 3630af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed9c76 - Browse repository at this point
Copy the full SHA 1ed9c76View commit details -
8317039: Enable specifying the JDK used to run jtreg
Reviewed-by: erikj
Ludvig Janiuk authored and David Holmes committedOct 5, 2023 Configuration menu - View commit details
-
Copy full SHA for a250ae4 - Browse repository at this point
Copy the full SHA a250ae4View commit details -
8316523: Relativize esp in interpreter frames (PowerPC only)
Reviewed-by: mdoerr, eosterlund
Configuration menu - View commit details
-
Copy full SHA for 42be238 - Browse repository at this point
Copy the full SHA 42be238View commit details -
8317522: Test logic for BODY_CF in AbstractThrowingSubscribers.java i…
…s wrong Reviewed-by: djelinski
Configuration menu - View commit details
-
Copy full SHA for 4c5b66d - Browse repository at this point
Copy the full SHA 4c5b66dView commit details -
8317240: Promptly free OopMapEntry after fail to insert the entry to …
…OopMapCache Reviewed-by: coleenp, fparain
Configuration menu - View commit details
-
Copy full SHA for a8eacb3 - Browse repository at this point
Copy the full SHA a8eacb3View commit details -
8313348: Fix typo in JFormattedTextField: 'it self'
Reviewed-by: honkar, dnguyen, psadhukhan
Configuration menu - View commit details
-
Copy full SHA for a1c9587 - Browse repository at this point
Copy the full SHA a1c9587View commit details -
8317443: StackOverflowError on calling ListFormat::getInstance() for …
…Norwegian locales Reviewed-by: joehw
Configuration menu - View commit details
-
Copy full SHA for 8a30c2a - Browse repository at this point
Copy the full SHA 8a30c2aView commit details
Commits on Oct 6, 2023
-
4964430: (spec) missing IllegalStateException exception requirement f…
…or javax.crypto.Cipher.doFinal Reviewed-by: mullan, valeriep
Configuration menu - View commit details
-
Copy full SHA for 991ce84 - Browse repository at this point
Copy the full SHA 991ce84View commit details -
8317502: Add asserts to check for non-null in ciInstance::java_lang_C…
…lass_klass Reviewed-by: kvn, thartmann
Damon Fenacci committedOct 6, 2023 Configuration menu - View commit details
-
Copy full SHA for f0d66d1 - Browse repository at this point
Copy the full SHA f0d66d1View commit details -
8269393: store/load order not preserved when handling memory pool due…
… to weakly ordered memory architecture of aarch64 Reviewed-by: thartmann, aph
Damon Fenacci committedOct 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 7162624 - Browse repository at this point
Copy the full SHA 7162624View commit details -
8317660: [BACKOUT] 8269393: store/load order not preserved when handl…
…ing memory pool due to weakly ordered memory architecture of aarch64 Reviewed-by: ayang
Configuration menu - View commit details
-
Copy full SHA for ec9ba5d - Browse repository at this point
Copy the full SHA ec9ba5dView commit details -
8317592: Serial: Remove Space::toContiguousSpace
Reviewed-by: tschatzl, iwalulya
Configuration menu - View commit details
-
Copy full SHA for 691db5d - Browse repository at this point
Copy the full SHA 691db5dView commit details -
8317318: Serial: Change GenCollectedHeap to SerialHeap in whitebox
Reviewed-by: tschatzl, iwalulya
Configuration menu - View commit details
-
Copy full SHA for b3cc0c8 - Browse repository at this point
Copy the full SHA b3cc0c8View commit details -
8317560: Change to Xcode 14.3.1 for building on macOS at Oracle
Reviewed-by: erikj
Configuration menu - View commit details
-
Copy full SHA for a64794b - Browse repository at this point
Copy the full SHA a64794bView commit details -
8317515: Unify the code of the parse*() families of methods in j.l.In…
…teger and j.l.Long Reviewed-by: redestad
Configuration menu - View commit details
-
Copy full SHA for b62e774 - Browse repository at this point
Copy the full SHA b62e774View commit details -
8317128: java/nio/file/Files/CopyAndMove.java failed with AccessDenie…
…dException Reviewed-by: alanb, lancea
Brian Burkhalter committedOct 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 6c6beba - Browse repository at this point
Copy the full SHA 6c6bebaView commit details -
8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long,…
… float and double arrays) Reviewed-by: jbhateja, sviswanathan, psandoz, kvn
Configuration menu - View commit details
-
Copy full SHA for a4e9168 - Browse repository at this point
Copy the full SHA a4e9168View commit details -
8306819: Consider disabling the compiler's default active annotation …
…processing Reviewed-by: vromero
Configuration menu - View commit details
-
Copy full SHA for dc4bc4f - Browse repository at this point
Copy the full SHA dc4bc4fView commit details
Commits on Oct 8, 2023
-
8314978: Multiple server call from connection failing with expect100 …
…in getOutputStream Reviewed-by: dfuchs
Vyom Tewari committedOct 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 460ebcd - Browse repository at this point
Copy the full SHA 460ebcdView commit details
Commits on Oct 9, 2023
-
8317601: Windows build on WSL broken after JDK-8317340
Reviewed-by: djelinski, erikj
Andrew Leonard committedOct 9, 2023 Configuration menu - View commit details
-
Copy full SHA for bcc986b - Browse repository at this point
Copy the full SHA bcc986bView commit details -
8317440: Lock rank checking fails when code root set is modified with…
… the Servicelock held after JDK-8315503 Reviewed-by: coleenp, ayang
Thomas Schatzl committedOct 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 0cf1a55 - Browse repository at this point
Copy the full SHA 0cf1a55View commit details -
8317136: [AIX] Problem List runtime/jni/terminatedThread/TestTerminat…
…edThread.java Reviewed-by: dholmes, amitkumar
Configuration menu - View commit details
-
Copy full SHA for 6ddbfaa - Browse repository at this point
Copy the full SHA 6ddbfaaView commit details -
8317594: G1: Refactor find_empty_from_idx_reverse
Reviewed-by: tschatzl, iwalulya
Configuration menu - View commit details
-
Copy full SHA for a57ae7e - Browse repository at this point
Copy the full SHA a57ae7eView commit details -
8310727: C2: *_of() methods in PhaseIterGVN should use uint for the n…
…ode index Reviewed-by: thartmann
Configuration menu - View commit details
-
Copy full SHA for 7ff1938 - Browse repository at this point
Copy the full SHA 7ff1938View commit details -
8317422: [JVMCI] concurrency issue in MethodData creation
Reviewed-by: never, thartmann
Doug Simon committedOct 9, 2023 Configuration menu - View commit details
-
Copy full SHA for a07a4a3 - Browse repository at this point
Copy the full SHA a07a4a3View commit details -
8317471: ListFormat::parseObject() spec can be improved on parsePosit…
…ion valid values Reviewed-by: iris, lancea, joehw, mli
Configuration menu - View commit details
-
Copy full SHA for 1f06325 - Browse repository at this point
Copy the full SHA 1f06325View commit details -
8317736: Stream::handleReset locks twice
Reviewed-by: ccleary, djelinski, jpai, vtewari
Configuration menu - View commit details
-
Copy full SHA for 508fa71 - Browse repository at this point
Copy the full SHA 508fa71View commit details -
8317693: Unused parameter to Tokens.Token.comment method
Reviewed-by: iris, jlahoda
Configuration menu - View commit details
-
Copy full SHA for 3ff5a78 - Browse repository at this point
Copy the full SHA 3ff5a78View commit details -
8316608: Enable parallelism in vmTestbase/gc/vector tests
Reviewed-by: shade, lmesnik
Configuration menu - View commit details
-
Copy full SHA for f61499c - Browse repository at this point
Copy the full SHA f61499cView commit details -
8317631: Refactor ChoiceFormat tests to use JUnit
Reviewed-by: naoto
Justin Lu committedOct 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 5e8d893 - Browse repository at this point
Copy the full SHA 5e8d893View commit details -
8317633: Modernize text.testlib.HexDumpReader
Reviewed-by: lancea, naoto, mli
Justin Lu committedOct 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 8e0686b - Browse repository at this point
Copy the full SHA 8e0686bView commit details -
8316446: 4 sun/management/jdp tests ignore VM flags
Reviewed-by: cjplummer, kevinw
Configuration menu - View commit details
-
Copy full SHA for 5b311f2 - Browse repository at this point
Copy the full SHA 5b311f2View commit details -
8316447: 8 sun/management/jmxremote tests ignore VM flags
Reviewed-by: kevinw, sspitsyn
Configuration menu - View commit details
-
Copy full SHA for 053f456 - Browse repository at this point
Copy the full SHA 053f456View commit details
Commits on Oct 10, 2023
-
8316233: VirtualThreadStart events should not be thread-filtered
Reviewed-by: lmesnik, amenkov, cjplummer
Serguei Spitsyn committedOct 10, 2023 Configuration menu - View commit details
-
Copy full SHA for d313915 - Browse repository at this point
Copy the full SHA d313915View commit details -
8314199: Initial size PBEKeyFactory#validTypes is not up-to-date
Reviewed-by: jnimeh
Configuration menu - View commit details
-
Copy full SHA for e882718 - Browse repository at this point
Copy the full SHA e882718View commit details -
8317705: ProblemList sun/tools/jstat/jstatLineCountsX.sh on linux-ppc…
…64le and aix due to JDK-8248691 Reviewed-by: sspitsyn
Configuration menu - View commit details
-
Copy full SHA for ad6dce3 - Browse repository at this point
Copy the full SHA ad6dce3View commit details -
8317711: Exclude gtest/GTestWrapper.java on AIX
Reviewed-by: mbaesken
Configuration menu - View commit details
-
Copy full SHA for ef41aa0 - Browse repository at this point
Copy the full SHA ef41aa0View commit details -
8317706: Exclude java/awt/Graphics2D/DrawString/RotTransText.java on …
…linux Reviewed-by: aivanov
Configuration menu - View commit details
-
Copy full SHA for fcff222 - Browse repository at this point
Copy the full SHA fcff222View commit details -
8315505: CompileTask timestamp printed can overflow
Reviewed-by: thartmann
Configuration menu - View commit details
-
Copy full SHA for ad7a8e8 - Browse repository at this point
Copy the full SHA ad7a8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2abf12 - Browse repository at this point
Copy the full SHA c2abf12View commit details -
8317730: Change byte_size to return size_t
Reviewed-by: coleenp, kbarrett
Configuration menu - View commit details
-
Copy full SHA for fb4098f - Browse repository at this point
Copy the full SHA fb4098fView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a52d43 - Browse repository at this point
Copy the full SHA 7a52d43View commit details