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 master HEAD into openj9-staging #526

Merged
merged 23 commits into from
Dec 1, 2022

Commits on Nov 30, 2022

  1. 8296878: Document Filter attached to JPasswordField and setText("") i…

    …s not cleared instead inserted characters replaced with unicode null characters
    
    Reviewed-by: prr, aivanov
    mrserb committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    72dc91c View commit details
    Browse the repository at this point in the history
  2. 8297676: DataBuffer.TYPE_SHORT/TYPE_FLOAT/TYPE_DOUBLE are not placeho…

    …lders
    
    Reviewed-by: azvegint, prr
    mrserb committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0cd3652 View commit details
    Browse the repository at this point in the history
  3. 8297749: Remove duplicate space in the ProtocolException message bein…

    …g thrown from HttpURLConnection
    
    Reviewed-by: dfuchs, jpai
    izeye authored and jaikiran committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4ba29e6 View commit details
    Browse the repository at this point in the history
  4. 8296924: C2: assert(is_valid_AArch64_address(dest.target())) failed: …

    …bad address
    
    Co-authored-by: Andrew Haley <aph@openjdk.org>
    Reviewed-by: aph, kvn
    TobiHartmann and Andrew Haley committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f432ad8 View commit details
    Browse the repository at this point in the history
  5. 8297681: Unnecessary color conversion during 4BYTE_ABGR_PRE to INT_AR…

    …GB_PRE blit
    
    Reviewed-by: prr
    mrserb committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    bda4752 View commit details
    Browse the repository at this point in the history
  6. 8252584: HotSpot Style Guide should permit alignas

    Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
    Reviewed-by: kbarrett
    TheShermanTanker and Kim Barrett committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cca9e59 View commit details
    Browse the repository at this point in the history
  7. 8297515: serialVersionUID fields are not annotated with @serial

    Reviewed-by: rriggs, lancea
    minborg authored and TheShermanTanker committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2844bf8 View commit details
    Browse the repository at this point in the history
  8. 8296390: Incremental build failed with a NPE

    Reviewed-by: vromero
    lahodaj committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    51beaf9 View commit details
    Browse the repository at this point in the history
  9. 8295401: Error recovery in module-info.java could be improved

    Reviewed-by: vromero
    lahodaj committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4296b5f View commit details
    Browse the repository at this point in the history
  10. 8297693: Fix typos in src/hotspot and test/hotspot files

    Co-authored-by: Michael Ernst <mernst@openjdk.org>
    Reviewed-by: kevinw, dholmes, sspitsyn
    jaikiran and Michael Ernst committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5c16061 View commit details
    Browse the repository at this point in the history
  11. 8297523: Various GetPrimitiveArrayCritical miss result - NULL check

    Reviewed-by: stuefe, jdv
    MBaesken committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    499ad24 View commit details
    Browse the repository at this point in the history
  12. 8297740: runtime/ClassUnload/UnloadTest.java failed with "Test failed…

    …: should still be live"
    
    Reviewed-by: dcubed
    albertnetymk committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e8bba00 View commit details
    Browse the repository at this point in the history
  13. 8297731: Remove redundant check in MutableBigInteger.divide

    Reviewed-by: bpb
    jddarcy committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    98c8613 View commit details
    Browse the repository at this point in the history
  14. 8297170: misc JCK tests fail with "FATAL ERROR in native method: JDWP…

    … Can't disable vthread end events, jvmtiError=JVMTI_ERROR_WRONG_PHASE(112)"
    
    Reviewed-by: amenkov, dcubed, lmesnik, sspitsyn
    plummercj committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ae78dac View commit details
    Browse the repository at this point in the history
  15. 8297742: Combine vmTestbase/nsk/monitoring/ThreadMXBean/resetPeakThre…

    …adCount tests
    
    Reviewed-by: dholmes, lmesnik, kevinw, sspitsyn
    Alex Menkov committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    71966cd View commit details
    Browse the repository at this point in the history
  16. 8297853: windows-x86 test build broken

    Reviewed-by: jvernee
    magicus committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2952e95 View commit details
    Browse the repository at this point in the history
  17. 8297736: test/jdk/java/foreign/TestMatrix.java is broken

    8291642: java/foreign/TestMatrix.java -few tests are failing due to JDK-8287158.
    
    Reviewed-by: mcimadamore
    JornVernee committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cb64c7f View commit details
    Browse the repository at this point in the history
  18. 8290231: java/foreign/malloc/TestMixedMallocFree.java crashed in JDK1…

    …9 ATR run
    
    Reviewed-by: mcimadamore
    JornVernee committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    98707cb View commit details
    Browse the repository at this point in the history
  19. 8297519: Improve expressions and modernise code in PKCS

    Reviewed-by: weijun
    minborg authored and wangweij committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    483e986 View commit details
    Browse the repository at this point in the history
  20. 8297728: Cache invocation type rather than invoker in NamedFunction

    Reviewed-by: jvernee
    cl4es committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b8adc6f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. 8297802: display of @SPEC tags should mimic that of @see tags

    Reviewed-by: prappo
    jonathan-gibbons committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    59cb746 View commit details
    Browse the repository at this point in the history
  2. Merge latest openjdk

    j9build committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    15cdcd8 View commit details
    Browse the repository at this point in the history
  3. Merge master HEAD into openj9-staging

    Conflicts:
    	test/jdk/java/foreign/TestMatrix.java
    	test/jdk/java/foreign/malloc/TestMixedMallocFree.java
    
    Signed-off-by: Jason Feng <fengj@ca.ibm.com>
    JasonFengJ9 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    494f798 View commit details
    Browse the repository at this point in the history