Skip to content
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

[Misc] add delay time value #173

Closed
wants to merge 279 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 19, 2023

  1. 8280396: G1: Full gc mark stack draining should prefer to make work a…

    …vailable to other threads
    
    Backport-of: 674a97b27ef621e7b54c13c121c625f91df5ee60
    GoeLin committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    24b31cd View commit details
    Browse the repository at this point in the history
  2. 8286620: Create regression test for verifying setMargin() of JRadioBu…

    …tton
    
    Backport-of: 67f1bd7ff1bb218fd6de9ef1e957f729013e133c
    GoeLin committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4bbead6 View commit details
    Browse the repository at this point in the history
  3. 8285756: clean up use of bad arguments for @clean in langtools tests

    Backport-of: 3312d8c620003125a88540fd5b2bacff34732ade
    GoeLin committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    01369a6 View commit details
    Browse the repository at this point in the history
  4. 8292316: Tests should not rely on specific JAR file names (jpackage)

    Backport-of: 45c3e898ed538545921395372fe507e9111401e1
    GoeLin committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f21f9a4 View commit details
    Browse the repository at this point in the history
  5. 8292315: Tests should not rely on specific JAR file names (hotspot)

    Reviewed-by: phh
    Backport-of: 62a7fc60d3b3a27525fc01930834dab6f89bd451
    GoeLin committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9dd23ff View commit details
    Browse the repository at this point in the history
  6. 8305815: Update Libpng to 1.6.39

    Backport-of: 14874779eeb9a279479c5aaddb40c056780d6152
    GoeLin committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5fc07b5 View commit details
    Browse the repository at this point in the history
  7. 8279545: Buffer overrun in reverse_words of sharedRuntime_x86_64.cpp:…

    …3517
    
    Backport-of: 35734ad0805b9ecaf6eb72a4b1513b8de53ed72c
    shipilev committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    852c26c View commit details
    Browse the repository at this point in the history
  8. 8309550: jdk.jfr.internal.Utils::formatDataAmount method should grace…

    …fully handle amounts equal to Long.MIN_VALUE
    
    Reviewed-by: stuefe, sgehwolf
    Backport-of: a1ab377d995dce4d636b908e96bd168dc3a9f3e5
    fthevenet authored and jerboaa committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7697ab4 View commit details
    Browse the repository at this point in the history
  9. 8272654: Mark word accesses should not use Access API

    Reviewed-by: phh
    Backport-of: a81e5e9
    shipilev committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    55c0eaa View commit details
    Browse the repository at this point in the history
  10. 8295657: SA: Allow larger object alignments

    Backport-of: dfd2d83144fe4d78a7144acda6d9cb3e0045ea70
    shipilev committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    c6f6db2 View commit details
    Browse the repository at this point in the history
  11. 8295811: serviceability/sa/TestObjectAlignment.java fails on x86_32

    Backport-of: 7cbf6721dcae6b0c22a57838d8dd769d87df9127
    shipilev committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6c81bf5 View commit details
    Browse the repository at this point in the history
  12. 8309959: JFR: Display N/A for missing data amount

    Reviewed-by: stuefe, sgehwolf
    Backport-of: 9872a14192ce3964b934c19ab685342ffd396986
    fthevenet authored and jerboaa committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5a4e374 View commit details
    Browse the repository at this point in the history
  13. 8293252: Shenandoah: ThreadMXBean synchronizer tests crash with aggre…

    …ssive heuristics
    
    Backport-of: 3675f4c2afd10b5042948fc79e62caee5f3874ce
    William Kemper authored and shipilev committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    249ddf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. 8306738: Select num workers for safepoint ParallelCleanupTask

    Reviewed-by: phh
    Backport-of: 672bade522b4641ffc30b0ac09791e8dcf21e003
    shipilev committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0368ae9 View commit details
    Browse the repository at this point in the history
  2. 8286481: Exception printed to stdout on Windows when storing transpar…

    …ent image in clipboard
    
    Backport-of: 5264881a1528444dfefbabec6f42596810f0ce07
    TheRealMDoerr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9780137 View commit details
    Browse the repository at this point in the history
  3. 8289688: jfr command hangs when it processes invalid file

    Backport-of: dd9bd31b86b732bc84a4db9a4d9c2b15e8142c90
    TheRealMDoerr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d85a847 View commit details
    Browse the repository at this point in the history
  4. 8272586: emit abstract machine code in hs-err logs

    8275031: runtime/ErrorHandling/MachCodeFramesInErrorFile.java fails when hsdis is present
    8277102: Dubious PrintCompilation output
    
    Reviewed-by: mbaesken
    Backport-of: b60837a
    TheRealMDoerr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    393aeaf View commit details
    Browse the repository at this point in the history
  5. 8282665: [REDO] ByteBufferTest.java: replace endless recursion with R…

    …untimeException in void ck(double x, double y)
    
    Backport-of: d07f7c76c5df1473bffa41f10a89ca1e21e001ef
    TheRealMDoerr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bda6723 View commit details
    Browse the repository at this point in the history
  6. 8305236: Some LoadLoad barriers in the interpreter are unnecessary af…

    …ter JDK-8220051
    
    Reviewed-by: phh
    Backport-of: 2c70828e7dc78783c174e3f93c94b6e2439d2dfb
    shipilev committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    aa3b4e4 View commit details
    Browse the repository at this point in the history
  7. 8309228: Clarify EXPERIMENTAL flags comment in hotspot/share/runtime/…

    …globals.hpp
    
    Backport-of: 96a7db7b3cd5e1370df195a910b94eaece6c3d3c
    shipilev committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3773e0b View commit details
    Browse the repository at this point in the history
  8. 8309956: Shenandoah: Strengthen the mark word check in string dedup

    Backport-of: 57b8251241e2044d5039ce162bf4637a9b2e5466
    shipilev committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fb1741c View commit details
    Browse the repository at this point in the history
  9. 8293012: ConstantPool::print_on can crash if _cache is NULL

    Backport-of: 9424d6d487db4ad0f6f671a8c33b8f169794fe25
    shipilev committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2e5a402 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. 8291830: jvmti/RedefineClasses/StressRedefine failed: assert(!is_null…

    …(v)) failed: narrow klass value can never be zero
    
    Backport-of: fb6fd03233b0eb001e2995d20a079b6af31d2b9b
    TheRealMDoerr committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9824e64 View commit details
    Browse the repository at this point in the history
  2. 8252713: jtreg time out of CtrlASCII.java seems to hang the Xserver.

    Backport-of: 6d6046b3799217c281d077f12bce1ec590149849
    TheRealMDoerr committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    878cea2 View commit details
    Browse the repository at this point in the history
  3. 8274986: max code printed in hs-err logs should be configurable

    Reviewed-by: mbaesken
    Backport-of: 33050f8
    TheRealMDoerr committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5ec9b86 View commit details
    Browse the repository at this point in the history
  4. 8263044: jdk/jfr/jvm/TestDumpOnCrash.java timed out

    Backport-of: 94ec729faae7b45fcfe0a94dd42a90e4d08fd1ec
    TheRealMDoerr committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    48d7af6 View commit details
    Browse the repository at this point in the history
  5. 8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails wi…

    …th Shenandoah
    
    Reviewed-by: phh, shade
    Backport-of: 7212561
    William Kemper authored and Paul Hohensee committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9a49698 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. 8283056: show abstract machine code in hs-err for all VM crashes

    Backport-of: 69e4e338b19c0ffd2f0881be1bbb19a5642bc4d4
    TheRealMDoerr committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ab27843 View commit details
    Browse the repository at this point in the history
  2. 8300659: Refactor TestMemoryAwareness to use WhiteBox api for host va…

    …lues
    
    Backport-of: 3c61d5aa48606dab2d2c639d5f0a56313476917d
    TheRealMDoerr committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    781df52 View commit details
    Browse the repository at this point in the history
  3. 8040793: vmTestbase/nsk/monitoring/stress/lowmem fails on calling isC…

    …ollectionUsageThresholdExceeded()
    
    Backport-of: 0025764ec02bef391720962272b7219d34c00653
    TheRealMDoerr committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    37d943e View commit details
    Browse the repository at this point in the history
  4. 8304845: Update PCSC-Lite for Suse Linux to 1.9.9 and fix incomplete …

    …license wording
    
    Backport-of: 33d661415056107742e16d24efdd5a063a2eb81f
    TheRealMDoerr committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ee6fc5a View commit details
    Browse the repository at this point in the history
  5. 8306435: Juggle04/TestDescription.java should be a booleanArr test an…

    …d not a byteArr one
    
    Backport-of: ce493dda9066b70f9541a8e06349fa81f79bb66c
    TheRealMDoerr committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    031a5ed View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permis…

    …sions for jtreg version 7 jar
    
    Backport-of: aa5b71893307b9fe6137bc3541edccaab73735ac
    GoeLin committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    09fdf1d View commit details
    Browse the repository at this point in the history
  2. 8307569: Build with gcc8 is broken after JDK-8307301

    Reviewed-by: shade
    Backport-of: 64c09628664fd19c281723f15bf677c52e360acd
    GoeLin committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c8e9c91 View commit details
    Browse the repository at this point in the history
  3. 8307604: gcc12 based Alpine build broken build after JDK-8307301

    Reviewed-by: mdoerr
    Backport-of: d2e0e534d7e391dd633fb9ff671900f8060b6d49
    GoeLin committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f8e0f6e View commit details
    Browse the repository at this point in the history
  4. 8307301: Update HarfBuzz to 7.2.0

    Backport-of: d8b230c384c47cc2bdc28d0849859d58a6a52eae
    GoeLin committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    19acd07 View commit details
    Browse the repository at this point in the history
  5. 8309862: Unsafe list operations in JfrStringPool

    Reviewed-by: mgronlun
    Backport-of: 05f896a153ee950b21bae251d2870a8adfe4f04a
    shipilev committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7c97df2 View commit details
    Browse the repository at this point in the history
  6. 8153837: AArch64: Handle special cases for MaxINode & MinINode

    Backport-of: b3684f4bacd8310eea75ebf4ccc70397328d5e86
    TheRealMDoerr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    bd0e479 View commit details
    Browse the repository at this point in the history
  7. 8309613: [Windows] hs_err files sometimes miss information about the …

    …code containing the error
    
    Reviewed-by: phh
    Backport-of: bd79db3930f192f6742e29a63a6d1c3bc3dd3385
    TheRealMDoerr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8dae82c View commit details
    Browse the repository at this point in the history
  8. 8306281: function isWsl() returns false on WSL2

    Backport-of: 9b0baa10b9140045aa3a49b03e685dcd3ea7c623
    TheRealMDoerr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e0c9643 View commit details
    Browse the repository at this point in the history
  9. 8308643: Incorrect value of 'used' jvmstat counter

    Backport-of: 92167505b217c0e6074f58f8479be97bc4c776b3
    TheRealMDoerr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    00b8f5d View commit details
    Browse the repository at this point in the history
  10. 8306428: RunThese30M.java crashed with assert(early->flag() == curren…

    …t->flag() || early->flag() == mtNone)
    
    Reviewed-by: mbaesken
    Backport-of: ca54f4e007ab0f13bec9aaf995d34c0ab3ba6452
    TheRealMDoerr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    52fb263 View commit details
    Browse the repository at this point in the history
  11. 8303215: Make thread stacks not use huge pages

    Backport-of: 59d9d9fcb93c26dd8931d70934b889245b050acc
    TheRealMDoerr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    dfe3555 View commit details
    Browse the repository at this point in the history
  12. 8229147: Linux os::create_thread() overcounts guardpage size with new…

    …er glibc (>=2.27)
    
    Reviewed-by: mbaesken
    Backport-of: 9ebcda2165c42e3f7b82a9ae8074badb69c0d270
    TheRealMDoerr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    832707b View commit details
    Browse the repository at this point in the history
  13. 8277654: Shenandoah: Don't produce new memory state in C2 LRB runtime…

    … call
    
    Backport-of: 3d39f09c6cdc875b44147b4e84e496b6abf93996
    William Kemper authored and shipilev committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b8a65e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. 8287227: Shenandoah: A couple of virtual thread tests failed with iu …

    …mode even without Loom enabled.
    
    Backport-of: 210a06a287521a554316a9052bd9fdf616c7b884
    William Kemper authored and shipilev committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    5021a07 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. 8298974: Add ftcolor.c to imported freetype sources

    Backport-of: 05f9e7676ea457cd5ef44acca9a1706b5dd0d093
    TheRealMDoerr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9b89523 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. 8305950: Have -XshowSettings option display tzdata version

    Backport-of: 07f55c5ea280032b72247049223f676424aa44c0
    TheRealMDoerr committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d27e56e View commit details
    Browse the repository at this point in the history
  2. 8289238: Refactoring changes to PassFailJFrame Test Framework

    Reviewed-by: mbaesken, phh
    Backport-of: 15efb2bdeb73e4e255dcc864be1a83450a2beaa8
    TheRealMDoerr committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8204dfa View commit details
    Browse the repository at this point in the history
  3. 8305425: Thread.isAlive0 doesn't need to call into the VM

    Reviewed-by: phh, mdoerr
    Backport-of: 35cb303a2c0c8b32de257c02e012a1928a6b4594
    shipilev committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4fd0ee5 View commit details
    Browse the repository at this point in the history
  4. 8310126: C1: Missing receiver null check in Reference::get intrinsic

    Backport-of: 02aaab12e331e5a4c249f1d281c4439e2e7c914f
    shipilev committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    95b4ddc View commit details
    Browse the repository at this point in the history
  5. 8308152: PropertyDescriptor should work with overridden generic gette…

    …r method
    
    Backport-of: 73dd03cc5afa6d1e01a92d0027dcb82af27a48af
    mrserb committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3d53b27 View commit details
    Browse the repository at this point in the history
  6. 8295812: Skip the "half float" support in LittleCMS during the build

    Backport-of: f0a6e71e4d63c9820659f6ff29f94d0476d48b09
    mrserb committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b8a0a22 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. 8290464: Optimize ResourceArea zapping on ResourceMark release

    Backport-of: 7841e5cc387ba595f73f40b3a0d00d7e36df15ea
    shipilev committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    295cf44 View commit details
    Browse the repository at this point in the history
  2. 8307156: native_thread not protected by TLH

    Reviewed-by: phh, mgronlun
    Backport-of: 0c6529d2d38a668f74936cca7803ca9de1a05d49
    shipilev committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4dd316b View commit details
    Browse the repository at this point in the history
  3. 8297681: Unnecessary color conversion during 4BYTE_ABGR_PRE to INT_AR…

    …GB_PRE blit
    
    Backport-of: 8ffed34e1da0ad2b9b6503f13831843dadfed319
    mrserb committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c3b8ea3 View commit details
    Browse the repository at this point in the history
  4. 8297887: Update Siphash

    Backport-of: bacf652311a74d93f6f802c51a1a2150522704cb
    TheRealMDoerr committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c5649ac View commit details
    Browse the repository at this point in the history
  5. 8269466: Factor out the common code for initializing and starting int…

    …ernal VM JavaThreads
    
    Reviewed-by: mbaesken
    Backport-of: 4107dcf
    TheRealMDoerr committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1472676 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. 8301074: Replace NULL with nullptr in share/opto/

    Reviewed-by: mdoerr
    Backport-of: 5726d31e56530bbe7dee61ae04b126e20cb3611d
    GoeLin committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    99c7ade View commit details
    Browse the repository at this point in the history
  2. 8289077: Add manual tests to open

    Backport-of: 787e16bb444ee3b63803f5d1701d0f0a68b5d474
    GoeLin committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0b0c61e View commit details
    Browse the repository at this point in the history
  3. 8306134: Open source some AWT tests relating to Button and a few othe…

    …r classes
    
    Backport-of: fdb4bafa3142cedeb9eb3cb930890e97b35402de
    GoeLin committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4013216 View commit details
    Browse the repository at this point in the history
  4. 8306372: Open source AWT CardLayout and Checkbox tests

    Backport-of: 781d6d793ad4cecb774bcbcb362c726779408ffd
    GoeLin committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2d26f38 View commit details
    Browse the repository at this point in the history
  5. 8306430: Open source some AWT tests related to TextComponent and Toolkit

    Backport-of: 36ec05d52a79185d8c6669713fd17933128c032a
    GoeLin committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7f8e1de View commit details
    Browse the repository at this point in the history
  6. 8306484: Open source several AWT Choice jtreg tests

    Backport-of: b5362dadc59570d1f7fd7899be5ec11187168a16
    GoeLin committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a424cdd View commit details
    Browse the repository at this point in the history
  7. 8306682: Open source a few more AWT Choice tests

    Backport-of: f39641ccbd670853b3c021dd4e490151cbc77ed6
    GoeLin committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a563c45 View commit details
    Browse the repository at this point in the history
  8. 8290469: Add new positioning options to PassFailJFrame test framework

    Reviewed-by: mbaesken
    Backport-of: 568be58e8521e5e87baca1872ba8cc1941607bb7
    TheRealMDoerr committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    62140e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. 8303047: avoid NULL after 8301661

    Backport-of: 221f34634de58d339f6cf7b08b2520fb748fff82
    MBaesken committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a72bdbf View commit details
    Browse the repository at this point in the history
  2. 8306575: Clean up and open source four Dialog related tests

    Backport-of: 8d696aea9e1cefca97a760c017a5fde545facaa9
    GoeLin committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2f31b3f View commit details
    Browse the repository at this point in the history
  3. 8306135: Clean up and open source some AWT tests

    Backport-of: 4ad3ac6317f6fc95fdf0340885d4099e785132ad
    GoeLin committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    788d658 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. 8308872: enhance logging and some exception in krb5/Config.java

    Backport-of: 70670b4af617699782f892ae4cb5228ec655a2d0
    MBaesken committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4c5dd40 View commit details
    Browse the repository at this point in the history
  2. 8291444: GHA builds/tests won't run manually if disabled from automat…

    …ic running
    
    Backport-of: 5c0ff26f321ad36daa34bfc5b2d013b6c4a03810
    RealCLanger committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    17744ca View commit details
    Browse the repository at this point in the history
  3. 8282404: DrawStringWithInfiniteXform.java failed with "RuntimeExcepti…

    …on: drawString with InfiniteXform transform takes long time"
    
    Backport-of: a53be204cbc8671ab998e1165f983af3a50e4ae2
    TheRealMDoerr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    996c6f7 View commit details
    Browse the repository at this point in the history
  4. 8293811: Provide a reason for PassFailJFrame.forceFail

    Reviewed-by: mbaesken, shade
    Backport-of: 64b96e5cf57023a5d55b4392074e3922ac7c0534
    TheRealMDoerr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    71f17d9 View commit details
    Browse the repository at this point in the history
  5. 8300098: java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTe…

    …st.java fails with internal timeout when executed with TieredCompilation1/3
    
    Backport-of: ecf8842cd2309210f3d5eee7f9f28a198a860686
    TheRealMDoerr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    43d4d02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00c6470 View commit details
    Browse the repository at this point in the history
  7. 8270894: Use acquire semantics in ObjectSynchronizer::read_stable_mark()

    Reviewed-by: phh, rkennke
    Backport-of: f226190
    shipilev committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8d6c17d View commit details
    Browse the repository at this point in the history
  8. 8284760: Correct type/array element offset in LibraryCallKit::get_sta…

    …te_from_digest_object()
    
    Backport-of: 2ba5cc4163ccd944e2df917e5d617a78fa4ee75b
    shipilev committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ce054c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. 8300405: Screen capture for test JFileChooserSetLocationTest.java, fa…

    …ilure case
    
    Backport-of: db8fa1be052c8558398ea5fea2105458f1a3cd16
    TheRealMDoerr committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    42caa28 View commit details
    Browse the repository at this point in the history
  2. 8171221: Remove -XX:+CheckMemoryInitialization

    Backport-of: 65c8dbe693f09203f66cd25aa9179982ddc38274
    shipilev committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    cf868a5 View commit details
    Browse the repository at this point in the history
  3. 8300693: Lower the compile threshold and reduce the iterations of war…

    …mup loop in VarHandles tests
    
    Backport-of: 86fed79670c109fc3a7fbe1eb2b1485c6dd99e2f
    shipilev committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4d261ef View commit details
    Browse the repository at this point in the history
  4. 8308766: TLAB initialization may cause div by zero

    Backport-of: 96ed1392d1c5062063b1f8b5f1bd30d2d17ce3fe
    shipilev committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    90345a4 View commit details
    Browse the repository at this point in the history
  5. 8280885: Shenandoah: Some tests failed with "EA: missing allocation r…

    …eference path"
    
    Backport-of: ab638341de164965e06bb1d59808670260916b82
    shipilev committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e28a5ea View commit details
    Browse the repository at this point in the history
  6. 8276696: ParallelObjectIterator freed at the wrong time in VM_HeapDumper

    Reviewed-by: ogillespie, phh
    Backport-of: f4dc03ea6de327425ff265c3d2ec16ea7b0e1634
    shipilev committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b7c1456 View commit details
    Browse the repository at this point in the history
  7. 8306638: Open source some AWT tests related to datatransfer and Toolkit

    Backport-of: 2210e06788d14dab38f78d8b20a2397e633195af
    GoeLin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8d49a8a View commit details
    Browse the repository at this point in the history
  8. 8307078: Opensource and clean up five more AWT Focus related tests

    Backport-of: 6d6f726b74f7fcd3e7c37d50bd2476b3e921662b
    GoeLin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b8cf161 View commit details
    Browse the repository at this point in the history
  9. 8289547: Update javax/swing/Popup/TaskbarPositionTest.java

    Backport-of: d73fc70ea272be6bf4f1c82608c73ff0a8f6032d
    GoeLin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e8e87c4 View commit details
    Browse the repository at this point in the history
  10. 8306812: Open source several AWT Miscellaneous tests

    Backport-of: c494770ca0662d95ed35f9244a7a9e012aab61a7
    chadrako authored and Paul Hohensee committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b3cf45a View commit details
    Browse the repository at this point in the history
  11. 8307083: Open source some drag and drop tests 3

    Backport-of: 1b154e4fd361103936f976db72e04b73aa7b1077
    chadrako authored and Paul Hohensee committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    93bfec2 View commit details
    Browse the repository at this point in the history
  12. 8307299: Move more DnD tests to open

    Backport-of: 950c5df859c373864ab4e7cf080c38bbd501e54b
    chadrako authored and Paul Hohensee committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    688a823 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    8a9162f View commit details
    Browse the repository at this point in the history
  2. 8311249: Remove unused MemAllocator::obj_memory_range

    Reviewed-by: phh
    Backport-of: 711cddd899048236bbc3c0aa7e4ac0fc8aebe4d2
    shipilev committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    43f14e4 View commit details
    Browse the repository at this point in the history
  3. 8307348: Parallelize heap walk for ObjectCount(AfterGC) JFR event col…

    …lection
    
    Reviewed-by: ogillespie, phh
    Backport-of: 540c706bbcbb809ae1304aac4f2a16a5e83cb458
    shipilev committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    fc08b73 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. 8304314: StackWalkTest.java fails after CODETOOLS-7903373

    Backport-of: d5a150706e9070557533135489a73fc8cefc0cec
    GoeLin committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    50399e3 View commit details
    Browse the repository at this point in the history
  2. 8299713: Test javax/swing/JTableHeader/6889007/bug6889007.java failed…

    …: Wrong type of cursor
    
    Backport-of: b54c4a33c69e16adf5b85b80b8deb4ded2ed074d
    GoeLin committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2bc77e3 View commit details
    Browse the repository at this point in the history
  3. 6176679: Application freezes when copying an animated gif image to th…

    …e system clipboard
    
    Backport-of: 6c71859ac240c788364169422e726f8f5443bf75
    GoeLin committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3b4df97 View commit details
    Browse the repository at this point in the history
  4. 8304725: AsyncGetCallTrace can cause SIGBUS on M1

    Backport-of: d8af7a6014055295355a1242db6c2872299c6398
    Sergey Nazarkin committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c2e274e View commit details
    Browse the repository at this point in the history
  5. 8277417: C1 LIR instruction for load-klass

    Backport-of: 99e4bda303f2c71972a125d0ecaf4cf986c8614a
    shipilev committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d7a59f3 View commit details
    Browse the repository at this point in the history
  6. 8277860: PPC: Remove duplicate info != NULL check

    Backport-of: ce0234b47d5c40e74dac368396e92cdec5cc2de7
    shipilev committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a34d90b View commit details
    Browse the repository at this point in the history
  7. 8278141: LIR_OpLoadKlass::_info shadows the field of the same name fr…

    …om LIR_Op
    
    Backport-of: 0e7b6bcd8260293c3d39417f04b9b1e4409aa20a
    shipilev committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c39f3c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. 8306765: Some client related jtreg problem list entries are malformed

    Backport-of: 36d61c3106c69c019f2d4ded7dedd1649c1226b3
    GoeLin committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f02d019 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. 8276799: Implementation of JEP 422: Linux/RISC-V Port

    8282306: os::is_first_C_frame(frame*) crashes on invalid link access
    8282477: [x86, aarch64] vmassert(_last_Java_pc == NULL, "already walkable"); fails with async profiler
    8283865: riscv: Break down -XX:+UseRVB into seperate options for each bitmanip extension
    8284068: riscv: should call Atomic::release_store in JavaThread::set_thread_state
    8284937: riscv: should not allocate special register for temp
    8285303: riscv: Incorrect register mask in call_native_base
    8287418: riscv: Fix correctness issue of MacroAssembler::movptr
    8297644: RISC-V: Compilation error when shenandoah is disabled
    8291952: riscv: Remove PRAGMA_NONNULL_IGNORED
    8285437: riscv: Fix MachNode size mismatch for MacroAssembler::verify_oops*
    8285699: riscv: Provide information when hitting a HaltNode
    8285711: riscv: RVC: Support disassembler show-bytes option
    8287425: Remove unnecessary register push for MacroAssembler::check_klass_subtype_slow_path
    8287552: riscv: Fix comment typo in li64
    8287970: riscv: jdk/incubator/vector/*VectorTests failing
    8290137: riscv: small refactoring for add_memory_int32/64
    8290164: compiler/runtime/TestConstantsInError.java fails on riscv
    8290496: riscv: Fix build warnings-as-errors with GCC 11
    8291893: riscv: remove fence.i used in user space
    8291947: riscv: fail to build after JDK-8290840
    8292867: RISC-V: Simplify weak CAS return value handling
    8293050: RISC-V: Remove redundant non-null assertions about macro-assembler
    8293100: RISC-V: Need to save and restore callee-saved FloatRegisters in StubGenerator::generate_call_stub
    8293474: RISC-V: Unify the way of moving function pointer
    8293524: RISC-V: Use macro-assembler functions as appropriate
    8293566: RISC-V: Clean up push and pop registers
    8294012: RISC-V: get/put_native_u8 missing the case when address&7 is 6
    8294083: RISC-V: Minimal build failed with --disable-precompiled-headers
    8294086: RISC-V: Cleanup InstructionMark usages in the backend
    8294087: RISC-V: RVC: Fix a potential alignment issue and add more alignment assertions for the patchable calls/nops
    8294187: RISC-V: Unify all relocations for the backend into AbstractAssembler::relocate()
    8294366: RISC-V: Partially mark out incompressible regions
    8294430: RISC-V: Small refactoring for movptr_with_offset
    8294492: RISC-V: Use li instead of patchable movptr at non-patchable callsites
    8294679: RISC-V: Misc crash dump improvements
    8295110: RISC-V: Mark out relocations as incompressible
    8295270: RISC-V: Clean up and refactoring for assembler functions
    8295396: RISC-V: Cleanup useless CompressibleRegions
    8295926: RISC-V: C1: Fix LIRGenerator::do_LibmIntrinsic
    8295968: RISC-V: Rename some assembler intrinsic functions for RVV 1.0
    8296435: RISC-V: Small refactoring for increment/decrement
    8296447: RISC-V: Make the operands order of vrsub_vx/vrsub_vi consistent with RVV 1.0 spec
    8296448: RISC-V: Fix temp usages of heapbase register killed by MacroAssembler::en/decode_klass_not_null
    8296602: RISC-V: improve performance of copy_memory stub
    8296771: RISC-V: C2: assert(false) failed: bad AD file
    8296916: RISC-V: Move some small macro-assembler functions to header file
    8297359: RISC-V: improve performance of floating Max Min intrinsics
    8297697: RISC-V: Add support for SATP mode detection
    8301067: RISC-V: better error message when reporting unsupported satp modes
    8297715: RISC-V: C2: Use single-bit instructions from the Zbs extension
    8299168: RISC-V: Fix MachNode size mismatch for MacroAssembler::_verify_oops*
    8299847: RISC-V: Improve PrintOptoAssembly output of CMoveI/L nodes
    8300109: RISC-V: Improve code generation for MinI/MaxI nodes
    8301033: RISC-V: Handle special cases for MinI/MaxI nodes for Zbb
    8301036: RISC-V: Factor out functions baseOffset & baseOffset32 from MacroAssembler
    8301153: RISC-V: pipeline class for several instructions is not set correctly
    8301313: RISC-V: C2: assert(false) failed: bad AD file due to missing match rule
    8301628: RISC-V: c2 fix pipeline class for several instructions
    8301818: RISC-V: Factor out function mvw from MacroAssembler
    8302114: RISC-V: Several foreign jtreg tests fail with debug build after JDK-8301818
    8301852: RISC-V: Optimize class atomic when order is memory_order_relaxed
    8302289: RISC-V: Use bgez instruction in arraycopy_simple_check when possible
    8302776: RISC-V: Fix typo CSR_INSTERT to CSR_INSTRET
    8304293: RISC-V: JDK-8276799 missed atomic intrinsic support for C1
    8305006: Use correct register in riscv_enc_fast_unlock()
    8305008: RISC-V: Factor out immediate checking functions from assembler_riscv.inline.hpp
    8305112: RISC-V: Typo fix for RVC description
    8305512: RISC-V: Enable RVC extension by default on supported hardware
    8305728: RISC-V: Use bexti instruction to do single-bit testing
    8306667: RISC-V: Fix storeImmN0 matching rule by using zr register
    8307150: RISC-V: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC
    8307446: RISC-V: Improve performance of floating point to integer conversion
    8307651: RISC-V: stringL_indexof_char instruction has wrong format string
    8308089: [riscv-port-jdk17u] Intrinsify Unsafe.storeStoreFence
    8308277: RISC-V: Improve vectorization of Match.sqrt() on floats
    8308997: RISC-V: Sign extend when comparing 32-bit value with zero instead of testing the sign bit
    8309427: [riscv-port-jdk17u] Remove unused RoundDoubleModeV C2 node
    8305236: Some LoadLoad barriers in the interpreter are unnecessary after JDK-8220051
    8285630: Fix a configure error in RISC-V cross build
    8277417: C1 LIR instruction for load-klass
    
    Reviewed-by: vkempik, goetz, shade, yadongwang, fjiang, luhenry
    Backport-of: 5905b02c0e2643ae8d097562f181953f6c88fc89
    RealFYang committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    966fc82 View commit details
    Browse the repository at this point in the history
  2. 8301700: Increase the default TLS Diffie-Hellman group size from 1024…

    …-bit to 2048-bit
    
    Reviewed-by: phh
    Backport-of: 26b111d714c3ee62bd10a5e2ab44be01c13ff42e
    Alexey Bakhtin committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7a4708b View commit details
    Browse the repository at this point in the history
  3. 8310549: avoid potential leaks in KeystoreImpl.m related to JNU_CHECK…

    …_EXCEPTION early returns
    
    Backport-of: 7da3f1999fc5d1b9162443d97dfae7fe7b04dfc5
    MBaesken committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    592d64b View commit details
    Browse the repository at this point in the history
  4. 8306137: Open source several AWT ScrollPane related tests

    Backport-of: 4becb7bcb6d8c24db5209dade77dbf2be057b2b0
    GoeLin committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    efd7f7f View commit details
    Browse the repository at this point in the history
  5. 8285980: Several tests in compiler/c2/irTests miss @requires vm.compi…

    …ler2.enabled
    
    Reviewed-by: phh
    Backport-of: 1f9f8738f344ecbc0270608ee84eb92138f349a2
    GoeLin committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5fd04f9 View commit details
    Browse the repository at this point in the history
  6. 8306718: Optimize and opensource some old AWT tests

    Backport-of: 9beae21864d18054ca3762ec989d51ff0660db84
    GoeLin committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ed698e6 View commit details
    Browse the repository at this point in the history
  7. 8299158: Improve MD5 intrinsic on AArch64

    Reviewed-by: phh
    Backport-of: c6588d5bb3f778806c9112e86dbfba964c0636fd
    yftsai authored and Paul Hohensee committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cb35d88 View commit details
    Browse the repository at this point in the history
  8. 8306636: Disable compiler/c2/Test6905845.java with -XX:TieredStopAtLe…

    …vel=3
    
    Backport-of: 4900517479f12b59cd8f1c31ad94ad7487c522f7
    i556354 authored and GoeLin committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b42886f View commit details
    Browse the repository at this point in the history
  9. 8306076: Open source AWT misc tests

    Backport-of: f7d45b85a5c664a87c94e0baccd8b9eddce27e2c
    kspeeyu authored and Paul Hohensee committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    afffb37 View commit details
    Browse the repository at this point in the history
  10. 8306566: Open source several clipboard AWT tests

    Backport-of: 136dad7197a1969b2b1fc325f4336c20386c5d3b
    kspeeyu authored and Paul Hohensee committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c9194e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. 8305421: Work around JDK-8305420 in CDSJDITest.java

    Backport-of: 9ce5fdc96262ac80c5a2ac2d51a149408d3d727a
    i556354 authored and GoeLin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f956352 View commit details
    Browse the repository at this point in the history
  2. 8283929: GHA: Add RISC-V build config

    Reviewed-by: vkempik
    Backport-of: 85d4b49151e9529051f1ed344749a487d3e92165
    feilongjiang authored and Vladimir Kempik committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d5eec58 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. 8297476: Increase InlineSmallCode default from 1000 to 2500 for RISC-V

    Backport-of: 5e196b4b8e623107424e2fb54672790fd925fe73
    RealFYang committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a299757 View commit details
    Browse the repository at this point in the history
  2. 8225012: sanity/client/SwingSet/src/ToolTipDemoTest.java fails on Win…

    …dows
    
    Backport-of: 1f521a12041b33b3458f952627d535fad6e928c7
    GoeLin committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f45578e View commit details
    Browse the repository at this point in the history
  3. 8180266: Convert sun/security/provider/KeyStore/DKSTest.sh to Java Jt…

    …reg Test
    
    Backport-of: 7f313b0cef7d0e9732beed6c61298815306531e0
    GoeLin committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4eeb1c9 View commit details
    Browse the repository at this point in the history
  4. 8303154: Investigate and improve instruction cache flushing during co…

    …mpilation
    
    Backport-of: b7945bc9e5db5761f17a9e56246424fbcab21627
    GoeLin committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1248b15 View commit details
    Browse the repository at this point in the history
  5. 8292716: Configure should check that jtreg is of the required version

    8292763: JDK-8292716 breaks configure without jtreg
    
    Reviewed-by: shade
    Backport-of: 486f90c134f3b8562221839f8a3aefa74ae0d070
    GoeLin committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9288072 View commit details
    Browse the repository at this point in the history
  6. 8267517: async logging for stdout and stderr

    Reviewed-by: shade
    Backport-of: 7aff03aee1a5cd70638d8bbafeb7765bc7beea45
    Xin Liu authored and shipilev committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e61bb2e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. 8305763: Parsing a URI with an underscore goes through a silent excep…

    …tion, negatively impacting performance
    
    Backport-of: 749d4801937ac145f945765f0ba0980bbccf384f
    Dhamoder Nalla authored and RealCLanger committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    310115a View commit details
    Browse the repository at this point in the history
  2. 8301097: Update GHA XCode to 12.5.1

    Backport-of: b8e5abc1e8f5c7e2f0af675abb0e2ed481ffe128
    GoeLin committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b0b79a9 View commit details
    Browse the repository at this point in the history
  3. 8308192: Error in parsing replay file when staticfield is an array of…

    … single dimension
    
    Backport-of: d3feedf5114542078c10abec0612038c88e005d6
    GoeLin committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3006096 View commit details
    Browse the repository at this point in the history
  4. 8310259: Pin msys2/setup-msys2 github action to a specific commit

    Reviewed-by: mbaesken
    Backport-of: 959a61fdd483c9523764b9ba0972f59ca06db0ee
    GoeLin committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2b8c260 View commit details
    Browse the repository at this point in the history
  5. 8307555: Reduce memory reads in x86 MD5 intrinsic

    Backport-of: 43c8c650afe3c86ce4d59390eb0648548ed33126
    chadrako authored and Paul Hohensee committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9f3c095 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. 8307683: Loop Predication should not hoist range checks with trap on …

    …success projection by negating their condition
    
    Reviewed-by: roland
    Backport-of: dfd3da3f52480f68f653beb1e720691f8232ace7
    GoeLin committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3cc7858 View commit details
    Browse the repository at this point in the history
  2. 8309119: [17u/11u] Redo JDK-8297951: C2: Create skeleton predicates f…

    …or all If nodes in loop predication
    
    Reviewed-by: mdoerr
    GoeLin committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a6ef655 View commit details
    Browse the repository at this point in the history
  3. 8309266: C2: assert(final_con == (jlong)final_int) failed: final valu…

    …e should be integer
    
    Reviewed-by: roland
    Backport-of: 4a9cc8a000cafb3ad77a33710054b567e8553652
    GoeLin committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    97cf4fe View commit details
    Browse the repository at this point in the history
  4. 8306060: Open source few AWT Insets related tests

    Backport-of: 9a68d1d952c308c03c29747794d409831008c144
    kspeeyu authored and shipilev committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    148af11 View commit details
    Browse the repository at this point in the history
  5. 8283326: Implement SafeFetch statically

    Reviewed-by: stuefe
    Backport-of: bdf8a2a2050393e91800786f8d5a5d6805f936eb
    Sergey Nazarkin committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5536520 View commit details
    Browse the repository at this point in the history
  6. 8288719: [arm32] SafeFetch32 thumb interleaving causes random crashes

    8284997: arm32 build crashes since JDK-8283326
    8285675: Temporary fix for arm32 SafeFetch
    
    Reviewed-by: stuefe
    Backport-of: 26c03c1860c6da450b5cd6a46576c78bea682f96
    Sergey Nazarkin committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8c1a5bc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. 8289512: Fix GCC 12 warnings for adlc output_c.cpp

    Backport-of: a8fe2d97a2ea1d3ce70d6095740c4ac7ec113761
    Ben Taylor authored and Paul Hohensee committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a19596d View commit details
    Browse the repository at this point in the history
  2. 8307147: [x86] Dangling pointer warning for Assembler::_attributes

    Reviewed-by: phh
    Backport-of: 3599448ad833553dd502a4f941dad7295b557d55
    Ben Taylor authored and Paul Hohensee committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    6d4bfb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. 8311862: RISC-V: small improvements to shift immediate instructions

    Backport-of: f3b96f6937395246f09ac2ef3dfca5854217a0da
    Vladimir Kempik committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d79c2ef View commit details
    Browse the repository at this point in the history
  2. 8297923: java.awt.ScrollPane broken after multiple scroll up/down

    8310054: ScrollPane insets are incorrect
    8311689: Wrong visible amount in Adjustable of ScrollPane
    
    Backport-of: ea41907396a70933c4f6e6b0f247f7ba589a3a23
    GoeLin committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f18ecea View commit details
    Browse the repository at this point in the history
  3. 8275303: sun/java2d/pipe/InterpolationQualityTest.java fails with D3D…

    … basic render driver
    
    Backport-of: bc0379ea1a22a2631b49ecd6a331352bec81c1c6
    GoeLin committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0dd98fd View commit details
    Browse the repository at this point in the history
  4. 8308283: Build failure with GCC12 & GCC13

    Reviewed-by: phh
    Backport-of: bfc3ccd90d579f6cba3a704766b7a1ea56beebe1
    Ben Taylor authored and Paul Hohensee committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e3dad43 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge

    GoeLin committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d98ac18 View commit details
    Browse the repository at this point in the history
  2. 8307067: remove broken EnableThreadSMRExtraValidityChecks option

    Backport-of: 5e26e64cbfa4baf81024efeb57768458e59971f5
    GoeLin committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    494cf45 View commit details
    Browse the repository at this point in the history
  3. 8307068: store a JavaThread* in the java.lang.Thread object after the…

    … JavaThread* is added to the main ThreadsList
    
    Reviewed-by: phh
    Backport-of: ceca198ef21b9003492b456d87180d2f48774f73
    GoeLin committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    86e8887 View commit details
    Browse the repository at this point in the history
  4. 8305766: ProblemList runtime/CompressedOops/CompressedClassPointers.java

    Backport-of: f45b01f8830a8d42a486374e8c3dadc845bfc59f
    GoeLin committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a19156d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. 8277353: java/security/MessageDigest/ThreadSafetyTest.java test times…

    … out
    
    Backport-of: f22d157e551fb28991e7713a45e63a0a8d9d2c4c
    GoeLin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b640436 View commit details
    Browse the repository at this point in the history
  2. 8307653: Adjust delay time and gc log argument in TestAbortOnVMOperat…

    …ionTimeout
    
    Backport-of: 4f355c3525072681ed1fb48dfdb8924b1cf0cc7c
    GoeLin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b5f27f9 View commit details
    Browse the repository at this point in the history
  3. 8302736: Major performance regression in Math.log on aarch64

    Reviewed-by: lucy
    Backport-of: 466ec300fc8e5702553123cf2fa4b0d8c7d552d9
    GoeLin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4b8c6b8 View commit details
    Browse the repository at this point in the history
  4. 8308803: Improve java/util/UUID/UUIDTest.java

    Backport-of: 4460429d7a50b9a7a99058ef4e5ae36fb30b956f
    GoeLin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fade19e View commit details
    Browse the repository at this point in the history
  5. 8312029: Add CriticalNative tests to ProblemList for 8312028

    Reviewed-by: lucy
    GoeLin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    901e879 View commit details
    Browse the repository at this point in the history
  6. 8295894: Remove SECOM certificate that is expiring in September 2023

    Reviewed-by: lucy
    Backport-of: fd7fddb6ed24e0ae4b5e18fb27fd80230941dc0b
    GoeLin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b40b1ca View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. 8286623: Bundle zlib by default with JDK on macos aarch64

    Backport-of: c3bade2e08f865bf1e65d48e6d27bff9c022d35f
    gdams committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    95a89ed View commit details
    Browse the repository at this point in the history
  2. 8306881: Update FreeType to 2.13.0

    Backport-of: 723582c524c62ee73f7984a53b046f8832b23a7f
    TheRealMDoerr committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    eb7900a View commit details
    Browse the repository at this point in the history
  3. 8275415: Prepare Leak Profiler for Lilliput

    Backport-of: c41ce6d159e59a8c05dbeacde2d2612b58733d46
    rkennke committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    34da7e2 View commit details
    Browse the repository at this point in the history
  4. 8276333: jdk/jfr/event/oldobject/TestLargeRootSet.java failed "assert…

    …(!contains(edge->reference())) failed: invariant"
    
    Reviewed-by: phh
    Backport-of: 65ca0a5776df229ee91f420585ca1e8f91e489c6
    rkennke committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c2543ea View commit details
    Browse the repository at this point in the history
  5. 8303279: C2: crash in SubTypeCheckNode::sub() at IGVN split if

    Reviewed-by: simonis
    Backport-of: caadad4fdc78799dab2d492dba9b9f74b22d036e
    Ben Taylor authored and simonis committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    baf2841 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. 8281717: Cover logout method for several LoginModule

    8284090: com/sun/security/auth/module/AllPlatforms.java fails to compile
    
    Reviewed-by: mdoerr
    Backport-of: fbb8ca55a80683a730179303b31c5c150bcca8a9
    GoeLin committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4f4e042 View commit details
    Browse the repository at this point in the history
  2. 8275662: remove test/lib/sun/hotspot

    Reviewed-by: mdoerr
    Backport-of: 0c37008917789e7b631b5c18e6f54454b1bfe038
    GoeLin committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    68b3f47 View commit details
    Browse the repository at this point in the history
  3. 8292683: Remove BadKeyUsageTest.java from Problem List

    Backport-of: df5209e70fd92ec6bda4e7356a3ad121732f6c66
    GoeLin committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    e8a8a2d View commit details
    Browse the repository at this point in the history
  4. 8305670: Performance regression in LockSupport.unpark with lots of id…

    …le threads
    
    Reviewed-by: mdoerr
    Backport-of: f030937a51b95dde33ce33537ee830153b2c3b56
    GoeLin committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    504ec27 View commit details
    Browse the repository at this point in the history
  5. 8302161: Upgrade jQuery UI to version 1.13.2

    8293180: JQuery UI license file not updated
    
    Reviewed-by: mdoerr
    Backport-of: 404d5bddb9177c3bda03db81e14209e372a00027
    Nagata, Haruhito authored and TheRealMDoerr committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    bf70c43 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. 8312511: GHA: Bump cross-compile runner to Ubuntu 22.04

    Reviewed-by: shade
    feilongjiang authored and RealFYang committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2cbf01c View commit details
    Browse the repository at this point in the history
  2. 8301269: Update Commons BCEL to Version 6.7.0

    Reviewed-by: mdoerr
    Backport-of: 6a44120a16d0f06b4ed9f0ebf6b0919da7070287
    GoeLin committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    14614f5 View commit details
    Browse the repository at this point in the history
  3. 8311285: report some fontconfig related environment variables in hs_e…

    …rr file
    
    Backport-of: 0ef03f122866f010ebf50683097e9b92e41cdaad
    MBaesken committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    67c5150 View commit details
    Browse the repository at this point in the history
  4. 8296796: Provide clean, platform-agnostic interface to C-heap trimming

    Reviewed-by: stuefe
    Backport-of: 0845b39caf6f04dca9cb7a5852f05b4b5ffbc034
    shipilev committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c54ecfb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. 8307165: java/awt/dnd/NoFormatsDropTest/NoFormatsDropTest.java timed out

    Backport-of: 14df5c130e5bf5139e3e2ef6d7b9d64883d94d18
    i556354 authored and GoeLin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    90202ef View commit details
    Browse the repository at this point in the history
  2. 8270331: [TESTBUG] Error: Not a test or directory containing tests: j…

    …ava/awt/print/PrinterJob/InitToBlack.java
    
    Backport-of: 2ef9767aae8e1798661fea615b096833bdb9d985
    i556354 authored and GoeLin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2a70aaa View commit details
    Browse the repository at this point in the history
  3. 8289510: Improve test coverage for XPath Axes: namespace

    Backport-of: 3d254d3c8ea7f409e8f709413f80d88913eb0ce8
    GoeLin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9ed5671 View commit details
    Browse the repository at this point in the history
  4. 8293177: Verify version numbers in legal files

    Backport-of: 69ede5baeda6645aa3e961a02cbd40db965fc6a1
    GoeLin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    89b4429 View commit details
    Browse the repository at this point in the history
  5. 8296384: [TESTBUG] sun/security/provider/SecureRandom/AbstractDrbg/Sp…

    …ecTest.java intermittently timeout
    
    Backport-of: 82561de722b9ca580c0c1a53050c711b64611352
    GoeLin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    61442ce View commit details
    Browse the repository at this point in the history
  6. 8299617: CurrencySymbols.properties is missing the copyright notice

    Backport-of: d5b80abcbfff57c7728d3e42a696a762f08bc7ad
    GoeLin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7d29233 View commit details
    Browse the repository at this point in the history
  7. 8301367: Add exception handler method to the BaseLdapServer

    Backport-of: 03b23a1e1bd724019ef4fdbee3463d0646329164
    GoeLin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2940973 View commit details
    Browse the repository at this point in the history
  8. 8307526: [JFR] Better handling of tampered JFR repository

    Reviewed-by: lucy
    Backport-of: 66d2736521611fbe7652356894d046c17d7cf743
    GoeLin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    aaf47b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. 8289917: Metadata for regionsRefilled of G1EvacuationStatistics event…

    … is wrong
    
    Backport-of: 728157fa03913991088f6bb257a8bc16706792a9
    schmelter-sap committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ba17497 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. 8309746: Reconfigure check should include make/conf/version-numbers.conf

    Reviewed-by: mbaesken
    Backport-of: 955fc2fabafc4c4d79d137bf86194228d5cf8ad8
    shipilev committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d44c446 View commit details
    Browse the repository at this point in the history
  2. 8307603: [AIX] Broken build after JDK-8307301

    Backport-of: bb3e44d8b604b4e3facc4f49f625cc0b7ff2abd7
    Tyler Steele authored and Paul Hohensee committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b4c8cc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. 8311923: TestIRMatching.java fails on RISC-V

    Reviewed-by: phh, fyang
    Backport-of: e7adbdb1f1506b82392907f7e4a5c8882d3198eb
    zifeihan authored and RealFYang committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c486b9b View commit details
    Browse the repository at this point in the history
  2. 8307766: Linux: Provide the option to override the timer slack

    Backport-of: 7173c3009e0999f13eaa4bee5eedee7326f9d124
    shipilev committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    735e1da View commit details
    Browse the repository at this point in the history
  3. 8273803: Zero: Handle "zero" variant in CommandLineOptionTest.java

    Backport-of: 2d13fb2
    Sonia Zaldana Calles authored and shipilev committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    482f224 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. 8313576: GCC 7 reports compiler warning in bundled freetype 2.13.0

    Backport-of: 8248e351d0bed263fb68d8468004a4286e6391af
    mrserb committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a5cdc22 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows en…

    …vironment
    
    Backport-of: a11477ce259d6d2a053117a2300ebb171145cfde
    TheRealMDoerr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6349de6 View commit details
    Browse the repository at this point in the history
  2. 8195589: T6587786.java failed after JDK-8189997

    Backport-of: 21b62fef335aa981a239415532fa8b804fb5676d
    TheRealMDoerr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2f5a952 View commit details
    Browse the repository at this point in the history
  3. 8267860: Off-by-one bug when searching arrays in AlpnGreaseTest

    Backport-of: 2adef6a1f84d478bb38b179795f08ffa43680e36
    TheRealMDoerr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4786a00 View commit details
    Browse the repository at this point in the history
  4. 8309095: Remove UTF-8 character from TaskbarPositionTest.java

    Backport-of: 07f2070411b3bff5608166ceae0e0bdbf155e7c2
    TheRealMDoerr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9c8731b View commit details
    Browse the repository at this point in the history
  5. 8302182: Update Public Suffix List to 88467c9

    Backport-of: 01b85129116dd2cc762e518ac631305bd8511764
    RealCLanger committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ec2abc2 View commit details
    Browse the repository at this point in the history
  6. 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fail…

    …s with various GCs
    
    Backport-of: d4a795d75aef8d787934f5c05e146c61138a408a
    mrserb committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fe3920e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. 8301167: Update VerifySignedJar to actually exercise and test verific…

    …ation
    
    Backport-of: 05ea083b0563ddacf3e38dc329ba00dc4bac9b29
    TheRealMDoerr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8aad696 View commit details
    Browse the repository at this point in the history
  2. 8307079: Update test java/awt/Choice/DragOffNoSelect.java

    Backport-of: 89711f376751d4cfa05758705867afedfafeb602
    TheRealMDoerr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3d86810 View commit details
    Browse the repository at this point in the history
  3. 6381945: (cal) Japanese calendar unit test system should avoid multip…

    …le static imports
    
    Backport-of: f79b3d42f07b703f0e3b9fc67c92dee260b0e602
    TheRealMDoerr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    242513f View commit details
    Browse the repository at this point in the history
  4. 8255548: Missing coverage for javax.xml.crypto.dom.DOMCryptoContext

    Backport-of: 76cda9f44a80b1979e6e1b7a21431ef631f80782
    TheRealMDoerr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fe9b7c6 View commit details
    Browse the repository at this point in the history
  5. 8273092: Sort classlist in JDK image

    Reviewed-by: aph
    Backport-of: 1996f64
    Andrew Leonard authored and tstuefe committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    762c351 View commit details
    Browse the repository at this point in the history
  6. 8289646: configure script failed on WSL

    Backport-of: 3f1174aa4709aabcfde8b40deec88b8ed466cc06
    Roman Marchenko authored and TheRealMDoerr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    38204b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. 8308232: nsk/jdb tests don't pass -verbose flag to the debuggee

    Backport-of: c6f20db945c6217aea84cebd6c97dbf8b93c48a4
    TheRealMDoerr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8683db8 View commit details
    Browse the repository at this point in the history
  2. 8156889: ListKeychainStore.sh fails in some virtualized environments

    Backport-of: 82c8b28f4005c3c335d4fd60c2e3b55adfd200c6
    TheRealMDoerr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    10942c1 View commit details
    Browse the repository at this point in the history
  3. 8308090: Add container tests for on-the-fly resource quota updates

    Backport-of: dc8bc6c98ca1f9b441cf71c641675fe29dda9162
    TheRealMDoerr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6ab5177 View commit details
    Browse the repository at this point in the history
  4. 8310551: vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java …

    …timed out due to missing prompt
    
    Backport-of: c84866ac0dcda487fe2abc2a8841f237df0a395b
    TheRealMDoerr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d7b3306 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. 8293107: GHA: Bump to Ubuntu 22.04

    8293098: GHA: Harmonize GCC version handling for host and cross builds
    8293361: GHA: dump config.log in case of configure failure
    8295213: Run GHA manually with user-specified make and configure arguments
    8313428: GHA: Bump GCC versions for July 2023 updates
    8313707: GHA: Bootstrap sysroots with --variant=minbase
    
    Reviewed-by: clanger
    Backport-of: d7536588b38e368eaa6395bcbcc6724a39303fc5
    shipilev committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    260f287 View commit details
    Browse the repository at this point in the history
  2. 8297350: Update JMH devkit to 1.36

    Backport-of: f26bd4e0e8b68de297a9ff93526cd7fac8668320
    shipilev committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6e6bddf View commit details
    Browse the repository at this point in the history
  3. 8309088: security/infra/java/security/cert/CertPathValidator/certific…

    …ation/AmazonCA.java fails
    
    Backport-of: 4c2e54fb055bee0af5cd838fdd32a0f7902d51e3
    TheRealMDoerr committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ca0f148 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. 8304353: Add lib-test tier1 testing in GHA

    Backport-of: 57276101df79f07b14b914b36b1155cedec3eb3d
    shipilev committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6985739 View commit details
    Browse the repository at this point in the history
  2. 8294149: JMH 1.34 and later requires jopt-simple 5.0.4

    8277427: Update jib-profiles.js to use JMH 1.33 devkit
    8280032: Update jib-profiles.js to use JMH 1.34 devkit
    
    Backport-of: 2283c3244f4fe475593d8a53613b5a3228bec356
    shipilev committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    75779ec View commit details
    Browse the repository at this point in the history
  3. 8299330: Minor improvements in MSYS2 Workflow handling

    Backport-of: cf00d09c8c37ee301e1c6657df45777647a834e9
    shipilev committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    197d2da View commit details
    Browse the repository at this point in the history
  4. 8294956: GHA: qemu-debootstrap is deprecated, use the regular one

    Backport-of: c5f462e83b85ec53ec395622063a5b131aaf0827
    shipilev committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b9a7231 View commit details
    Browse the repository at this point in the history
  5. 8294941: GHA: Cut down cross-compilation sysroots

    Backport-of: a1747ef81a10e84177f474565193204ceaa0ede8
    shipilev committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ba380ad View commit details
    Browse the repository at this point in the history
  6. 8313402: C1: Incorrect LoadIndexed value numbering

    Backport-of: 46fbedb2be98a9b8aba042fa9f90c3b25c312cd6
    shipilev committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    528e3b8 View commit details
    Browse the repository at this point in the history
  7. 8313796: AsyncGetCallTrace crash on unreadable interpreter method poi…

    …nter
    
    Reviewed-by: stuefe
    Backport-of: 0e2c72d7a5206b7173af5bf69e21d21ea276bd94
    Ben Taylor authored and Paul Hohensee committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4084a81 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. 8313765: Invalid CEN header (invalid zip64 extra data field size)

    Reviewed-by: andrew, serb
    Backport-of: 13f6450e2e70df4df8bd882def837fbd5bef1524
    Ben Taylor authored and gnu-andrew committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    41cadb7 View commit details
    Browse the repository at this point in the history
  2. 8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and …

    …Linux aarch64
    
    Reviewed-by: mdoerr
    Backport-of: 5551cb66ba58cadce7291a95c5af662ade2cb7b8
    schmelter-sap committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4dca60e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. 8309254: Implement fast-path for ASCII-compatible CharsetEncoders on …

    …RISC-V
    
    Reviewed-by: fyang
    Backport-of: 61bb014a8692305c705a4cf0361e319275c35ca3
    DingliZhang authored and RealFYang committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    0fa04fe View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. 8314118: Update JMH devkit to 1.37

    Backport-of: 06aa3c5628e749188238dda3d41c776a5a2f7c81
    shipilev committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4087dbb View commit details
    Browse the repository at this point in the history
  2. 8314262: GHA: Cut down cross-compilation sysroots deeper

    Backport-of: 38687f1a3eb7d1c2e8aa43b85509ab7999fe0e40
    shipilev committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a6bbaae View commit details
    Browse the repository at this point in the history
  3. 8313676: Amend TestLoadIndexedMismatch test to target intrinsic directly

    Backport-of: 4b192a8dc37297f0746c0c68322e0168d9f47771
    shipilev committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4dac2bd View commit details
    Browse the repository at this point in the history
  4. 8284273: Early crashes in os::print_context on AArch64

    Reviewed-by: stuefe
    Backport-of: 83cec4b6cc25b9b0db751bbe873444259cdcb21c
    shipilev committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d725961 View commit details
    Browse the repository at this point in the history
  5. 8309591: Socket.setOption(TCP_QUICKACK) uses wrong level

    Reviewed-by: phh
    Backport-of: 56a73a6f0f3d38379cecea1de5eacb751febca95
    shipilev committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    78bbd57 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. 8314117: RISC-V: Incorrect VMReg encoding in RISCV64Frame.java

    Backport-of: 5c9162288570a140138a0055cd9c4e88fe40e69d
    feilongjiang authored and RealFYang committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    74a12fc View commit details
    Browse the repository at this point in the history
  2. 8310873: Re-enable locked_create_entry symbol check in runtime/NMT/Ch…

    …eckForProperDetailStackTrace.java for RISC-V
    
    Backport-of: 87e6fab2c498558d4593f6c0537c998a61779aaf
    RealFYang committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    994f16f View commit details
    Browse the repository at this point in the history
  3. 8314677: Bump update version for OpenJDK: jdk-17.0.8.1

    Reviewed-by: simonis, goetz
    Ben Taylor authored and simonis committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b31f232 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. 8313765: Invalid CEN header (invalid zip64 extra data field size)

    Reviewed-by: simonis
    Backport-of: 13f6450e2e70df4df8bd882def837fbd5bef1524
    Ben Taylor authored and GoeLin committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0f29caa View commit details
    Browse the repository at this point in the history
  2. 8314658: [17u] GHA: Sync up debian-version for cross-builds

    Reviewed-by: phh
    shipilev committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3f8e995 View commit details
    Browse the repository at this point in the history
  3. 8293851: hs_err should print more stack in hex dump

    Backport-of: cbd0688b321ff88a405be4f7929d6862e543ab50
    shipilev committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d35a896 View commit details
    Browse the repository at this point in the history
  4. 8314501: Shenandoah: sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.ja…

    …va fails
    
    Backport-of: 812f475bc4ea84225e8bbb0b5a677eed0af864dd
    shipilev committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    49ffbcf View commit details
    Browse the repository at this point in the history
  5. 8314552: Fix javadoc tests to work with jtreg 7

    Reviewed-by: phh, shade, andrew
    lutkerd authored and Paul Hohensee committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e830464 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. 8299827: Add resolved IP address in connection exception for sockets

    Backport-of: 92d8326e4037605897d7c4eb4b3edb63a2fc11b0
    Andrey Turbanov authored and TheRealMDoerr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    40add10 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. 8283724: Incorrect description for jtreg-failure-handler option

    Backport-of: 0901548833a0125f15fede64bc2e7dbe84fed42d
    shipilev committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e070c31 View commit details
    Browse the repository at this point in the history
  2. 8313701: GHA: RISC-V should use the official repository for bootstrap

    Reviewed-by: phh
    Backport-of: 538f9557b87f750264231f04bfbc91d15f8af8c0
    shipilev committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e84d9dd View commit details
    Browse the repository at this point in the history
  3. 8314730: GHA: Drop libfreetype6-dev transitional package in favor of …

    …libfreetype-dev
    
    Reviewed-by: stuefe
    Backport-of: 69d900d2ce97e5479020cff9a63c471d07e39989
    shipilev committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d9985d0 View commit details
    Browse the repository at this point in the history
  4. 8276651: java/lang/ProcessHandle tests fail with "RuntimeException: I…

    …nput/output error" in java.lang.ProcessHandleImpl$Info.info0
    
    Backport-of: d24b7b7026cf85f1aecf44f60819762872cfd5c1
    MBaesken committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1421540 View commit details
    Browse the repository at this point in the history
  5. 8293114: JVM should trim the native heap

    Reviewed-by: stuefe
    Backport-of: 9e4fc568a6f1a93c84a84d6cc5220c6eb4e546a5
    shipilev committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f667b35 View commit details
    Browse the repository at this point in the history
  6. 8312525: New test runtime/os/TestTrimNative.java#trimNative is failin…

    …g: did not see the expected RSS reduction
    
    Reviewed-by: mdoerr
    Backport-of: ad34be1f329edc8e7155983835cc70d733c014b8
    shipilev committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3c426c7 View commit details
    Browse the repository at this point in the history
  7. 8314426: runtime/os/TestTrimNative.java is failing on slow machines

    Reviewed-by: stuefe
    Backport-of: 20e94784c9f7c30e95550c72aedb5e986a153114
    shipilev committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fdc4130 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. 8313815: The exception messages printed by jcmd ManagementAgent.start…

    … are corrupted on Japanese Windows
    
    Reviewed-by: kevinw, cjplummer, phh
    yukikimmura authored and Paul Hohensee committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    7286bb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. 8295737: macOS: Print content cut off when width > height with portra…

    …it orientation
    
    Backport-of: d00a767047ec41e233e711dbc5fe7b8818e72f28
    Alexander Scherbatiy committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4c123ac View commit details
    Browse the repository at this point in the history
  2. 8311033: [macos] PrinterJob does not take into account Sides attribute

    Backport-of: a3d67231a71fbe37c509fcedd54c679b4644c0d9
    Alexander Scherbatiy committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    47ed2e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. 8284772: GHA: Use GCC Major Version Dependencies Only

    Reviewed-by: shade
    Backport-of: 62defc3dfc4b9ba5adfe3189f34fe8b3f59b94a0
    gnu-andrew committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1d65a31 View commit details
    Browse the repository at this point in the history
  2. 8314517: some tests fail in case ipv6 is disabled on the machine

    Reviewed-by: mdoerr
    Backport-of: 703817d21f6fd8b24cc670695625dfdb09d3592c
    MBaesken committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d82de1c View commit details
    Browse the repository at this point in the history
  3. Merge

    RealCLanger committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7ea65a0 View commit details
    Browse the repository at this point in the history
  4. 8313874: JNI NewWeakGlobalRef throws exception for null arg

    Reviewed-by: phh
    Backport-of: 028b3ae1b162bd8f7c340bfa6e9487ca83697955
    olivergillespie authored and Paul Hohensee committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c91fb3f View commit details
    Browse the repository at this point in the history
  5. 8313678: SymbolTable can leak Symbols during cleanup

    Reviewed-by: phh, shade
    Backport-of: 4b2703ad39f8160264eb30c797824cc93a6b56e2
    olivergillespie authored and Paul Hohensee committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a75e5de View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. 8314020: Print instruction blocks in byte units

    Reviewed-by: phh
    Backport-of: a602624ef46908456052146d50467c60efa636c3
    shipilev committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f09ba79 View commit details
    Browse the repository at this point in the history
  2. 8313262: C2: Sinking node may cause required cast to be dropped

    Backport-of: 1cee3b9fd9720e7938029a6992460b9053e65e57
    shipilev committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    25efecc View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. 8314960: Add Certigna Root CA - 2

    Reviewed-by: mbaesken
    Backport-of: e9ba8d5a0e74c7e61f963b9a295662899d0156dd
    TheRealMDoerr committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a44f8b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. 8299658: C1 compilation crashes in LinearScan::resolve_exception_edge

    Backport-of: cf2d33ca2ee08c61596ab10b7602500a6931fa31
    TheRealMDoerr committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    dc00ae4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. 8312555: Ideographic characters aren't stretched by AffineTransform.s…

    …cale(2, 1)
    
    Ignore bitmaps embedded into fonts for non-uniform scales
    
    Backport-of: 62610203f18095cbd25b456f0622bad033a65a5d
    GoeLin committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a831b7a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. 8316566: RISC-V: Zero extended narrow oop passed to Atomic::cmpxchg

    Backport-of: 2d154fcd0de0612f58abbc5027f409b9b2eb0dc2
    robehn committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8afd87b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. 8317700: [17u] Undo backport 8317674 of 8316566 which was pushed to w…

    …rong repo.
    
    Reviewed-by: rehn, fyang
    GoeLin committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4c28f50 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. 8296581: Better system proxy support

    Reviewed-by: mbalao
    Backport-of: 111811e64245ae720a0617b7de0c52c60bb2bac1
    Aleksei Voitylov authored and RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5a00710 View commit details
    Browse the repository at this point in the history
  2. 8297856: Improve handling of Bidi characters

    Reviewed-by: mbalao
    Backport-of: 244b89fc786894cb8cca742f91875ebb98b603ff
    Aleksei Voitylov authored and RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9b1d4bc View commit details
    Browse the repository at this point in the history
  3. 8309966: Enhanced TLS connections

    Reviewed-by: mbalao
    Backport-of: d25ee81f56d67f2c51ba8b8c59f470c6f88ae47f
    Alexey Bakhtin authored and RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3a39123 View commit details
    Browse the repository at this point in the history
  4. 8312248: Enhanced archival support redux

    Reviewed-by: andrew
    Backport-of: c2100a627d578901dffbbe631e5a6c9b88ca2209
    martinuy authored and RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    95f5128 View commit details
    Browse the repository at this point in the history
  5. 8314649: Enhanced archival support redux

    Reviewed-by: andrew
    Backport-of: 1e16543a605a4be4f7430125aa488446a1c82d05
    martinuy authored and RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5147fd4 View commit details
    Browse the repository at this point in the history
  6. 8284910: Buffer clean in PasswordCallback

    Reviewed-by: mbalao
    Backport-of: 89fd6d34f859d61d9cf5a1edf9419eee7c338390
    Yuri Nesterenko authored and RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3256286 View commit details
    Browse the repository at this point in the history
  7. 8286503: Enhance security classes

    Backport-of: 7f5e120a631ffda3e6d5efc03bae572b21877b69
    Yuri Nesterenko authored and RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    87c0d67 View commit details
    Browse the repository at this point in the history
  8. 8317040: Exclude cleaner test failing on older releases

    Reviewed-by: mbalao, andrew, clanger
    Yuri Nesterenko authored and RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ba64034 View commit details
    Browse the repository at this point in the history
  9. 8317121: vector_masked_load instruction is moved too early after JDK-…

    …8286941
    
    Backport-of: cfabcbf85837e97bdd6c9e4e06e875ecbaa70084
    GoeLin authored and RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c2bd1ee View commit details
    Browse the repository at this point in the history
  10. 8317643: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for …

    …release 17.0.9
    
    Reviewed-by: goetz
    RealCLanger committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9c16e89 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge remote-tracking branch 'upstream/standard' into dragonwell

    Summary: Merge upstream code
    
    Test Plan: CICD
    
    Reviewed-by: kuaiwei, yuleil
    
    Issue: #26
    Accelerator1996 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8d51592 View commit details
    Browse the repository at this point in the history