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

Merge to tag jdk-24+25 #1871

Open
wants to merge 174 commits into
base: sapmachine
Choose a base branch
from
Open

Merge to tag jdk-24+25 #1871

wants to merge 174 commits into from

Commits on Nov 14, 2024

  1. 8343460: ZGC: Crash in ZRemembered::scan_page_and_clear_remset

    Reviewed-by: jsikstro, eosterlund, stefank
    xmas92 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e7d90b9 View commit details
    Browse the repository at this point in the history
  2. 8335989: Implement JEP 494: Module Import Declarations (Second Preview)

    Reviewed-by: vromero, abimpoudis, mcimadamore, alanb
    lahodaj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1e97c1c View commit details
    Browse the repository at this point in the history
  3. 8341790: Fix ExceptionOccurred in java.desktop

    Reviewed-by: avu, prr
    Laurent Bourgès committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    23a8c71 View commit details
    Browse the repository at this point in the history
  4. 8342047: Create Template Assertion Predicates with Halt nodes only in…

    …stead of uncommon traps
    
    Reviewed-by: epeter, thartmann
    chhagedorn committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c977ef7 View commit details
    Browse the repository at this point in the history
  5. 8344011: Remove usage of security manager from Class and reflective APIs

    Reviewed-by: liach, yzheng, rriggs
    Alan Bateman committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    abacece View commit details
    Browse the repository at this point in the history
  6. 8344025: Remove unused ISO2022.Encoder.maximumDesignatorLength

    Reviewed-by: naoto, jlu
    Andrey Turbanov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b54bd82 View commit details
    Browse the repository at this point in the history
  7. 8342936: Enhance java.io.IO with parameter-less println() and readln()

    Reviewed-by: asotona, jpai, naoto
    lahodaj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c3776db View commit details
    Browse the repository at this point in the history
  8. 8343855: HTTP/2 ConnectionWindowUpdateSender may miss some unprocesse…

    …d DataFrames from closed streams
    
    Reviewed-by: jpai
    dfuch committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bd6152f View commit details
    Browse the repository at this point in the history
  9. 8343941: IGV: dump graph at different register allocation steps

    Reviewed-by: chagedorn, dfenacci, dlunden
    robcasloz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a8152bd View commit details
    Browse the repository at this point in the history
  10. 8343426: ConcurrentSkipListMap.spliterator() can no longer split the …

    …stream
    
    Co-authored-by: Doug Lea <[email protected]>
    Reviewed-by: vklang
    2 people authored and Viktor Klang committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2b57f40 View commit details
    Browse the repository at this point in the history
  11. 8342693: Use byte[] as parameter in a FDBigInteger constructor and as…

    … field
    
    Reviewed-by: darcy
    rgiulietti committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8523880 View commit details
    Browse the repository at this point in the history
  12. 8343752: The javadoc should contain a note about usages of requires t…

    …ransitive java.base;
    
    Co-authored-by: Mark Reinhold <[email protected]>
    Co-authored-by: Alex Buckley <[email protected]>
    Reviewed-by: hannesw, asotona
    3 people committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    81342ac View commit details
    Browse the repository at this point in the history
  13. 8335991: Implement Simple Source Files and Instance Main Methods (Fou…

    …rth Preview)
    
    Reviewed-by: asotona, jpai
    lahodaj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5731ab7 View commit details
    Browse the repository at this point in the history
  14. 8341094: Clean up relax_verify in ClassFileParser

    Reviewed-by: dholmes, iklam
    coleenp committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2145ace View commit details
    Browse the repository at this point in the history
  15. 8344032: InterpreterRuntime::verify_mdp() missing lock while printing…

    … MethodData on failure
    
    Reviewed-by: shade, dholmes, tschatzl
    coleenp committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8ccc48c View commit details
    Browse the repository at this point in the history
  16. 8343633: The ClassLoader::print_counters() prints to stdout when logg…

    …ing is enabled.
    
    Reviewed-by: iklam, ccheung
    coleenp committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6757994 View commit details
    Browse the repository at this point in the history
  17. 8343488: Test VectorRebracket128Test.java can't exclude by test/hotsp…

    …ot/jtreg/ProblemList.txt
    
    Reviewed-by: chagedorn, kvn
    SendaoYan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6e28cd3 View commit details
    Browse the repository at this point in the history
  18. 8297692: Avoid sending per-region GCPhaseParallel JFR events in G1Sca…

    …nCollectionSetRegionClosure
    
    Reviewed-by: iwalulya, ayang, sangheki
    Thomas Schatzl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a73226b View commit details
    Browse the repository at this point in the history
  19. 8344120: Remove Security Manager dependencies from jdk.crypto.cryptok…

    …i module
    
    Reviewed-by: rriggs, ascarpino
    seanjmullan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4d1a51c View commit details
    Browse the repository at this point in the history
  20. 8343877: Test AsyncClose.java intermittent fails - Socket.getInputStr…

    …eam().read() wasn't preempted
    
    Reviewed-by: dfuchs, msheppar, syan, alanb
    jaikiran committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    752e162 View commit details
    Browse the repository at this point in the history
  21. 8343953: Test jdk/jfr/threading/TestDeepVirtualStackTrace.java fails …

    …with Parallel/Serial GC
    
    Reviewed-by: mli
    lmesnik committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    68164a4 View commit details
    Browse the repository at this point in the history
  22. 8343785: (fs) Remove syscalls that set file times with microsecond pr…

    …ecision
    
    Reviewed-by: alanb
    Brian Burkhalter committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7e9dfa4 View commit details
    Browse the repository at this point in the history
  23. 8343781: Add since checker test to the Serviceability area modules

    Reviewed-by: sspitsyn, cjplummer
    nizarbenalla committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e12f514 View commit details
    Browse the repository at this point in the history
  24. 8342963: TestLargeStub::testUpcall doesn't test upcalls stubs

    Reviewed-by: mcimadamore
    JornVernee committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    002b985 View commit details
    Browse the repository at this point in the history
  25. 8341964: Add mechanism to disable different parts of TLS cipher suite

    Reviewed-by: mullan, ascarpino
    Artur Barashev authored and seanjmullan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    697f27c View commit details
    Browse the repository at this point in the history
  26. 8343889: Test runtime/cds/appcds/redefineClass/RedefineBasicTest.java…

    … failed
    
    8344046: Tests under cds/appcds/jvmti/redefineClasses should have @requires vm.cds
    
    Reviewed-by: iklam, matsaave
    calvinccheung committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4d4951a View commit details
    Browse the repository at this point in the history
  27. 8343064: ClassFormatError: Illegal class name from InnerClassLambdaMe…

    …tafactory
    
    Reviewed-by: jvernee
    liach committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    681a57f View commit details
    Browse the repository at this point in the history
  28. 8344071: Mark some jdk/jfr/event/oldobject test flagless until they f…

    …ixed to support all GC
    
    Reviewed-by: stefank
    lmesnik committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2cbce1f View commit details
    Browse the repository at this point in the history
  29. 8344063: Remove doPrivileged calls from swing classes in the java.des…

    …ktop module
    
    Reviewed-by: honkar, kcr
    prrace committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ec148c1 View commit details
    Browse the repository at this point in the history
  30. 8344147: Remove Security Manager dependencies from java.security.sasl…

    … module
    
    Reviewed-by: rriggs, ascarpino
    seanjmullan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d959c7d View commit details
    Browse the repository at this point in the history
  31. 8344128: Regression: make help broken after JDK-8340818

    Reviewed-by: rriggs, dholmes, ihse
    nizarbenalla committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7ef2633 View commit details
    Browse the repository at this point in the history
  32. 8344250: Obsolete the DontYieldALot flag

    Reviewed-by: darcy, matsaave, iklam
    David Holmes committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    db56266 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    9907065 View commit details
    Browse the repository at this point in the history
  2. 8343982: Remove usage of security manager from ClassLoader and relate…

    …d classes
    
    Reviewed-by: jpai, yzheng, lancea
    Alan Bateman committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0ae5748 View commit details
    Browse the repository at this point in the history
  3. 8344104: TestMergeStores fails with ArrayIndexOutOfBoundException

    Reviewed-by: shade, chagedorn, dlong
    eme64 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2196694 View commit details
    Browse the repository at this point in the history
  4. 8344179: SecurityManager cleanup in the ZIP and JAR areas

    Reviewed-by: lancea, rriggs, mullan, jpai
    Eirik Bjørsnøs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    857f68c View commit details
    Browse the repository at this point in the history
  5. 8344183: (zipfs) SecurityManager cleanup in the ZipFS area

    Reviewed-by: mullan, lancea
    Eirik Bjørsnøs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bfee766 View commit details
    Browse the repository at this point in the history
  6. 8344185: Remove calls to SecurityManager in sun.net.ftp

    Reviewed-by: alanb, michaelm, dfuchs
    Eirik Bjørsnøs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0c191f6 View commit details
    Browse the repository at this point in the history
  7. 8338288: Compiler Implementation for Flexible Constructor Bodies (Thi…

    …rd Preview)
    
    8322882: Null pointer error when compiling Static initializer in a local class
    8334248: Invalid error for early construction local class constructor method reference
    8330037: Compiler produces invalid bytecode for method class creation from static method
    
    Reviewed-by: jlahoda, vromero
    mcimadamore committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5b9932f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3eece6e View commit details
    Browse the repository at this point in the history
  9. 8327156: Avoid copying in StringTable::intern(oop, TRAPS)

    8326865: Avoid copying in StringTable::intern(Symbol*, TRAPS)
    8327825: StringTable::intern is slow
    
    Reviewed-by: dholmes, coleenp, jsjolen
    Casper Norrbin committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    75c651f View commit details
    Browse the repository at this point in the history
  10. 8343881: java.lang.classfile.Attribute attributeName() method should …

    …return Utf8Entry
    
    Reviewed-by: liach
    asotona committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ba39321 View commit details
    Browse the repository at this point in the history
  11. 8344188: Cleanup sun.net.www.protocol.jar.JarFileFactory after JEP 48…

    …6 integration
    
    Reviewed-by: jpai, dfuchs
    Eirik Bjørsnøs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5e27608 View commit details
    Browse the repository at this point in the history
  12. 8344164: [s390x] ProblemList hotspot/jtreg/runtime/NMT/VirtualAllocCo…

    …mmitMerge.java
    
    Reviewed-by: lucy
    offamitkumar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3245f56 View commit details
    Browse the repository at this point in the history
  13. 8344161: Argument type mismatch for jfr_type_id

    Reviewed-by: kbarrett
    Markus Grönlund committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a672138 View commit details
    Browse the repository at this point in the history
  14. 8343599: Kmem limit and max values swapped when printing container in…

    …formation
    
    Reviewed-by: sjohanss, sgehwolf
    Sonia Zaldana Calles committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6cdebf0 View commit details
    Browse the repository at this point in the history
  15. 8334714: Implement JEP 484: Class-File API

    Reviewed-by: liach, vromero
    asotona committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    84ffb64 View commit details
    Browse the repository at this point in the history
  16. 8344228: Revisit SecurityManager usage in java.net.http after JEP 486…

    … integration
    
    Reviewed-by: jpai
    dfuch committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    40a055e View commit details
    Browse the repository at this point in the history
  17. 8344314: Revert removal of jdk.internal.java.PreviewFeature.CLASSFILE…

    …_API
    
    Reviewed-by: liach
    asotona committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3c38ed4 View commit details
    Browse the repository at this point in the history
  18. 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io

    Reviewed-by: liach, alanb
    Brian Burkhalter committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0b9b82a View commit details
    Browse the repository at this point in the history
  19. 8344259: Annotate Float16 with jdk.internal.ValueBased

    Reviewed-by: liach, darcy
    Paul Sandoz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1866c0c View commit details
    Browse the repository at this point in the history
  20. 8340453: C2: Improve encoding of LoadNKlass for compact headers

    Reviewed-by: rcastanedalo, mli
    rkennke committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ff12ff5 View commit details
    Browse the repository at this point in the history
  21. 8344214: Remove Security Manager dependencies from jdk.crypto.mscapi …

    …module
    
    Reviewed-by: rriggs, ascarpino
    seanjmullan committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fc8fb34 View commit details
    Browse the repository at this point in the history
  22. 8344062: Remove doPrivileged calls from awt and beans classes in the …

    …java.desktop module
    
    Reviewed-by: serb
    prrace committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1bb0d3b View commit details
    Browse the repository at this point in the history
  23. 8344231: SecurityManager cleanup in java.lang.module and jdk.internal…

    ….module
    
    Reviewed-by: alanb
    Eirik Bjørsnøs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f62e05e View commit details
    Browse the repository at this point in the history
  24. 8344216: Remove calls to SecurityManager and and doPrivileged in java…

    ….net.Authenticator, java.net.CookieHandler, and java.net.ResponseCache after JEP 486 integration
    
    Reviewed-by: dfuchs
    Eirik Bjørsnøs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    73fd891 View commit details
    Browse the repository at this point in the history
  25. 8344189: Cleanup code in sun.net.www.protocol.mailto.MailToURLConnection

     and sun.net.smtp after JEP 486 integration
    
    Reviewed-by: dfuchs
    Eirik Bjørsnøs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f316808 View commit details
    Browse the repository at this point in the history
  26. 8342811: java/net/httpclient/PlainProxyConnectionTest.java failed: Un…

    …expected connection count: 5
    
    Reviewed-by: dfuchs
    vy authored and dfuch committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    59ffac8 View commit details
    Browse the repository at this point in the history
  27. 8344252: SM cleanup in java.util classes

    Reviewed-by: naoto, smarks
    Roger Riggs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c5b6ed8 View commit details
    Browse the repository at this point in the history
  28. 8344197: SM cleanup in java.util.concurrent

    Reviewed-by: alanb, dl
    Roger Riggs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c388455 View commit details
    Browse the repository at this point in the history
  29. 8342826: Improve performance of oopDesc::klass() after JDK-8305895

    Reviewed-by: coleenp, shade, mli
    rkennke committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    276251c View commit details
    Browse the repository at this point in the history
  30. 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking

    Reviewed-by: jrose, kvn, heidinga, asmehra, vlivanov
    iklam committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    41a2d49 View commit details
    Browse the repository at this point in the history
  31. 8344326: Move jpackage tests from "jdk.jpackage.tests" package to the…

    … default package
    
    Reviewed-by: almatvee
    Alexey Semenyuk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2c509a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. 8344315: Clean up sun.net.www.protocol.jrt.JavaRuntimeURLConnection a…

    …fter JEP 486 integration
    
    Reviewed-by: dfuchs, alanb
    jaikiran committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    da40388 View commit details
    Browse the repository at this point in the history
  2. 8344186: Cleanup sun.net.www.MimeTable after JEP 486 integration

    Reviewed-by: dfuchs
    jaikiran committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d2e4b51 View commit details
    Browse the repository at this point in the history
  3. 8344233: Remove calls to SecurityManager and doPrivileged in java.net…

    ….ProxySelector and sun.net.spi.DefaultProxySelector after JEP 486 integration
    
    Reviewed-by: dfuchs
    jaikiran committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    a91d4c0 View commit details
    Browse the repository at this point in the history
  4. 8344289: SM cleanup in jdk.internal.util

    Reviewed-by: liach, rriggs, bpb
    Eirik Bjørsnøs committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d0b770c View commit details
    Browse the repository at this point in the history
  5. 8343777: Add since checker tests to Internationalisation modules

    Reviewed-by: jlu, naoto
    nizarbenalla committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    fec0d1c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. 8343123: Nimbus: javax/swing/JInternalFrame/bug6726866.java does not …

    …have green undecorated window
    
    Reviewed-by: tr, dnguyen
    prsadhuk committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    aa10ec7 View commit details
    Browse the repository at this point in the history
  2. 8343876: Enhancements to jpackage test lib

    Reviewed-by: almatvee
    Alexey Semenyuk committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    41a627b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. 8343237: Improve the copying of the available set of Currencies

    Reviewed-by: bpb
    Justin Lu committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e1c4b49 View commit details
    Browse the repository at this point in the history
  2. 8344265: RISC-V: Remove unused function get_previous_sp_entry

    Reviewed-by: fyang, mli
    zifeihan authored and RealFYang committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    80e37a9 View commit details
    Browse the repository at this point in the history
  3. 8344349: Problemlist jdk/jfr/jvm/TestVirtualThreadExclusion.java befo…

    …re JDK-8344199 resolved
    
    Reviewed-by: lmesnik
    SendaoYan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a47d9ba View commit details
    Browse the repository at this point in the history
  4. 8327652: S390x: Implements SLP support

    Reviewed-by: amitkumar, lucy, mdoerr
    Sidraya Jayagond committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    92b2631 View commit details
    Browse the repository at this point in the history
  5. 8344298: Test tools/sincechecker/modules/jdk.hotspot.agent/JdkHotspot…

    …AgentCheckSince.java fails on platforms without sa
    
    Reviewed-by: lucy
    MBaesken committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    543e355 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6c2122 View commit details
    Browse the repository at this point in the history
  7. 8344205: [PPC]: failing assertion: sharedRuntime_ppc.cpp:1652: cookie…

    … not found
    
    Reviewed-by: mdoerr
    reinrich committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4a7ce1d View commit details
    Browse the repository at this point in the history
  8. 8344204: IGV: Button to enable/disable cutting of long edges

    Reviewed-by: rcastanedalo, chagedorn
    tobiasholenstein committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6c2ae44 View commit details
    Browse the repository at this point in the history
  9. 8344056: Use markdown format for man pages

    Reviewed-by: cstein, iris, dholmes
    magicus committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    475feb0 View commit details
    Browse the repository at this point in the history
  10. 8344105: Remove SecurityManager and related calls from jdk.attach and…

    … jdk.hotspot.agent
    
    Reviewed-by: amenkov, cjplummer
    kevinjwalls committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    00ff6a3 View commit details
    Browse the repository at this point in the history
  11. 8344122: IGV: Extend c2 IdealGraphPrinter to send subgraphs to IGV

    Reviewed-by: chagedorn, epeter, rcastanedalo
    tobiasholenstein committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b9c6ce9 View commit details
    Browse the repository at this point in the history
  12. 8344271: Comparison build fails due to difference in doc summary

    Reviewed-by: hannesw
    lahodaj committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ea8f289 View commit details
    Browse the repository at this point in the history
  13. 8288298: Resolve multiline message parsing ambiguities in UL

    Reviewed-by: jsjolen, rcastanedalo, dholmes
    aseoane-uu committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5fc4322 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8b70c8 View commit details
    Browse the repository at this point in the history
  15. 8344383: Include ZipArchive and JarArchive directly

    Reviewed-by: shade
    magicus committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5eb0733 View commit details
    Browse the repository at this point in the history
  16. 8341916: Remove ProtectionDomain related hotspot code and tests

    Reviewed-by: dholmes, iklam, jrose
    coleenp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    dfddbca View commit details
    Browse the repository at this point in the history
  17. 8344221: Remove calls to SecurityManager and and doPrivileged in java…

    ….net.IDN, java.net.URL, java.net.URLConnection, sun.net.util.URLUtil, and java.net.URLStreamHandlerProvider after JEP 486 integration
    
    Reviewed-by: alanb, rriggs
    dfuch committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d52d136 View commit details
    Browse the repository at this point in the history
  18. 8344034: Remove security manager dependency in Serialization

    Reviewed-by: mullan, alanb
    Roger Riggs committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9b0ab92 View commit details
    Browse the repository at this point in the history
  19. 8318668: java/lang/management/MemoryMXBean/CollectionUsageThreshold.j…

    …ava fails with Xcomp
    
    Reviewed-by: kevinw, lmesnik
    Ramkumar Sunderbabu authored and lmesnik committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    162d66a View commit details
    Browse the repository at this point in the history
  20. 8344134: Use static property in SystemLookup

    Reviewed-by: alanb, rriggs
    minborg committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2078329 View commit details
    Browse the repository at this point in the history
  21. 8320743: AEAD ciphers throw undocumented exceptions on overflow

    Reviewed-by: ascarpino
    driverkt committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3e78ff1 View commit details
    Browse the repository at this point in the history
  22. 8344253: Test java/util/Spliterator/SpliteratorTraversingAndSplitting…

    …Test.java failed
    
    Reviewed-by: alanb
    Viktor Klang committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d76b5b8 View commit details
    Browse the repository at this point in the history
  23. 8344389: 32-bit builds fail at CDS build time after JDK-8331497

    Reviewed-by: iklam
    shipilev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c4e7dc7 View commit details
    Browse the repository at this point in the history
  24. 8344330: Remove AccessController.doPrivileged() from jdk.charsets module

    Reviewed-by: lancea, bpb, rriggs, jlu
    naotoj committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c59adf6 View commit details
    Browse the repository at this point in the history
  25. 8343125: Correct the documentation for TreeMap's getFloorEntry and ge…

    …tCeilingEntry
    
    Reviewed-by: liach, acobbs
    namannigam authored and liach committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e9e4200 View commit details
    Browse the repository at this point in the history
  26. 8344352: 32-bit builds crash after JDK-8305895

    Reviewed-by: rkennke, coleenp
    shipilev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2649406 View commit details
    Browse the repository at this point in the history
  27. 8344078: Remove security manager dependency in java.nio

    Reviewed-by: alanb, rriggs
    Brian Burkhalter committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    922b12f View commit details
    Browse the repository at this point in the history
  28. 8344187: Remove SecurityManager and related calls from java.instrument

    Reviewed-by: alanb, amenkov
    kevinjwalls committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    70eb95f View commit details
    Browse the repository at this point in the history
  29. 8344058: Remove doPrivileged calls from macos platform sources in the…

    … java.desktop module
    
    Reviewed-by: prr, aivanov
    Harshitha Onkar committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    92271af View commit details
    Browse the repository at this point in the history
  30. 8344310: Remove Security Manager dependencies from javax.crypto and c…

    …om.sun.crypto packages
    
    Reviewed-by: jpai, ascarpino
    seanjmullan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    de6e013 View commit details
    Browse the repository at this point in the history
  31. 8344247: Move objectWaiter field to VirtualThread instance

    Reviewed-by: dholmes, coleenp
    pchilano committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f636674 View commit details
    Browse the repository at this point in the history
  32. 8344331: SM cleanup in java.scripting

    Reviewed-by: naoto, lancea
    Justin Lu committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8d43e0d View commit details
    Browse the repository at this point in the history
  33. 8293040: Argfile documentation for java launcher tool is confusing re…

    …garding usage of wildcards
    
    Reviewed-by: liach
    sormuras committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5cb0d43 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. 8344262: Win32AttachOperationRequest objects are created by using glo…

    …bal new
    
    Reviewed-by: jwaters, dholmes
    Alex Menkov committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    dd86369 View commit details
    Browse the repository at this point in the history
  2. 8344371: RISC-V: compiler/intrinsics/chacha/TestChaCha20.java fails a…

    …fter JDK-8343555
    
    Reviewed-by: mli
    RealFYang committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3729884 View commit details
    Browse the repository at this point in the history
  3. 8344059: Remove doPrivileged calls from windows platform sources in t…

    …he java.desktop module
    
    Reviewed-by: kcr, prr
    prsadhuk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9e92a9e View commit details
    Browse the repository at this point in the history
  4. 8344365: SecurityManager cleanups in java.sql and java.sql.rowset mod…

    …ules
    
    Reviewed-by: rriggs, bchristi
    Eirik Bjørsnøs committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d85dd77 View commit details
    Browse the repository at this point in the history
  5. 8344218: Remove calls to SecurityManager and and doPrivileged in java…

    ….net.NetworkInterface after JEP 486 integration
    
    Reviewed-by: dfuchs
    Eirik Bjørsnøs committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b12c5b4 View commit details
    Browse the repository at this point in the history
  6. 8343902: javax/swing/plaf/nimbus/8041642/bug8041642.java fails in ubu…

    …ntu22.04
    
    Reviewed-by: azvegint
    prsadhuk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    499186b View commit details
    Browse the repository at this point in the history
  7. 8341334: CDS: Parallel relocation

    Reviewed-by: iklam, adinn, stuefe
    shipilev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    76a55c3 View commit details
    Browse the repository at this point in the history
  8. 8341901: Using 'var' keyword switch pattern matching causes compiler …

    …error
    
    Reviewed-by: vromero, abimpoudis
    lahodaj committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8bd080b View commit details
    Browse the repository at this point in the history
  9. 8344199: Incorrect excluded field value set by getEventWriter intrinsic

    Co-authored-by: Patricio Chilano Mateo <[email protected]>
    Reviewed-by: syan, mgronlun
    TobiHartmann and pchilano committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9d60300 View commit details
    Browse the repository at this point in the history
  10. 8343884: [s390x] Disallow OptoScheduling

    Reviewed-by: lucy
    offamitkumar committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7540fa2 View commit details
    Browse the repository at this point in the history
  11. 8344393: RISC-V: Remove option UseRVVForBigIntegerShiftIntrinsics

    Reviewed-by: mli, fjiang
    RealFYang committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    0d66689 View commit details
    Browse the repository at this point in the history
  12. 8344534: Remove leftover import of java.security.AccessControlContext…

    … in JavaLangAccess
    
    Reviewed-by: alanb
    Eirik Bjørsnøs committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2359736 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc8bd63 View commit details
    Browse the repository at this point in the history
  14. 8336087: Doccheck: the jpackage command page doesn't show the correct…

    … command-line options
    
    Reviewed-by: almatvee
    Alexey Semenyuk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    41436bb View commit details
    Browse the repository at this point in the history
  15. 8344322: Improve capabilities of jpackage test lib to validate error …

    …output of jpackage
    
    Reviewed-by: almatvee
    Alexey Semenyuk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    0714114 View commit details
    Browse the repository at this point in the history
  16. 8342299: Document that jpackage includes (possibly old) VC Redistribu…

    …table MSVCP140.dll from JDK
    
    Reviewed-by: almatvee
    Alexey Semenyuk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a28e4d8 View commit details
    Browse the repository at this point in the history
  17. 8344415: Restruct jpackage utility classes

    Reviewed-by: almatvee
    Alexey Semenyuk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fea5f2b View commit details
    Browse the repository at this point in the history
  18. 8344302: G1: Refactor G1CMTask::do_marking_step to use smaller wrappe…

    …r methods
    
    Reviewed-by: tschatzl, ayang
    Ivan Walulya committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1717946 View commit details
    Browse the repository at this point in the history
  19. 8343129: Disable unstable check of ThreadsListHandle.sanity_vm Thread…

    …List values
    
    Reviewed-by: dholmes
    SendaoYan committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    59fcfae View commit details
    Browse the repository at this point in the history
  20. 8344327: SM cleanup in jdk.unsupported ReflectionFactory

    Reviewed-by: liach, mullan, alanb
    Roger Riggs committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ded01e4 View commit details
    Browse the repository at this point in the history
  21. 8344387: RISC-V: C2: Improve encoding of LoadNKlass for compact headers

    Reviewed-by: fyang, luhenry
    Hamlin Li committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    dc940ec View commit details
    Browse the repository at this point in the history
  22. 8344445: MethodCounters don't need a vptr

    Reviewed-by: kbarrett, dlong
    coleenp committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d4cd27e View commit details
    Browse the repository at this point in the history
  23. 8344143: Test jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWh…

    …enPinned.java timed out on macosx-x64
    
    Reviewed-by: pchilanomate
    Alan Bateman committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    48223f7 View commit details
    Browse the repository at this point in the history
  24. 8344550: Compilation error of jpackage test JPackageStringBundle.java…

    … source
    
    Reviewed-by: rriggs
    Alexey Semenyuk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7f672eb View commit details
    Browse the repository at this point in the history
  25. 8344024: Unnecessary Hashtable usage in RSAPSSSignature.DIGEST_LENGTHS

    Reviewed-by: valeriep
    Andrey Turbanov committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    78602be View commit details
    Browse the repository at this point in the history
  26. 8342098: Write a test to compare the images

    Reviewed-by: aivanov, abhiscxk
    naveen.n.narayanan committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    47ebf8d View commit details
    Browse the repository at this point in the history
  27. 8342508: Use latch in BasicMenuUI/bug4983388.java instead of delay

    Reviewed-by: azvegint, abhiscxk, serb
    aivanov-jdk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    02ec8ca View commit details
    Browse the repository at this point in the history
  28. 8343479: Remove unnecessary @SuppressWarnings annotations (hotspot)

    Reviewed-by: chagedorn, epeter
    archiecobbs committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    087a07b View commit details
    Browse the repository at this point in the history
  29. 8342541: Exclude List/KeyEventsTest/KeyEventsTest.java from running o…

    …n macOS
    
    Reviewed-by: aivanov, prr
    Renjithkannath authored and prrace committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bb7a840 View commit details
    Browse the repository at this point in the history
  30. 8342449: reimplement: JDK-8327114 Attach in Linux may have wrong beha…

    …vior when pid == ns_pid
    
    Reviewed-by: kevinw
    larry-cable authored and kevinjwalls committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    93e889b View commit details
    Browse the repository at this point in the history
  31. 8253440: serviceability/sa/TestJhsdbJstackLineNumbers.java failed wit…

    …h "Didn't find enough line numbers"
    
    Reviewed-by: kevinw, lmesnik
    plummercj committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    0b1f571 View commit details
    Browse the repository at this point in the history
  32. 8344149: Remove usage of Security Manager from java.rmi

    Reviewed-by: rriggs, kevinw, aefimov
    Stuart Marks committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6a5256e View commit details
    Browse the repository at this point in the history
  33. 8343700: ceil_log2 should not loop endlessly

    Reviewed-by: shade, kbarrett, aph, stuefe
    Sonia Zaldana Calles committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3328b4e View commit details
    Browse the repository at this point in the history
  34. 8344061: Remove doPrivileged calls from shared implementation code in…

    … the java.desktop module : part 2
    
    Reviewed-by: aivanov
    prrace committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    69c9f25 View commit details
    Browse the repository at this point in the history
  35. 8342041: Test gc/shenandoah/oom/TestClassLoaderLeak.java slow on Wind…

    …ows after JDK-8340490
    
    Reviewed-by: shade, wkemper
    Xiaolong Peng authored and shipilev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    cd45ba3 View commit details
    Browse the repository at this point in the history
  36. 8341793: Fix ExceptionOccurred in jdk.accessibility

    Reviewed-by: prr, avu
    Laurent Bourgès committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    aac1f9a View commit details
    Browse the repository at this point in the history
  37. 8344446: Remove security manager dependency from module jdk.sctp

    Reviewed-by: mullan, alanb
    Brian Burkhalter committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f6f73ce View commit details
    Browse the repository at this point in the history
  38. 8344077: Remove security manager dependency in java.io

    Reviewed-by: rriggs, alanb, naoto, lancea
    Brian Burkhalter committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    81e4311 View commit details
    Browse the repository at this point in the history
  39. 8341553: Remove UseCompactObjectHeaders extra CDS archives

    Reviewed-by: erikj, iklam, coleenp
    calvinccheung committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    acdbf83 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. 8341935: javac states that -proc:full is the default but the default …

    …as of 23 is -proc:none
    
    Reviewed-by: jlahoda
    jddarcy committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f525290 View commit details
    Browse the repository at this point in the history
  2. 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore'

    Reviewed-by: ihse, erikj
    lgxbslgx committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    bc7eabd View commit details
    Browse the repository at this point in the history
  3. 8344356: Aarch64: implement -XX:+VerifyActivationFrameSize

    Reviewed-by: aph
    SendaoYan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4ddd3de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a1f9f0 View commit details
    Browse the repository at this point in the history
  5. 8344381: [s390x] Test failures with error: Register type is not known

    Reviewed-by: mdoerr, lucy
    offamitkumar committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    189fc8d View commit details
    Browse the repository at this point in the history
  6. 8343827: RISC-V: set AlignVector as false if applicable to enable SLP

    Reviewed-by: fyang, luhenry
    Hamlin Li committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    587f2b4 View commit details
    Browse the repository at this point in the history
  7. 8344060: Remove doPrivileged calls from shared implementation code in…

    … the java.desktop module : part 1
    
    Reviewed-by: aivanov, prr
    prsadhuk committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5b12a87 View commit details
    Browse the repository at this point in the history
  8. 8341631: JShell should auto-import java.io.IO.*

    Reviewed-by: asotona, cstein
    lahodaj committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    cf158bc View commit details
    Browse the repository at this point in the history
  9. 8340145: Problem with generic pattern matching results in internal co…

    …mpiler error
    
    Reviewed-by: jlahoda
    biboudis committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3a4a9b7 View commit details
    Browse the repository at this point in the history
  10. 8343541: C1: Plain memory accesses are emitted with membars with +Alw…

    …aysAtomicAccesses
    
    Reviewed-by: shade, vlivanov
    Xiaolong Peng authored and shipilev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    afee740 View commit details
    Browse the repository at this point in the history
  11. 8344621: ProblemList runtime/CommandLine/OptionsValidation/TestOption…

    …sWithRanges.java
    
    Reviewed-by: jpai
    David Holmes committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e2f8f1a View commit details
    Browse the repository at this point in the history
  12. 8344010: RISC-V: Zacas do not work with LW locking

    Reviewed-by: fyang, mli
    robehn committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ea7e722 View commit details
    Browse the repository at this point in the history
  13. 8344479: Declare MetaspaceObj::operator delete to be deleted

    Reviewed-by: stefank, kbarrett, jwaters
    coleenp committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    21b8749 View commit details
    Browse the repository at this point in the history
  14. 8344579: Clean up forward declarations and includes

    Reviewed-by: stefank
    coleenp committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7bb4474 View commit details
    Browse the repository at this point in the history
  15. 8344190: Cleanup code in sun.net.www.protocol.http and sun.net.www.pr…

    …otocol.https after JEP 486 integration
    
    Reviewed-by: dfuchs
    jaikiran committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6f4dfa6 View commit details
    Browse the repository at this point in the history
  16. 8344223: Remove calls to SecurityManager and doPrivileged in java.net…

    ….URLClassLoader after JEP 486 integration
    
    Reviewed-by: alanb, yzheng
    jaikiran committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    db7ee3d View commit details
    Browse the repository at this point in the history
  17. 8342785: XWindowPeer::getNewLocation() adheres to ICCCM 4.1.5 only wi…

    …th some WMs
    
    Reviewed-by: prr, azvegint
    zzag authored and Alexander Zvegintsev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4bc826a View commit details
    Browse the repository at this point in the history
  18. 8344215: Remove calls to SecurityManager and doPrivileged in java.net…

    ….Socket and java.net.ServerSocket after JEP 486 integration
    
    Reviewed-by: dfuchs, alanb, jpai
    vy authored and dfuch committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    21f0ed5 View commit details
    Browse the repository at this point in the history
  19. 8333796: Add missing serialization functionality to sun.reflect.Refle…

    …ctionFactory
    
    Reviewed-by: liach, rriggs
    dmlloyd authored and Roger Riggs committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e11d126 View commit details
    Browse the repository at this point in the history
  20. 8334431: C2 SuperWord: fix performance regression due to store-to-loa…

    …d-forwarding failures
    
    Reviewed-by: chagedorn, qamai
    eme64 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    75420e9 View commit details
    Browse the repository at this point in the history
  21. 8331295: C2: Do not clone address computations that are indirect memo…

    …ry input to at least one load/store
    
    Co-authored-by: Roberto Castañeda Lozano <[email protected]>
    Reviewed-by: thartmann, chagedorn
    Daniel Lundén and robcasloz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7d4c3fd View commit details
    Browse the repository at this point in the history
  22. 8344239: runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails o…

    …n x64 with -Xmixed
    
    Reviewed-by: iklam
    calvinccheung committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9be8ac6 View commit details
    Browse the repository at this point in the history
  23. 8344562: Remove security manager dependency from module jdk.jdi

    Reviewed-by: kevinw, lmesnik, cjplummer
    Brian Burkhalter committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c4c6b1f View commit details
    Browse the repository at this point in the history
  24. 8289771: jpackage: ResourceEditor error when path is overly long on W…

    …indows
    
    Reviewed-by: almatvee
    Alexey Semenyuk committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    080f1cc View commit details
    Browse the repository at this point in the history
  25. 8344578: Clean up left over java.security and sun.security imports in…

    … Swing classes
    
    Reviewed-by: psadhukhan
    prrace committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    27fda0e View commit details
    Browse the repository at this point in the history
  26. 8344064: Remove doPrivileged calls from print/imageio/media classes i…

    …n the java.desktop module
    
    Reviewed-by: kizune
    prrace committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    22a39dc View commit details
    Browse the repository at this point in the history
  27. 8344595: State transitions in internal VirtualThread comment needs to…

    … be updated
    
    Reviewed-by: alanb
    kabutz authored and Alan Bateman committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    da2d7a0 View commit details
    Browse the repository at this point in the history
  28. 8344057: Remove doPrivileged calls from unix platform sources in the …

    …java.desktop module
    
    Reviewed-by: prr
    Harshitha Onkar committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b9bf447 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. 8344471: Remove SecurityManager related code from java.compiler module

    Reviewed-by: rriggs, jlahoda, jjg
    jaikiran committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a599c30 View commit details
    Browse the repository at this point in the history
  2. 8344524: Remove SecurityManager related code from jdk.jlink module

    Reviewed-by: alanb, lancea, iris
    jaikiran committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    400eb9b View commit details
    Browse the repository at this point in the history
  3. 8340334: Update jcmd VM.events max parameter to be INT

    Reviewed-by: cjplummer, kevinw
    lmesnik committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1343911 View commit details
    Browse the repository at this point in the history
  4. 8344526: RISC-V: implement -XX:+VerifyActivationFrameSize

    Co-authored-by: Fei Yang <[email protected]>
    Reviewed-by: mli, fyang
    SendaoYan and RealFYang committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4fbf272 View commit details
    Browse the repository at this point in the history