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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip