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 jdk-19+28 into openj9-staging #10

Merged
merged 35 commits into from
Jun 24, 2022

Commits on Jun 15, 2022

  1. 8288289: Preview APIs in jdk.jdi, jdk.management, and jdk.jfr should …

    …be reflective preview APIs
    
    Reviewed-by: cjplummer, jlahoda
    Alan Bateman committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4e2325e View commit details
    Browse the repository at this point in the history
  2. 8288414: Long::compress/expand samples are not correct

    Reviewed-by: alanb
    Paul Sandoz committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    348ec94 View commit details
    Browse the repository at this point in the history
  3. 8288526: ProblemList gc/stress/TestStressG1Humongous.java on windows-x64

    Reviewed-by: psandoz
    Daniel D. Daugherty committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f6af59f View commit details
    Browse the repository at this point in the history
  4. 8288533: Missing @param tags in com.sun.source classes

    Reviewed-by: darcy, iris
    jonathan-gibbons committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ec162bd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. 8288534: Out of bound errors for memory segment access mentions wrong…

    … values
    
    Reviewed-by: psandoz
    mcimadamore committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6ae8201 View commit details
    Browse the repository at this point in the history
  2. 8287401: jpackage tests failing on Windows due to powershell issue

    Reviewed-by: almatvee
    Alexey Semenyuk committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    cd4748b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. 8286176: Add JNI_VERSION_19 to jni.h and JNI spec

    Reviewed-by: dcubed, iris, mchung, dholmes
    Alan Bateman committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    31e6117 View commit details
    Browse the repository at this point in the history
  2. 8288545: Missing space in error message

    Reviewed-by: hannesw
    jonathan-gibbons committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0e39735 View commit details
    Browse the repository at this point in the history
  3. 8268398: 15% increase in JFR footprint in Noop-Base

    Reviewed-by: jbachorik
    egahlin committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    2de6d1b View commit details
    Browse the repository at this point in the history
  4. Use OpenSSL for the ECDH key agreement

    Signed-off-by: Zainab Fatmi <zainab@ibm.com>
    Zainab Fatmi committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    d03b678 View commit details
    Browse the repository at this point in the history
  5. 8288692: jdk/javadoc/doclet/testTagMisuse/TestTagMisuse.java fails af…

    …ter JDK-8288545
    
    Reviewed-by: prappo
    jonathan-gibbons committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    4d36786 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. 8288397: AArch64: Fix register issues in SVE backend match rules

    Reviewed-by: njian, ngasson
    Xiaohong Gong committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    d5547d4 View commit details
    Browse the repository at this point in the history
  2. 8288564: C2: LShiftLNode::Ideal produces wrong result after JDK-8278114

    Reviewed-by: kvn, iveresov, thartmann
    chhagedorn committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    c9fd6ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48ba820 View commit details
    Browse the repository at this point in the history
  4. 8287800: JFR: Incorrect error message when starting recording with mi…

    …ssing .jfc file
    
    Reviewed-by: mgronlun
    egahlin committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    aba2f3f View commit details
    Browse the repository at this point in the history
  5. 8288663: JFR: Disabling the JfrThreadSampler commits only a partially…

    … disabled state
    
    Backport-of: a7df5a40639a4d3138616c9fc1b144381240d2e5
    Markus Grönlund committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    10dcdd8 View commit details
    Browse the repository at this point in the history
  6. 8288741: JFR: Change package name of snippet files

    Reviewed-by: mgronlun
    egahlin committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e1caa1c View commit details
    Browse the repository at this point in the history
  7. 8288527: broken link in java.base/java/util/zip/package-summary.html

    Reviewed-by: bpb, martin
    Lance Andersen committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    c6c6746 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ibmruntimes#6 from ZainabF92/nativeEC

    Use OpenSSL for the ECDH key agreement
    keithc-ca authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e376f36 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. 8288671: Problematic fix for font boosting

    Reviewed-by: jjg
    hns committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ee65401 View commit details
    Browse the repository at this point in the history
  2. 8288531: Empty spans in mobile navigation markup

    Reviewed-by: jjg
    hns committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ed39e46 View commit details
    Browse the repository at this point in the history
  3. 8288532: additional review changes for JDK-8286830

    Reviewed-by: pchilanomate, dholmes
    Daniel D. Daugherty committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0e1be4d View commit details
    Browse the repository at this point in the history
  4. 8278053: serviceability/jvmti/vthread/ContStackDepthTest/ContStackDep…

    …thTest.java failing in loom repo with Xcomp
    
    Reviewed-by: sspitsyn, pchilanomate, coleenp
    pron authored and Serguei Spitsyn committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    74a1e89 View commit details
    Browse the repository at this point in the history
  5. 8288761: SegmentAllocator:allocate(long bytesSize) not throwing IAEx …

    …when bytesSize < 0
    
    Reviewed-by: psandoz
    mcimadamore committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    af4588d View commit details
    Browse the repository at this point in the history
  6. 8287971: Throw exception for missing values in .jpackage.xml

    Reviewed-by: asemenyuk
    Alexander Matveev committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ffe7dc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. 8288529: broken link in java.xml

    Reviewed-by: iris, lancea, naoto
    JoeWang-Java committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    2dc3fb2 View commit details
    Browse the repository at this point in the history
  2. 8287982: Concurrent implicit attach from native threads crashes VM

    Reviewed-by: dholmes, rehn
    Alan Bateman committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    54349c8 View commit details
    Browse the repository at this point in the history
  3. 8288840: StructureViolationException should not link to fork method

    Reviewed-by: psandoz, mchung
    Alan Bateman committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ec6abef View commit details
    Browse the repository at this point in the history
  4. 8288846: misc tests fail "assert(ms < 1000) failed: Un-interruptable …

    …sleep, short time use only"
    
    Reviewed-by: egahlin
    Markus Grönlund committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    7808c44 View commit details
    Browse the repository at this point in the history
  5. Add stub implementation of NativeReferenceQueue

    NativeReferenceQueue was added in openjdk to address usage of
    j.u.c.locks with virtual threads. OpenJ9 doesn't have that problem as we
    only use internal synchronization. As a result we can simply define the
    type but make use of the super class methods.
    
    Signed-off-by: Tobi Ajila <atobia@ca.ibm.com>
    tajila committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    be7bad7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ibmruntimes#9 from tajila/origin

    Add stub implementation of NativeReferenceQueue
    pshipton authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c7edcd9 View commit details
    Browse the repository at this point in the history
  7. Enable JITServer on supported platforms by default

    Signed-off-by: Dhruv Chopra <dchopra001@gmail.com>
    dchopra001 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    2355ca9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge pull request ibmruntimes#8 from dchopra001/enableJITServer

    Enable JITServer by default on supported platforms
    keithc-ca authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    abd1f9e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Merge master jdk-19+28 into openj9-staging

    Conflicts:
    	src/java.base/share/classes/java/lang/Thread.java
    
    Signed-off-by: Jason Feng <fengj@ca.ibm.com>
    JasonFengJ9 committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    b5d19a2 View commit details
    Browse the repository at this point in the history
  2. Update OPENJDK_TAG to merged level jdk-19+28

    Signed-off-by: Jason Feng <fengj@ca.ibm.com>
    JasonFengJ9 committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    7fd5dcb View commit details
    Browse the repository at this point in the history