Mon, 03 Jun 2019 14:15:11 -0700 8225202: Add missing include after JDK-8223320
iveresov [Mon, 03 Jun 2019 14:15:11 -0700] rev 55160
8225202: Add missing include after JDK-8223320 Reviewed-by: kvn
Mon, 03 Jun 2019 13:21:02 -0700 8223320: [AOT] jck test api/javax_script/ScriptEngine/PutGet.html fails when test classes are AOTed
iveresov [Mon, 03 Jun 2019 13:21:02 -0700] rev 55159
8223320: [AOT] jck test api/javax_script/ScriptEngine/PutGet.html fails when test classes are AOTed Summary: Materialization of primitive boxes should use caches Reviewed-by: kvn, never
Mon, 03 Jun 2019 21:28:45 +0200 8225171: Remove leftovers in shenandoahBarrierSetC1.cpp
rkennke [Mon, 03 Jun 2019 21:28:45 +0200] rev 55158
8225171: Remove leftovers in shenandoahBarrierSetC1.cpp Reviewed-by: shade
Mon, 03 Jun 2019 10:52:18 -0700 8225140: Build fails if directory contains 'unix'
erikj [Mon, 03 Jun 2019 10:52:18 -0700] rev 55157
8225140: Build fails if directory contains 'unix' Reviewed-by: tbell
Mon, 03 Jun 2019 08:21:04 -0700 8199623: JShell: corralling not restored on drop
rfield [Mon, 03 Jun 2019 08:21:04 -0700] rev 55156
8199623: JShell: corralling not restored on drop Reviewed-by: jlahoda
Mon, 03 Jun 2019 07:46:47 -0700 8225151: JShell API: Fix position of @jls tag
rfield [Mon, 03 Jun 2019 07:46:47 -0700] rev 55155
8225151: JShell API: Fix position of @jls tag Reviewed-by: jjg
Mon, 03 Jun 2019 13:35:08 +0200 8224816: Provide os::processor_id() implementation for Mac OS
eosterlund [Mon, 03 Jun 2019 13:35:08 +0200] rev 55154
8224816: Provide os::processor_id() implementation for Mac OS Reviewed-by: rehn, pliden, kbarrett, gziemski
Mon, 03 Jun 2019 13:35:05 +0200 8224814: Remove dead JNIHandleBlock freelist code
eosterlund [Mon, 03 Jun 2019 13:35:05 +0200] rev 55153
8224814: Remove dead JNIHandleBlock freelist code Reviewed-by: stefank, tschatzl, kbarrett
Mon, 03 Jun 2019 14:50:59 +0200 8225046: Shenandoah metrics logs refactoring
shade [Mon, 03 Jun 2019 14:50:59 +0200] rev 55152
8225046: Shenandoah metrics logs refactoring Reviewed-by: rkennke
Tue, 21 May 2019 15:46:09 +0200 8173196: [REDO] C2 does not optimize redundant memory operations with G1
roland [Tue, 21 May 2019 15:46:09 +0200] rev 55151
8173196: [REDO] C2 does not optimize redundant memory operations with G1 Reviewed-by: thartmann, kvn
Tue, 28 May 2019 14:56:58 +0200 8223363: Bad node estimate assertion failure
phedlin [Tue, 28 May 2019 14:56:58 +0200] rev 55150
8223363: Bad node estimate assertion failure 8223502: Node estimate for loop unswitching is not correct: assert(delta <= 2 * required) failed: Bad node estimate 8224648: assert(!exceeding_node_budget()) failed: Too many NODES required! failure with ctw Summary: Tighten the node estimates. New est_loop_clone_sz() implementation that will compute a "fan-out" complexity estimate as part of the size estimate (to better estimate complex loop body size after cloning). New est_loop_unroll_sz() function, used to estimate the size of a loop body att full/maximal unrolling. Correction to node budget final tests and asserts. Reviewed-by: neliasso, kvn
Mon, 03 Jun 2019 10:51:28 +0200 8223693: Memory wastage in size of per-region type buffers in GC
tschatzl [Mon, 03 Jun 2019 10:51:28 +0200] rev 55149
8223693: Memory wastage in size of per-region type buffers in GC Reviewed-by: kbarrett, sangheki
Mon, 03 Jun 2019 10:50:14 +0200 8223162: Improve ergonomics for Sparse PRT entry sizing
tschatzl [Mon, 03 Jun 2019 10:50:14 +0200] rev 55148
8223162: Improve ergonomics for Sparse PRT entry sizing Summary: Scale Sparse PRT table sizes exponentially according to region size. Reviewed-by: kbarrett, sangheki
Sun, 02 Jun 2019 17:13:31 -0400 8212807: tools/jar/multiRelease/Basic.java times out
lancea [Sun, 02 Jun 2019 17:13:31 -0400] rev 55147
8212807: tools/jar/multiRelease/Basic.java times out Reviewed-by: bchristi
Sun, 02 Jun 2019 10:08:39 +0200 8225048: Shenandoah x86_32 support
shade [Sun, 02 Jun 2019 10:08:39 +0200] rev 55146
8225048: Shenandoah x86_32 support Reviewed-by: erikj, rkennke
Sun, 02 Jun 2019 10:08:38 +0200 8225111: Make Shenandoah tests work with 32-bit VMs
shade [Sun, 02 Jun 2019 10:08:38 +0200] rev 55145
8225111: Make Shenandoah tests work with 32-bit VMs Reviewed-by: rkennke
Sun, 02 Jun 2019 10:08:37 +0200 8225104: 32-bit build failures after JDK-8222252
shade [Sun, 02 Jun 2019 10:08:37 +0200] rev 55144
8225104: 32-bit build failures after JDK-8222252 Reviewed-by: bobv, rkennke, dholmes
Sat, 01 Jun 2019 14:09:59 -0700 8223688: JShell: crash on the instantiation of raw anonymous class
rfield [Sat, 01 Jun 2019 14:09:59 -0700] rev 55143
8223688: JShell: crash on the instantiation of raw anonymous class Reviewed-by: jlahoda
Sat, 01 Jun 2019 13:41:01 -0700 8080353: JShell: Better error message on attempting to add default method
rfield [Sat, 01 Jun 2019 13:41:01 -0700] rev 55142
8080353: JShell: Better error message on attempting to add default method Summary: Special handling for errors with "default" modifier Reviewed-by: jlahoda
Sat, 01 Jun 2019 03:18:23 +0200 8225061: Performance regression in Regex
redestad [Sat, 01 Jun 2019 03:18:23 +0200] rev 55141
8225061: Performance regression in Regex Reviewed-by: naoto, alanb Contributed-by: claes.redestad@oracle.com, naoto.sato@oracle.com
Fri, 31 May 2019 17:27:28 -0700 8225134: Update man-page files
jjg [Fri, 31 May 2019 17:27:28 -0700] rev 55140
8225134: Update man-page files Reviewed-by: erikj, mchung
Fri, 31 May 2019 15:49:12 -0700 8223336: Assert in VirtualMemoryTracker::remove_released_region when running the SharedArchiveConsistency.java test with -XX:NativeMemoryTracking=detail
ccheung [Fri, 31 May 2019 15:49:12 -0700] rev 55139
8223336: Assert in VirtualMemoryTracker::remove_released_region when running the SharedArchiveConsistency.java test with -XX:NativeMemoryTracking=detail Summary: added the missing call MemTracker::record_virtual_memory_reserve_and_commit() Reviewed-by: jiangli, zgu
Fri, 31 May 2019 18:35:17 -0400 8224083: javadoc Reporter generates warning for Kind.NOTE
vromero [Fri, 31 May 2019 18:35:17 -0400] rev 55138
8224083: javadoc Reporter generates warning for Kind.NOTE 8224082: NPE in javadoc Reporter Reviewed-by: jjg
Wed, 22 May 2019 15:30:11 -0700 8224629: Unnecessary cast in LambdaToMethod
cushon [Wed, 22 May 2019 15:30:11 -0700] rev 55137
8224629: Unnecessary cast in LambdaToMethod Reviewed-by: vromero Contributed-by: Alan Malloy <amalloy@google.com>
Fri, 31 May 2019 13:49:35 -0700 8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
naoto [Fri, 31 May 2019 13:49:35 -0700] rev 55136
8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM Reviewed-by: lancea, scolebourne, rriggs
Fri, 31 May 2019 13:37:58 -0700 8219788: Configure recommends JDK 8
erikj [Fri, 31 May 2019 13:37:58 -0700] rev 55135
8219788: Configure recommends JDK 8 Reviewed-by: tbell
Fri, 31 May 2019 12:51:36 -0700 8224692: runtime/appcds tests crash in "HotSpotJVMCI::compute_offset" when running in Graal as JIT mode
iklam [Fri, 31 May 2019 12:51:36 -0700] rev 55134
8224692: runtime/appcds tests crash in "HotSpotJVMCI::compute_offset" when running in Graal as JIT mode Reviewed-by: ccheung
Fri, 31 May 2019 14:42:28 -0400 8219149: ProcessTools.ProcessBuilder should print timing info for subprocesses
kbarrett [Fri, 31 May 2019 14:42:28 -0400] rev 55133
8219149: ProcessTools.ProcessBuilder should print timing info for subprocesses Summary: Add some timestamped logging messages to OutputBuffer. Reviewed-by: rriggs, dcubed, lmesnik, dholmes
Fri, 31 May 2019 11:13:58 -0700 8225117: java/math/BigInteger/SymmetricRangeTests.java fails with ParseException
bpb [Fri, 31 May 2019 11:13:58 -0700] rev 55132
8225117: java/math/BigInteger/SymmetricRangeTests.java fails with ParseException Reviewed-by: darcy
Fri, 31 May 2019 10:59:54 -0700 8225129: Fix minor HTML issues in java.naming
jjg [Fri, 31 May 2019 10:59:54 -0700] rev 55131
8225129: Fix minor HTML issues in java.naming Reviewed-by: mchung, lancea
Fri, 31 May 2019 13:09:15 -0400 8222936: mlvm/anonloader/stress/randomBytecodes/Test.java fails due to "ERROR: There were 1 hangups during parsing."
hseigel [Fri, 31 May 2019 13:09:15 -0400] rev 55130
8222936: mlvm/anonloader/stress/randomBytecodes/Test.java fails due to "ERROR: There were 1 hangups during parsing." Summary: Prevent false failures by blocking the test until either it times out or the loading thread finishes Reviewed-by: dholmes, coleenp
Fri, 31 May 2019 09:26:27 -0700 8225094: Fix minor HTML issues in jdk.zipfs
jjg [Fri, 31 May 2019 09:26:27 -0700] rev 55129
8225094: Fix minor HTML issues in jdk.zipfs Reviewed-by: clanger, mchung, lancea
Fri, 31 May 2019 11:17:55 -0400 8225016: Dead code due to VMOperationQueue::add() always returning true
pchilanomate [Fri, 31 May 2019 11:17:55 -0400] rev 55128
8225016: Dead code due to VMOperationQueue::add() always returning true Summary: Removed dead code in vmThread.cpp Reviewed-by: coleenp, hseigel, dholmes
Tue, 28 May 2019 20:12:16 +0200 8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with java.net.BindException: Address already in use: Cannot bind
azeller [Tue, 28 May 2019 20:12:16 +0200] rev 55127
8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with java.net.BindException: Address already in use: Cannot bind Summary: Changed test to no longer use hardcoded ports. Reviewed-by: chegar, clanger
Fri, 31 May 2019 15:02:45 +0100 8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch
chegar [Fri, 31 May 2019 15:02:45 +0100] rev 55126
8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch Reviewed-by: alanb, dfuchs
Thu, 16 May 2019 17:09:11 +0200 8225110: IGV build definition uses non-secure transport
phedlin [Thu, 16 May 2019 17:09:11 +0200] rev 55125
8225110: IGV build definition uses non-secure transport Reviewed-by: neliasso
Fri, 31 May 2019 12:20:21 +0200 8224986: (str) optimize StringBuilder.append(CharSequence, int, int) for String arguments
redestad [Fri, 31 May 2019 12:20:21 +0200] rev 55124
8224986: (str) optimize StringBuilder.append(CharSequence, int, int) for String arguments Reviewed-by: jlaskey, rriggs
Fri, 31 May 2019 10:13:24 +0200 8224538: LoadBarrierNode::common_barrier must check address
neliasso [Fri, 31 May 2019 10:13:24 +0200] rev 55123
8224538: LoadBarrierNode::common_barrier must check address Reviewed-by: thartmann, kvn
Fri, 31 May 2019 08:27:06 +0530 8216535: tools/jimage/JImageExtractTest.java timed out
sundar [Fri, 31 May 2019 08:27:06 +0530] rev 55122
8216535: tools/jimage/JImageExtractTest.java timed out Reviewed-by: jlaskey
Thu, 30 May 2019 21:12:26 -0400 8225014: Separate ShenandoahRootScanner method for object_iterate
zgu [Thu, 30 May 2019 21:12:26 -0400] rev 55121
8225014: Separate ShenandoahRootScanner method for object_iterate Reviewed-by: shade
Thu, 30 May 2019 17:28:26 -0700 8220251: fix headings in java.management
jjg [Thu, 30 May 2019 17:28:26 -0700] rev 55120
8220251: fix headings in java.management Reviewed-by: lancea
Wed, 29 May 2019 11:55:30 -0400 8224978: Shenandoah: Allows root verifier to verify some roots outside safepoints with proper locks
zgu [Wed, 29 May 2019 11:55:30 -0400] rev 55119
8224978: Shenandoah: Allows root verifier to verify some roots outside safepoints with proper locks Reviewed-by: shade
Thu, 30 May 2019 16:21:08 -0700 8224687: Add clarifying overrides of Element.asType to more specific subinterfaces
darcy [Thu, 30 May 2019 16:21:08 -0700] rev 55118
8224687: Add clarifying overrides of Element.asType to more specific subinterfaces Reviewed-by: jjg
Thu, 30 May 2019 15:55:16 -0700 8223718: Checks in check_slot_type_no_lvt() should be always executed
sspitsyn [Thu, 30 May 2019 15:55:16 -0700] rev 55117
8223718: Checks in check_slot_type_no_lvt() should be always executed Summary: Call check_slot_type_no_lvt() even if the LVT is present Reviewed-by: kvn, gadams, amenkov
Thu, 30 May 2019 13:45:48 -0700 8225077: fix references to broken link in java.compiler module
jjg [Thu, 30 May 2019 13:45:48 -0700] rev 55116
8225077: fix references to broken link in java.compiler module Reviewed-by: darcy, lancea
Thu, 30 May 2019 12:45:02 -0700 8223504: Improve performance of forall loops by better inlining of "iterator()" methods
skuksenko [Thu, 30 May 2019 12:45:02 -0700] rev 55115
8223504: Improve performance of forall loops by better inlining of "iterator()" methods Reviewed-by: vlivanov, shade
Thu, 30 May 2019 10:29:55 +0800 8224828: aarch64: rflags is not correct after safepoint poll
fyang [Thu, 30 May 2019 10:29:55 +0800] rev 55114
8224828: aarch64: rflags is not correct after safepoint poll Reviewed-by: aph, adinn Contributed-by: Xiang Yuan <yuanxiang4@huawei.com>
Thu, 30 May 2019 11:00:23 -0700 8225066: Add missing file
jjg [Thu, 30 May 2019 11:00:23 -0700] rev 55113
8225066: Add missing file Reviewed-by: mchung
Thu, 30 May 2019 10:37:48 -0700 8224257: fix issues in files generated by pandoc
jjg [Thu, 30 May 2019 10:37:48 -0700] rev 55112
8224257: fix issues in files generated by pandoc Reviewed-by: tbell, jjg, erikj Contributed-by: jonathan.gibbons@oracle.com, erik.joelsson@oracle.com
Thu, 30 May 2019 18:10:34 +0100 8225060: java.net.DefaultInterface invokes NetworkInterface::getInetAddresses without doPriv
chegar [Thu, 30 May 2019 18:10:34 +0100] rev 55111
8225060: java.net.DefaultInterface invokes NetworkInterface::getInetAddresses without doPriv Reviewed-by: alanb
Thu, 30 May 2019 19:12:11 +0300 8223216: C2: Unify class initialization checks between new, getstatic, and putstatic
vlivanov [Thu, 30 May 2019 19:12:11 +0300] rev 55110
8223216: C2: Unify class initialization checks between new, getstatic, and putstatic Reviewed-by: kvn, dlong
Thu, 30 May 2019 09:24:13 -0400 8224767: Add String constants for Canonical XML 1.1 URIs
mullan [Thu, 30 May 2019 09:24:13 -0400] rev 55109
8224767: Add String constants for Canonical XML 1.1 URIs Reviewed-by: xuelei
Thu, 30 May 2019 07:07:15 -0400 8222252: Java ergonomics limits heap to 128GB with disabled compressed oops
bobv [Thu, 30 May 2019 07:07:15 -0400] rev 55108
8222252: Java ergonomics limits heap to 128GB with disabled compressed oops Reviewed-by: dholmes
Thu, 30 May 2019 17:30:33 +0530 8224946: jrtfs URI to Path and Path to URI conversions are wrong
sundar [Thu, 30 May 2019 17:30:33 +0530] rev 55107
8224946: jrtfs URI to Path and Path to URI conversions are wrong Reviewed-by: alanb
Thu, 30 May 2019 12:36:04 +0100 8224730: java.net.ServerSocket::toString not invoking checkConnect
chegar [Thu, 30 May 2019 12:36:04 +0100] rev 55106
8224730: java.net.ServerSocket::toString not invoking checkConnect Reviewed-by: alanb
Thu, 30 May 2019 13:39:13 +0300 8223213: Implement fast class initialization checks on x86-64
vlivanov [Thu, 30 May 2019 13:39:13 +0300] rev 55105
8223213: Implement fast class initialization checks on x86-64 Reviewed-by: kvn, redestad, dholmes, mdoerr, coleenp
Thu, 30 May 2019 11:42:53 +0200 8224172: assert(jfr_is_event_enabled(id)) failed: invariant
mgronlun [Thu, 30 May 2019 11:42:53 +0200] rev 55104
8224172: assert(jfr_is_event_enabled(id)) failed: invariant Reviewed-by: dcubed, dholmes
Thu, 30 May 2019 10:21:51 +0200 8225017: [TESTBUG] gc/shenandoah/oom/TestThreadFailure.java takes too long
shade [Thu, 30 May 2019 10:21:51 +0200] rev 55103
8225017: [TESTBUG] gc/shenandoah/oom/TestThreadFailure.java takes too long Reviewed-by: rkennke
Thu, 30 May 2019 07:19:19 +0100 8221481: Reimplement the Legacy Socket API
alanb [Thu, 30 May 2019 07:19:19 +0100] rev 55102
8221481: Reimplement the Legacy Socket API Reviewed-by: michaelm, chegar
Wed, 29 May 2019 22:17:48 -0400 8224790: Remove Xusage.txt file
dholmes [Wed, 29 May 2019 22:17:48 -0400] rev 55101
8224790: Remove Xusage.txt file Reviewed-by: alanb, dcubed, erikj, mchung
Thu, 30 May 2019 03:15:06 +0200 Added tag jdk-13+23 for changeset b034d2dee5fc
jwilhelm [Thu, 30 May 2019 03:15:06 +0200] rev 55100
Added tag jdk-13+23 for changeset b034d2dee5fc
Wed, 29 May 2019 19:25:45 -0400 8225022: Put compiler/graalunit/JttThreadsTest.java on ProblemList-graal.txt
dcubed [Wed, 29 May 2019 19:25:45 -0400] rev 55099
8225022: Put compiler/graalunit/JttThreadsTest.java on ProblemList-graal.txt Reviewed-by: kvn
Wed, 29 May 2019 15:29:06 -0700 8224011: Failure handling in ExecuteWithLog fails in run-test-prebuilt
erikj [Wed, 29 May 2019 15:29:06 -0700] rev 55098
8224011: Failure handling in ExecuteWithLog fails in run-test-prebuilt Reviewed-by: tbell
Wed, 29 May 2019 22:30:14 +0100 8224729: Cleanups in sun/security/provider/certpath/ldap/LDAPCertStoreImpl.java
clanger [Wed, 29 May 2019 22:30:14 +0100] rev 55097
8224729: Cleanups in sun/security/provider/certpath/ldap/LDAPCertStoreImpl.java Reviewed-by: mullan
Wed, 29 May 2019 13:44:27 -0700 8224789: Parsing repetition count in regex does not detect numeric overflow
igerasim [Wed, 29 May 2019 13:44:27 -0700] rev 55096
8224789: Parsing repetition count in regex does not detect numeric overflow Reviewed-by: rriggs, bchristi
Wed, 29 May 2019 13:39:08 -0700 8224991: Problemlist javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
xuelei [Wed, 29 May 2019 13:39:08 -0700] rev 55095
8224991: Problemlist javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java Reviewed-by: mullan
Wed, 29 May 2019 13:31:56 -0700 8224931: disable JAOTC invokedynamic support until 8223533 is fixed
dlong [Wed, 29 May 2019 13:31:56 -0700] rev 55094
8224931: disable JAOTC invokedynamic support until 8223533 is fixed Reviewed-by: kvn, never
Thu, 16 May 2019 15:58:15 -0700 8224081: SOCKS v4 doesn't work with IPv6
aeubanks [Thu, 16 May 2019 15:58:15 -0700] rev 55093
8224081: SOCKS v4 doesn't work with IPv6 Reviewed-by: chegar, dfuchs, mullan, vtewari Contributed-by: aeubanks@google.com
Wed, 29 May 2019 11:58:30 -0700 8225005: Xerces 2.12.0: License file jdk-13+23
joehw [Wed, 29 May 2019 11:58:30 -0700] rev 55092
8225005: Xerces 2.12.0: License file Reviewed-by: lancea
Wed, 29 May 2019 11:54:26 -0700 8224945: googlemock update breaks the build of arm32 and ppc
iignatyev [Wed, 29 May 2019 11:54:26 -0700] rev 55091
8224945: googlemock update breaks the build of arm32 and ppc Reviewed-by: dholmes, simonis
Wed, 29 May 2019 09:53:28 -0700 8224012: AnnotatedType implementations of hashCode() lead to StackOverflowError
darcy [Wed, 29 May 2019 09:53:28 -0700] rev 55090
8224012: AnnotatedType implementations of hashCode() lead to StackOverflowError Reviewed-by: jfranck
Wed, 29 May 2019 10:57:19 -0400 8224875: Shenandoah: ParallelCleaning code unloading should take lock to protect shared code roots array
zgu [Wed, 29 May 2019 10:57:19 -0400] rev 55089
8224875: Shenandoah: ParallelCleaning code unloading should take lock to protect shared code roots array Reviewed-by: shade
Wed, 29 May 2019 23:36:36 +0800 8223053: [xmldsig] Add KeyValue::EC_TYPE
weijun [Wed, 29 May 2019 23:36:36 +0800] rev 55088
8223053: [xmldsig] Add KeyValue::EC_TYPE Reviewed-by: mullan
Wed, 22 May 2019 12:17:26 -0400 8223660: jtreg: Decouple Unsafe from RTM tests
gromero [Wed, 22 May 2019 12:17:26 -0400] rev 55087
8223660: jtreg: Decouple Unsafe from RTM tests Reviewed-by: mdoerr, shade
Wed, 29 May 2019 07:48:27 -0700 8224984: Problemlist javax/net/ssl/SSLSocket/Tls13PacketSize.java
xuelei [Wed, 29 May 2019 07:48:27 -0700] rev 55086
8224984: Problemlist javax/net/ssl/SSLSocket/Tls13PacketSize.java Reviewed-by: mullan
Wed, 29 May 2019 06:56:19 -0700 8224981: Problemlist test/jdk/sun/security/pkcs11/tls/tls12/FipsModeTLS12.java
xuelei [Wed, 29 May 2019 06:56:19 -0700] rev 55085
8224981: Problemlist test/jdk/sun/security/pkcs11/tls/tls12/FipsModeTLS12.java Reviewed-by: mullan
Wed, 29 May 2019 15:52:12 +0200 8224982: JDK-8222318 breaks tools/doclint/html/EntitiesTest.java
hannesw [Wed, 29 May 2019 15:52:12 +0200] rev 55084
8224982: JDK-8222318 breaks tools/doclint/html/EntitiesTest.java Reviewed-by: sundar
Wed, 29 May 2019 09:43:37 -0400 8224932: Shenandoah: Rename ShenandoahHeapLock, make it general purpose lock
zgu [Wed, 29 May 2019 09:43:37 -0400] rev 55083
8224932: Shenandoah: Rename ShenandoahHeapLock, make it general purpose lock Reviewed-by: shade
Wed, 29 May 2019 15:25:21 +0200 8224970: ShenandoahRootScanner::roots_do assert is too strong
shade [Wed, 29 May 2019 15:25:21 +0200] rev 55082
8224970: ShenandoahRootScanner::roots_do assert is too strong Reviewed-by: zgu
Wed, 29 May 2019 13:58:05 +0100 8224477: java.net socket types new-style socket option methods - spec and impl mismatch
chegar [Wed, 29 May 2019 13:58:05 +0100] rev 55081
8224477: java.net socket types new-style socket option methods - spec and impl mismatch Reviewed-by: alanb
Wed, 29 May 2019 08:21:33 -0400 8224763: Update man pages to show deprecation of -Xverify:none
hseigel [Wed, 29 May 2019 08:21:33 -0400] rev 55080
8224763: Update man pages to show deprecation of -Xverify:none Summary: Add the appropriate deprecation text Reviewed-by: dholmes, lfoltan
Wed, 22 May 2019 10:11:04 +0200 8224496: Shenandoah compilation fails with assert(is_CountedLoopEnd()) failed: invalid node class
roland [Wed, 22 May 2019 10:11:04 +0200] rev 55079
8224496: Shenandoah compilation fails with assert(is_CountedLoopEnd()) failed: invalid node class Reviewed-by: rkennke
Wed, 29 May 2019 13:30:17 +0200 8217089: JFR: Lazy install os interface components for improved startup
mgronlun [Wed, 29 May 2019 13:30:17 +0200] rev 55078
8217089: JFR: Lazy install os interface components for improved startup Reviewed-by: dholmes, egahlin
Wed, 29 May 2019 12:43:29 +0200 8222318: javadoc does not accept valid HTML5 entity names
hannesw [Wed, 29 May 2019 12:43:29 +0200] rev 55077
8222318: javadoc does not accept valid HTML5 entity names Reviewed-by: jjg
Wed, 29 May 2019 12:01:21 +0200 8224584: Shenandoah: Eliminate forwarding pointer word
rkennke [Wed, 29 May 2019 12:01:21 +0200] rev 55076
8224584: Shenandoah: Eliminate forwarding pointer word Reviewed-by: shade, roland
Wed, 29 May 2019 09:25:20 +0200 8223392: Add missing BitMap comments for JDK-8222986
stefank [Wed, 29 May 2019 09:25:20 +0200] rev 55075
8223392: Add missing BitMap comments for JDK-8222986 Reviewed-by: tschatzl, pliden
Fri, 24 May 2019 14:32:17 +0200 8224750: Display thread once in Internal exceptions event log lines
mbaesken [Fri, 24 May 2019 14:32:17 +0200] rev 55074
8224750: Display thread once in Internal exceptions event log lines Reviewed-by: mdoerr
Wed, 29 May 2019 13:50:33 +0900 8223814: SA: jhsdb common help needs to be more detailed
ysuenaga [Wed, 29 May 2019 13:50:33 +0900] rev 55073
8223814: SA: jhsdb common help needs to be more detailed Reviewed-by: dholmes, sspitsyn, ysuenaga Contributed-by: Osamu Sakamoto <sakamoto.osamu@nttcom.co.jp>
Tue, 28 May 2019 19:01:38 -0300 8223482: Unsupported ciphersuites may be offered by a TLS client
mbalao [Tue, 28 May 2019 19:01:38 -0300] rev 55072
8223482: Unsupported ciphersuites may be offered by a TLS client Reviewed-by: xuelei
Wed, 29 May 2019 07:49:06 +0530 8220449: serviceability/dcmd/compiler/CodelistTest.java failure
rraghavan [Wed, 29 May 2019 07:49:06 +0530] rev 55071
8220449: serviceability/dcmd/compiler/CodelistTest.java failure Summary: Added -XX:-BackgroundCompilation to test to eager initialize JVMCI Reviewed-by: gadams, thartmann
Tue, 28 May 2019 16:51:28 -0300 8224908: Revert: 8216553: JrtFileSystemProvider getPath(URI) omits /modules element from file path
jlaskey [Tue, 28 May 2019 16:51:28 -0300] rev 55070
8224908: Revert: 8216553: JrtFileSystemProvider getPath(URI) omits /modules element from file path Reviewed-by: darcy, kbarrett
Tue, 28 May 2019 21:31:07 +0200 8224796: C code is not compiled correctly due to undefined "i386"
shade [Tue, 28 May 2019 21:31:07 +0200] rev 55069
8224796: C code is not compiled correctly due to undefined "i386" Reviewed-by: dholmes, mikael
Tue, 28 May 2019 20:47:47 +0200 8224795: some runtime/SelectionResolution tests are timing out
rehn [Tue, 28 May 2019 20:47:47 +0200] rev 55068
8224795: some runtime/SelectionResolution tests are timing out Reviewed-by: dholmes, thartmann
Tue, 28 May 2019 14:29:29 -0400 Merge
mullan [Tue, 28 May 2019 14:29:29 -0400] rev 55067
Merge
Tue, 28 May 2019 14:28:40 -0400 8224885: ProblemList sun/security/tools/keytool/KeyToolTest.java and WeakAlgTest.java on Solaris
mullan [Tue, 28 May 2019 14:28:40 -0400] rev 55066
8224885: ProblemList sun/security/tools/keytool/KeyToolTest.java and WeakAlgTest.java on Solaris Reviewed-by: xuelei
Tue, 28 May 2019 11:22:23 -0700 Merge
jjg [Tue, 28 May 2019 11:22:23 -0700] rev 55065
Merge
Tue, 28 May 2019 11:21:02 -0700 8219147: Javadoc should expose covariant return type overrides
jjg [Tue, 28 May 2019 11:21:02 -0700] rev 55064
8219147: Javadoc should expose covariant return type overrides Reviewed-by: hannesw
Tue, 28 May 2019 19:19:58 +0100 8042904: apple.security.KeychainStore.getSalt() calling generateSeed()
coffeys [Tue, 28 May 2019 19:19:58 +0100] rev 55063
8042904: apple.security.KeychainStore.getSalt() calling generateSeed() Reviewed-by: jnimeh
Tue, 28 May 2019 10:54:59 -0700 8224783: Javadoc of String strip methods uses link where linkplain would be better
darcy [Tue, 28 May 2019 10:54:59 -0700] rev 55062
8224783: Javadoc of String strip methods uses link where linkplain would be better Reviewed-by: lancea, jlaskey
Tue, 28 May 2019 09:56:47 -0700 8224558: Fix replicateB encoding
vdeshpande [Tue, 28 May 2019 09:56:47 -0700] rev 55061
8224558: Fix replicateB encoding Reviewed-by: thartmann, vlivanov
Tue, 28 May 2019 09:40:49 -0700 8224548: [TESTBUG] runtime/appcds/jvmti/ClassFileLoadHookTest.java failed: must be shared
ccheung [Tue, 28 May 2019 09:40:49 -0700] rev 55060
8224548: [TESTBUG] runtime/appcds/jvmti/ClassFileLoadHookTest.java failed: must be shared Summary: improve the -Xshare:auto case Reviewed-by: iklam, coleenp
Tue, 28 May 2019 10:20:05 -0400 Merge
aph [Tue, 28 May 2019 10:20:05 -0400] rev 55059
Merge
Tue, 28 May 2019 09:13:11 -0400 8224880: AArch64: java/javac error with AllocatePrefetchDistance
aph [Tue, 28 May 2019 09:13:11 -0400] rev 55058
8224880: AArch64: java/javac error with AllocatePrefetchDistance Reviewed-by: adinn
Tue, 28 May 2019 19:30:30 +0530 8216553: JrtFIleSystemProvider getPath(URI) omits /modules element from file path
sundar [Tue, 28 May 2019 19:30:30 +0530] rev 55057
8216553: JrtFIleSystemProvider getPath(URI) omits /modules element from file path Reviewed-by: alanb, jlaskey
Tue, 28 May 2019 14:53:57 +0200 8224870: Problemlist compiler/c2/Test8004741.java until JDK-8214904 is fixed
thartmann [Tue, 28 May 2019 14:53:57 +0200] rev 55056
8224870: Problemlist compiler/c2/Test8004741.java until JDK-8214904 is fixed Summary: Added Test8004741 to problem list. Reviewed-by: shade
Tue, 28 May 2019 08:25:22 -0400 Merge
aph [Tue, 28 May 2019 08:25:22 -0400] rev 55055
Merge
Thu, 23 May 2019 07:57:50 -0400 8224671: AArch64: mauve System.arraycopy test failure
aph [Thu, 23 May 2019 07:57:50 -0400] rev 55054
8224671: AArch64: mauve System.arraycopy test failure Reviewed-by: adinn
Tue, 28 May 2019 13:28:48 +0200 8221121: applications/microbenchmarks are encountering crashes in tier5
mgronlun [Tue, 28 May 2019 13:28:48 +0200] rev 55053
8221121: applications/microbenchmarks are encountering crashes in tier5 Reviewed-by: egahlin, dholmes
Tue, 28 May 2019 06:42:32 -0400 8220688: [TESTBUG] runtime/NMT/MallocStressTest.java timed out
coleenp [Tue, 28 May 2019 06:42:32 -0400] rev 55052
8220688: [TESTBUG] runtime/NMT/MallocStressTest.java timed out Summary: reduce number of threads and iterate rather than sleep. Reviewed-by: zgu, dholmes
Tue, 28 May 2019 09:41:20 +0200 8224672: (lib)hsdis-<arch>.so search incorrect after JDK-8213084
lucy [Tue, 28 May 2019 09:41:20 +0200] rev 55051
8224672: (lib)hsdis-<arch>.so search incorrect after JDK-8213084 Reviewed-by: kvn, shade
Tue, 28 May 2019 12:01:52 +0530 8213416: Replace some enums with static const members in hotspot/compiler
rraghavan [Tue, 28 May 2019 12:01:52 +0530] rev 55050
8213416: Replace some enums with static const members in hotspot/compiler Summary: Changes to fix enumeral and non-enumeral type in conditional expression warnings with -Wextra for gcc on hotspot Reviewed-by: kvn, thartmann
Mon, 27 May 2019 19:46:34 -0700 8222414: bring googlemock v1.8.1
iignatyev [Mon, 27 May 2019 19:46:34 -0700] rev 55049
8222414: bring googlemock v1.8.1 Reviewed-by: erikj, rwestberg
Mon, 27 May 2019 14:34:58 -0400 8224751: Shenandoah: Shenandoah Verifier should select proper roots according to current GC cycle
zgu [Mon, 27 May 2019 14:34:58 -0400] rev 55048
8224751: Shenandoah: Shenandoah Verifier should select proper roots according to current GC cycle Reviewed-by: rkennke
Mon, 27 May 2019 19:24:42 +0100 8224761: Replace wildcard address with loopback or local host in tests - part 12
dfuchs [Mon, 27 May 2019 19:24:42 +0100] rev 55047
8224761: Replace wildcard address with loopback or local host in tests - part 12 Summary: fixes a batch of intermittent failures. Reviewed-by: chegar, vtewari
Mon, 27 May 2019 14:57:26 +0200 8224836: Backout: JDK-8224626: Shenandoah: Elide barriers on uncommon traps
rkennke [Mon, 27 May 2019 14:57:26 +0200] rev 55046
8224836: Backout: JDK-8224626: Shenandoah: Elide barriers on uncommon traps Reviewed-by: shade
Mon, 27 May 2019 13:29:11 +0100 8224035: Replace wildcard address with loopback or local host in tests - part 9
aefimov [Mon, 27 May 2019 13:29:11 +0100] rev 55045
8224035: Replace wildcard address with loopback or local host in tests - part 9 Reviewed-by: dfuchs
Thu, 23 May 2019 15:15:01 +0200 8224221: add memprotect calls to event log
mbaesken [Thu, 23 May 2019 15:15:01 +0200] rev 55044
8224221: add memprotect calls to event log Reviewed-by: dholmes, mdoerr
Sat, 25 May 2019 20:55:33 +0900 8224252: [TESTBUG] hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java is timing out again after fix for JDK-8163805
ysuenaga [Sat, 25 May 2019 20:55:33 +0900] rev 55043
8224252: [TESTBUG] hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java is timing out again after fix for JDK-8163805 Reviewed-by: cjplummer, sspitsyn
Sat, 25 May 2019 10:54:10 +0100 8224727: Problem list test security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java
clanger [Sat, 25 May 2019 10:54:10 +0100] rev 55042
8224727: Problem list test security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java Reviewed-by: rhalade
Fri, 24 May 2019 21:05:19 -0700 8046018: JVMTI Spec: can_redefine_any_class capability spec is inconsistent
sspitsyn [Fri, 24 May 2019 21:05:19 -0700] rev 55041
8046018: JVMTI Spec: can_redefine_any_class capability spec is inconsistent Summary: Make the "can_redefine_any_class" capability spec clear and consistent Reviewed-by: alanb, cjplummer, dholmes, dcubed, jcbeyler
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip