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 lworld #255

Commits on Oct 28, 2020

  1. 8255533: Incorrect javadoc in DateTimeFormatterBuilder.appendPattern(…

    …) for 'uu'/'yy'
    
    Reviewed-by: lancea, rriggs
    naotoj committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    790d6e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd1988 View commit details
    Browse the repository at this point in the history
  3. 8250669: Running JMH micros is broken after JDK-8248135

    Reviewed-by: ecaspole, erikj
    cl4es committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    a7595b2 View commit details
    Browse the repository at this point in the history
  4. 8253101: Clean up CallStaticJavaNode EA flags

    Reviewed-by: kvn
    Jason Tatton (AWS) authored and Paul Hohensee committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    1a5e6c9 View commit details
    Browse the repository at this point in the history
  5. 8255438: [Vector API] More instructs in x86.ad should use legacy mode…

    … for code-gen
    
    Reviewed-by: kvn, vlivanov, azeemj
    DamonFool committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d82a6dc View commit details
    Browse the repository at this point in the history
  6. 8255405: sun/net/ftp/imp/FtpClient uses SimpleDateFormat in not threa…

    …d-safe manner
    
    Reviewed-by: chegar, ryadav, dfuchs
    iignatev committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    7e305ad View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. 8233570: [TESTBUG] HTMLEditorKit test bug5043626.java is failing on m…

    …acos
    
    Reviewed-by: serb
    prsadhuk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a5b42ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caec8d2 View commit details
    Browse the repository at this point in the history
  3. 8254189: Improve comments for StackOverFlow and fix in_xxx() functions

    Reviewed-by: dholmes, gziemski
    tstuefe committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4031cb4 View commit details
    Browse the repository at this point in the history
  4. 8255298: Remove SurvivorAlignmentInBytes functionality

    Reviewed-by: shade, ayang, kbarrett
    Thomas Schatzl committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    38574d5 View commit details
    Browse the repository at this point in the history
  5. 8247614: java/nio/channels/DatagramChannel/Connect.java timed out

    Reviewed-by: dfuchs, alanb
    c-cleary authored and dfuch committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    ea26ff1 View commit details
    Browse the repository at this point in the history
  6. 8254782: Fix benchmark issues in java/lang/StringIndexOfChar.java ben…

    …chmark
    
    Reviewed-by: redestad, shade
    jasontatton-aws authored and shipilev committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    72ff8e2 View commit details
    Browse the repository at this point in the history
  7. 8255579: x86: Use cmpq(Register,Address) in safepoint_poll

    Reviewed-by: eosterlund, zgu
    shipilev committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4b20e46 View commit details
    Browse the repository at this point in the history
  8. 8255564: InterpreterMacroAssembler::remove_activation() needs to rest…

    …ore thread right after VM call on x86_32
    
    Reviewed-by: dholmes, shade
    zhengyu123 committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    579e50b View commit details
    Browse the repository at this point in the history
  9. 8255534: Shenandoah: Fix CmpP optimization wrt native-LRB

    Reviewed-by: shade
    rkennke committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    faf23de View commit details
    Browse the repository at this point in the history
  10. 8255243: Reinforce escape barrier interactions with ZGC conc stack pr…

    …ocessing
    
    Co-authored-by: Richard Reingruber <rrich@openjdk.org>
    Reviewed-by: rrich, sspitsyn
    fisk and reinrich committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5b18558 View commit details
    Browse the repository at this point in the history
  11. 8255550: x86: Assembler::cmpq(Address dst, Register src) encoding is …

    …incorrect
    
    Reviewed-by: kvn, eosterlund
    shipilev committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    9e5bbff View commit details
    Browse the repository at this point in the history
  12. 8255600: [lworld] C2 compilation fails with assert: modified node was…

    … not processed by IGVN.transform_old()
    TobiHartmann committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2b18bce View commit details
    Browse the repository at this point in the history
  13. 8255232: G1: Make G1BiasedMappedArray freeable

    Reviewed-by: ayang, kbarrett
    Thomas Schatzl committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5c520c3 View commit details
    Browse the repository at this point in the history
  14. 8241495: Make more compiler related flags available on a per method l…

    …evel
    
    add more method-level options  for -XX:CompileCommand
    eg. -XX:CompileCommand=option,java.lang.String::startsWith,BreakAtCompile directs JIT compilers to hit BREAKPOINT when they compile the method java.lang.String::startsWith.
    
    Reviewed-by: neliasso, azeemj, phh
    Xin Liu authored and Paul Hohensee committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2a50c3f View commit details
    Browse the repository at this point in the history
  15. 8255449: Improve the exception message of MethodHandles::permuteArgum…

    …ents
    
    Reviewed-by: chegar, mchung
    JornVernee committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2a2fa13 View commit details
    Browse the repository at this point in the history
  16. 8255604: java/nio/channels/DatagramChannel/Connect.java fails with ja…

    …va.net.BindException: Cannot assign requested address: connect
    
    Reviewed-by: dfuchs, michaelm
    c-cleary authored and dfuch committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d5138d1 View commit details
    Browse the repository at this point in the history
  17. 8254975: lambda proxy fails to access a protected member inherited fr…

    …om a split package
    
    Reviewed-by: rriggs
    Mandy Chung committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5782a2a View commit details
    Browse the repository at this point in the history
  18. 8255466: C2 crashes at ciObject::get_oop() const+0x0

    Reviewed-by: vlivanov
    Vladimir Kozlov committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    56eb5f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. 8255285: Move JVMFlag origins into a new enum JVMFlagOrigin

    Reviewed-by: dholmes, redestad
    iklam committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    1a89d68 View commit details
    Browse the repository at this point in the history
  2. 8255595: delay_to_keep_mmu passes wrong arguments to Monitor wait

    Remove improper wait argument.
    
    Reviewed-by: sjohanss, tschatzl, ayang
    Kim Barrett committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    379ba80 View commit details
    Browse the repository at this point in the history
  3. 8253473: Javadoc clean up in HttpHandler, HttpPrincipal, HttpContext,…

    … and HttpsConfigurator
    
    Reviewed-by: dfuchs
    pconcannon committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    d128191 View commit details
    Browse the repository at this point in the history
  4. 8254972: Fix pretouch chunk calculations

    Reviewed-by: sjohanss, kbarrett
    Thomas Schatzl committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    2c7fc85 View commit details
    Browse the repository at this point in the history
  5. 8255565: [Vector API] Add missing format strings for extract instruct…

    …s in x86.ad
    
    Reviewed-by: vlivanov, jbhateja
    DamonFool committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e48016b View commit details
    Browse the repository at this point in the history
  6. 8255005: Fix indentation levels in classFileParser.cpp

    Reviewed-by: lfoltan, coleenp
    Harold Seigel committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    8a065ef View commit details
    Browse the repository at this point in the history
  7. 8153005: Upgrade the default PKCS12 encryption/MAC algorithms

    Reviewed-by: mullan
    wangweij committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    f77a658 View commit details
    Browse the repository at this point in the history
  8. 8255536: Remove the directsign property and option

    Reviewed-by: mullan
    wangweij committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a756320 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fd8216 View commit details
    Browse the repository at this point in the history
  10. 8255620: Build race between modulegraphs and exploded-image-optimize …

    …targets
    
    Reviewed-by: tbell
    erikj79 committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    9b1eebc View commit details
    Browse the repository at this point in the history
  11. 8255614: Shenandoah: Consolidate/streamline runtime LRBs

    Reviewed-by: zgu
    rkennke committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    8600d0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d086757 View commit details
    Browse the repository at this point in the history
  13. 8255455: Pre-generate ThreadHeapSampler::_log_table

    Reviewed-by: iklam, sspitsyn
    cl4es committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    4158567 View commit details
    Browse the repository at this point in the history
  14. 8255690: &nbsp in StringBuilder.subSequence

    Reviewed-by: lancea
    Brent Christian committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    98a69ed View commit details
    Browse the repository at this point in the history
  15. 8214561: Use {@systemProperty} for definition of "java.util.prefs.Pre…

    …ferencesFactory" system property
    
    Reviewed-by: lancea
    Brent Christian committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    0f48603 View commit details
    Browse the repository at this point in the history
  16. 8255489: Unify the parsing of @lambda-proxy and @lambda-form-invokers…

    … tags in a classlist
    
    Reviewed-by: iklam, minqi
    calvinccheung committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    36c150b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. 8254309: appcds GCDuringDump.java failed - class must exist

    Reviewed-by: ccheung, iklam
    yminqi committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    9d5c9cc View commit details
    Browse the repository at this point in the history
  2. 8255494: PKCS7 should use digest algorithm to verify the signature

    Reviewed-by: valeriep
    wangweij committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    80380d5 View commit details
    Browse the repository at this point in the history
  3. 8143021: [TEST_BUG] Test javax/swing/JColorChooser/Test6541987.java f…

    …ails
    
    Reviewed-by: serb
    prsadhuk committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    7597cba View commit details
    Browse the repository at this point in the history
  4. 8169954: JFileChooser/8021253: java.lang.RuntimeException: Default bu…

    …tton is not pressed
    
    Reviewed-by: serb
    prsadhuk committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    cacce84 View commit details
    Browse the repository at this point in the history
  5. 8196099: javax/swing/text/CSSBorder/6796710/bug6796710.java fails

    Reviewed-by: psadhukhan
    mrserb committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    fe7672b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. 8255576: (fs) Files.isHidden() throws ArrayIndexOutOfBoundsException …

    …(unix)
    
    Reviewed-by: alanb
    sormuras authored and Alan Bateman committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    f61ce32 View commit details
    Browse the repository at this point in the history
  2. 8196302: javax/swing/JFileChooser/8041694/bug8041694.java

    Reviewed-by: serb
    prsadhuk committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    4c4b8f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    518ff51 View commit details
    Browse the repository at this point in the history
  4. 8255603: Memory/Performance regression after JDK-8210985

    Reviewed-by: simonis, xuelei, aph
    RealCLanger committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    64feeab View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. 8255727: [lworld] Withdraw support for @java.lang.ValueBased

    Srikanth Adayapalam committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    25a3ae8 View commit details
    Browse the repository at this point in the history
  2. 8236842: Surprising 'multiple elements' behaviour from getTypeElement…

    … when cross-compiling with --release
    
    Reviewed-by: vromero
    lahodaj committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d05df7c View commit details
    Browse the repository at this point in the history
  3. 8255596: Mutex safepoint checking options and flags should be scoped …

    …enums
    
    Reviewed-by: tschatzl, rehn
    Kim Barrett committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    69f5235 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e97809d View commit details
    Browse the repository at this point in the history
  5. 8233637: [TESTBUG] Swing ActionListenerCalledTwiceTest.java fails on …

    …macos
    
    Reviewed-by: jdv
    prsadhuk committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    98c91b6 View commit details
    Browse the repository at this point in the history
  6. 8255697: LogTargetHandle::print should check if log level is enabled

    Reviewed-by: stefank, tschatzl, stuefe
    cl4es committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    79a010f View commit details
    Browse the repository at this point in the history
  7. GitHub actions ignore main project branches

    David Simms committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1dbcefc View commit details
    Browse the repository at this point in the history
  8. GH workflow syntax

    David Simms committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    a133d8f View commit details
    Browse the repository at this point in the history
  9. 7124397: [macosx] JSpinner serialiazation - deserialization issue

    Reviewed-by: pbansal
    mrserb committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    eb66418 View commit details
    Browse the repository at this point in the history
  10. 6816284: Notepad class should be public

    Reviewed-by: pbansal
    mrserb committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ceab9f3 View commit details
    Browse the repository at this point in the history
  11. 8255734: VM should ignore SIGXFSZ on ppc64, s390 too

    Reviewed-by: mdoerr, lucy
    tstuefe committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    54c8813 View commit details
    Browse the repository at this point in the history
  12. 8255544: Create a checked cast

    Reviewed-by: adinn, iklam
    Andrew Haley committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3302d3a View commit details
    Browse the repository at this point in the history
  13. 8255721: Remove no-op clean_weak_method_links methods

    Reviewed-by: kvn, thartmann
    cl4es committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4b775e6 View commit details
    Browse the repository at this point in the history
  14. 8255720: Optimize bci_to_dp/-data by enabling iteration over raw Data…

    …Layouts
    
    Reviewed-by: kvn, thartmann
    cl4es committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    120aec7 View commit details
    Browse the repository at this point in the history
  15. 8254072: AArch64: Get rid of --disable-warnings-as-errors on Windows+…

    …ARM64 build
    
    Reviewed-by: ihse, aph
    lewurm authored and Andrew Haley committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d2812f7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1019581 View commit details
    Browse the repository at this point in the history
  17. 8255235: ZGC: Allocate and initialize forwarding data structures in p…

    …arallel
    
    Reviewed-by: ayang, eosterlund
    pliden committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4c66b15 View commit details
    Browse the repository at this point in the history
  18. 8255673: Wrong version in docs bundles

    Reviewed-by: tbell, ihse
    erikj79 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b028074 View commit details
    Browse the repository at this point in the history
  19. 8255471: ZGC: Rework root iterators and closures

    Reviewed-by: eosterlund, pliden
    stefank committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1769c48 View commit details
    Browse the repository at this point in the history
  20. 8255400: Shenandoah: C2 failures after JDK-8255000

    Reviewed-by: rkennke
    rwestrel committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    a3aad11 View commit details
    Browse the repository at this point in the history
  21. 8255401: Shenandoah: Allow oldval and newval registers to overlap in …

    …cmpxchg_oop()
    
    Reviewed-by: roland
    rkennke committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    0e19ded View commit details
    Browse the repository at this point in the history
  22. 8255616: Disable AOT and Graal in Oracle OpenJDK

    Reviewed-by: iignatyev, vlivanov, iveresov, ihse
    Vladimir Kozlov committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    2f7d34f View commit details
    Browse the repository at this point in the history
  23. 8255671: Bidi.reorderVisually has misleading exception messages

    Reviewed-by: joehw
    naotoj committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    6dac8d2 View commit details
    Browse the repository at this point in the history
  24. 8255237: ZGC: Bulk free garbage pages during relocation set selection

    Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
    Co-authored-by: Per Liden <pliden@openjdk.org>
    Reviewed-by: ayang, eosterlund
    pliden and albertnetymk committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3e89f72 View commit details
    Browse the repository at this point in the history
  25. 8255760: Shenandoah: match constants style in ShenandoahMarkTask fall…

    …back
    
    Reviewed-by: zgu, rkennke
    shipilev committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d93e3a7 View commit details
    Browse the repository at this point in the history
  26. 8255529: Remove unused methods from java.util.zip.ZipFile

    Reviewed-by: naoto, redestad
    Lance Andersen committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    05bcd67 View commit details
    Browse the repository at this point in the history
  27. 8255578: [JVMCI] be more careful about reflective reads of Class.comp…

    …onentType.
    
    Reviewed-by: kvn, dlong
    Tom Rodriguez committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    bc6085b View commit details
    Browse the repository at this point in the history
  28. 8211958: Broken links in java.desktop files

    Reviewed-by: aivanov
    mrserb committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    acb5f65 View commit details
    Browse the repository at this point in the history
  29. 8255694: memory leak in JDWP debug agent after calling JVMTI GetAllTh…

    …reads
    
    Reviewed-by: amenkov, sspitsyn
    plummercj committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    a250716 View commit details
    Browse the repository at this point in the history
  30. 8255696: JDWP debug agent's canSuspendResumeThreadLists() should be r…

    …emoved
    
    Reviewed-by: amenkov, sspitsyn
    plummercj committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ceba2f8 View commit details
    Browse the repository at this point in the history
  31. 8255766: Fix linux+arm64 build after 8254072

    Reviewed-by: kvn, ihse
    lewurm authored and Vladimir Kozlov committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    bee864f View commit details
    Browse the repository at this point in the history
  32. 8255695: Some JVMTI calls in the jdwp debug agent are using FUNC_PTR …

    …instead of JVMTI_FUNC_PTR
    
    Reviewed-by: sspitsyn, amenkov
    plummercj committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    c774741 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    184db64 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. 8255785: X11 libraries should not be required by configure for headle…

    …ss only
    
    Reviewed-by: mikael, prr
    magicus committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f97ec35 View commit details
    Browse the repository at this point in the history
  2. 8254723: add diagnostic command to write Linux perf map file

    Reviewed-by: ysuenaga, sspitsyn
    nick-arm committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    50357d1 View commit details
    Browse the repository at this point in the history
  3. 8196089: javax/swing/Action/8133039/bug8133039.java fails

    Reviewed-by: jdv
    prsadhuk committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    fe4e6b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9beb866 View commit details
    Browse the repository at this point in the history
  5. 8255718: Zero: VM should know it runs in interpreter-only mode

    Reviewed-by: andrew, coleenp
    shipilev committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f0eeca9 View commit details
    Browse the repository at this point in the history
  6. 8255743: Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErro…

    …rTest.java
    
    Reviewed-by: stuefe
    shipilev committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    6d36b4b View commit details
    Browse the repository at this point in the history
  7. 8252533: Signal handlers should run with synchronous error signals un…

    …blocked
    
    Reviewed-by: gziemski, dholmes
    tstuefe committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e7a2d5c View commit details
    Browse the repository at this point in the history
  8. 8255672: Replace PhaseTransform::eqv by pointer equality check

    Reviewed-by: chagedorn, redestad, kvn
    TobiHartmann committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1580574 View commit details
    Browse the repository at this point in the history
  9. 8255741: Zero: print signal name in unhandled signal handler

    Reviewed-by: stuefe
    shipilev committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    aa2862a View commit details
    Browse the repository at this point in the history
  10. 8255662: ZGC: Unify nmethod closures in the heap iterator

    Reviewed-by: eosterlund, pliden
    stefank committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    c96a914 View commit details
    Browse the repository at this point in the history
  11. 8255780: Remove unused overloads of VMError::report_and_die()

    Reviewed-by: mdoerr, coleenp
    tstuefe committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    9a36747 View commit details
    Browse the repository at this point in the history
  12. 8233562: [TESTBUG] Swing StyledEditorKit test bug4506788.java fails o…

    …n MacOS
    
    Reviewed-by: psadhukhan
    jayathirthrao committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    4107670 View commit details
    Browse the repository at this point in the history
  13. 8255716: AArch64: Regression: JVM crashes if manually offline a core

    Reviewed-by: aph, adinn, akozlov
    Patrick Zhang committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    36998b0 View commit details
    Browse the repository at this point in the history
  14. 8255744: Zero: handle JVM_CONSTANT_DynamicInError

    Reviewed-by: sgehwolf
    shipilev committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    9bd836e View commit details
    Browse the repository at this point in the history
  15. 8255719: Zero: on return path, check for pending exception before att…

    …empting to clear it
    
    Reviewed-by: sgehwolf
    shipilev committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    904561e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a0cf58 View commit details
    Browse the repository at this point in the history
  17. 8254758: Change G1ServiceThread to be task based

    Reviewed-by: ayang, iwalulya, tschatzl
    kstefanj committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1d0bd50 View commit details
    Browse the repository at this point in the history
  18. 8255374: Add a dropReturn MethodHandle combinator

    Reviewed-by: redestad
    JornVernee committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    b8d4e02 View commit details
    Browse the repository at this point in the history
  19. 8255072: [TESTBUG] com/sun/jdi/EATests.java should not fail if expect…

    …ed VMOutOfMemoryException is not thrown
    
    Reviewed-by: cjplummer, sspitsyn, kvn
    reinrich committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    63461d5 View commit details
    Browse the repository at this point in the history
  20. 8255762: Shenandoah: Consolidate/streamline interpreter LRBs

    Reviewed-by: shade
    rkennke committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    93ef009 View commit details
    Browse the repository at this point in the history
  21. 8255737: Zero: DO_UPDATE_INSTRUCTION_COUNT should only update when re…

    …levant VM flags are set
    
    Reviewed-by: sgehwolf
    shipilev committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f389a71 View commit details
    Browse the repository at this point in the history
  22. 8255801: Race when building ct.sym build tools

    Reviewed-by: erikj
    magicus committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    364b0fe View commit details
    Browse the repository at this point in the history
  23. 8255798: Remove dead headless code in CompileJavaModules.gmk

    Reviewed-by: shade, erikj
    magicus committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    64a9811 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d47336b View commit details
    Browse the repository at this point in the history
  25. 8255810: Zero: build fails without JVMTI

    Reviewed-by: coleenp
    shipilev committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    ca216ba View commit details
    Browse the repository at this point in the history
  26. 8255606: Enable concurrent stack processing on x86_32 platforms

    Reviewed-by: shade, rkennke, eosterlund
    zhengyu123 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    134e22a View commit details
    Browse the repository at this point in the history
  27. 8196087: java/awt/image/DrawImage/IncorrectUnmanagedImageRotatedClip.…

    …java fails
    
    Reviewed-by: jdv
    mrserb committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    83f3cf4 View commit details
    Browse the repository at this point in the history
  28. 8254315: Shenandoah: Concurrent weak reference processing

    Reviewed-by: zgu, shade
    rkennke committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f64a15d View commit details
    Browse the repository at this point in the history
  29. 8254827: JVMCI: Enable it for Windows+AArch64

    Reviewed-by: ihse, never, kvn
    lewurm authored and Tom Rodriguez committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    88ee973 View commit details
    Browse the repository at this point in the history
  30. 8255380: (zipfs) ZipFileSystem::readExtra can fail if zipinfo-time is…

    … not set to false
    
    Reviewed-by: redestad
    Lance Andersen committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    6606e09 View commit details
    Browse the repository at this point in the history
  31. 8255239: The timezone of the hs_err_pid log file is corrupted in Japa…

    …nese locale
    
    Reviewed-by: iklam, minqi
    calvinccheung committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    b46d73b View commit details
    Browse the repository at this point in the history
  32. 8254876: (fs) NullPointerException not thrown when first argument to …

    …Path.of or Paths.get is null
    
    Reviewed-by: rriggs, alanb
    Brian Burkhalter committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    450452b View commit details
    Browse the repository at this point in the history
  33. 8255852: Shenandoah: Fix incorrect copyright header in new files adde…

    …d by 8254315
    
    Reviewed-by: zgu
    rkennke committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    eab99f3 View commit details
    Browse the repository at this point in the history
  34. 8255784: appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java te…

    …st failed resulting in VM crash
    
    Reviewed-by: ccheung, iklam
    yminqi committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    cdf9cd8 View commit details
    Browse the repository at this point in the history
  35. 8255853: Update all nroff manpages for JDK 16 release

    Reviewed-by: erikj
    magicus committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    622f72b View commit details
    Browse the repository at this point in the history
  36. 8255850: Hotspot recompiled on first incremental build

    Reviewed-by: ihse
    erikj79 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    76fa974 View commit details
    Browse the repository at this point in the history
  37. 8255861: Also update jaotc.1 for JDK 16

    Reviewed-by: kvn
    magicus committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    2668d23 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. 8253037: G1: Improve check for string dedup

    Combine dedup enabled and is_string into a single test, using the already in-hand klass of the object.
    
    Reviewed-by: ayang, tschatzl
    Kim Barrett committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    4b88119 View commit details
    Browse the repository at this point in the history
  2. 8255617: Zero: purge the remaining bytecode interpreter profiling sup…

    …port
    
    Reviewed-by: coleenp, sgehwolf, jiefu
    shipilev committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    a5d8a9c View commit details
    Browse the repository at this point in the history
  3. 8255797: ciReplay: improve documentation of replay file syntax in parser

    Complete and disambiguate the informal specification of the replay file syntax
    given in the ciReplay class implementation.
    
    Reviewed-by: kvn, thartmann
    robcasloz authored and TobiHartmann committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c7a2c24 View commit details
    Browse the repository at this point in the history
  4. 8255681: print callstack in error case in runAWTLoopWithApp

    Reviewed-by: clanger, serb
    MBaesken committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    ab9192e View commit details
    Browse the repository at this point in the history
  5. 8188055: (ref) Add Reference::refersTo predicate

    Reviewed-by: mchung, pliden, rriggs, dholmes, ihse, smarks, alanb
    Kim Barrett committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    6023f6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    724217c View commit details
    Browse the repository at this point in the history
  7. 8255215: Unsupported 'valign' attribute for 'tr' tag used in j.s.t.h.…

    …HTMLDocument
    
    Reviewed-by: serb
    prsadhuk committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    7f4d873 View commit details
    Browse the repository at this point in the history
  8. 8255895: Submit workflow artifacts miss hs_errs/replays due to ZIP in…

    …clude mismatch
    
    Reviewed-by: erikj
    shipilev committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    61c9247 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7dcaba6 View commit details
    Browse the repository at this point in the history
  10. 8254742: InputStream::readNBytes(int) result may contain zeros not in…

    … input
    
    Reviewed-by: shade, bchristi
    Brian Burkhalter committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c287170 View commit details
    Browse the repository at this point in the history
  11. 8255855: appcds/jigsaw/NewModuleFinderTest.java test failed due to un…

    …expected NPE
    
    Reviewed-by: iklam
    calvinccheung committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    5348298 View commit details
    Browse the repository at this point in the history
  12. 8255862: Remove @SuppressWarnings from sun.misc.Unsafe

    Reviewed-by: shade, alanb, chegar
    Mandy Chung committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    2da9981 View commit details
    Browse the repository at this point in the history
  13. 8255863: Clean up test/jdk/java/lang/invoke/defineHiddenClass/BasicTe…

    …st.java
    
    Reviewed-by: rriggs, chegar
    Mandy Chung committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    94ace03 View commit details
    Browse the repository at this point in the history
  14. 8255838: Use 32-bit immediate movslq in macro assembler if 64-bit val…

    …ue fits in 32 bits on x86_64
    
    Reviewed-by: azeemj, kvn, redestad, thartmann
    JornVernee committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    160759c View commit details
    Browse the repository at this point in the history
  15. 8255128: linux x86 build failure with libJNIPoint.c

    Reviewed-by: coleenp, shade, ihse
    JornVernee committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    804bd72 View commit details
    Browse the repository at this point in the history
  16. 8252870: Finalize (remove "incubator" from) jpackage

    Reviewed-by: kcr, erikj, almatvee, asemenyuk, prr, ihse
    Andy Herrick committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    26e7ef7 View commit details
    Browse the repository at this point in the history
  17. 8255886: Shenandoah: Resolve cset address truncation and register cla…

    …sh in interpreter LRB
    
    Reviewed-by: shade
    rkennke committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    29db1dc View commit details
    Browse the repository at this point in the history
  18. 8255900: x86: Reduce impact when VerifyOops is disabled

    Reviewed-by: neliasso, minqi, kvn
    cl4es committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    a0ade22 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Merge jdk

    Merge tag 'jdk-16+23'
    David Simms committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a833bd8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'lworld' into type-restrictions_merge_lworld_16_23

    # Conflicts:
    #	src/jdk.compiler/share/classes/com/sun/tools/javac/code/Flags.java
    MrSimms committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a89530d View commit details
    Browse the repository at this point in the history