Sun, 03 Jun 2018 23:33:00 -0700 8204267: Generate comments in -XX:+PrintInterpreter to link to source code
iklam [Sun, 03 Jun 2018 23:33:00 -0700] rev 51056
8204267: Generate comments in -XX:+PrintInterpreter to link to source code Summary: Changed __ macro to use Disassembler::hook() Reviewed-by: coleenp, aph
Fri, 13 Jul 2018 10:10:51 -0700 8201513: nsk/jvmti/IterateThroughHeap/filter-* are broken
amenkov [Fri, 13 Jul 2018 10:10:51 -0700] rev 51055
8201513: nsk/jvmti/IterateThroughHeap/filter-* are broken Reviewed-by: sspitsyn, cjplummer
Fri, 13 Jul 2018 14:04:59 +0530 8193444: SimpleDateFormat throws ArrayIndexOutOfBoundsException when format contains long sequences of unicode characters
nishjain [Fri, 13 Jul 2018 14:04:59 +0530] rev 51054
8193444: SimpleDateFormat throws ArrayIndexOutOfBoundsException when format contains long sequences of unicode characters Reviewed-by: naoto, rriggs
Thu, 12 Jul 2018 22:53:35 -0700 8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
dtitov [Thu, 12 Jul 2018 22:53:35 -0700] rev 51053
8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][] Reviewed-by: sspitsyn, amenkov
Fri, 13 Jul 2018 02:36:42 +0000 8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)
valeriep [Fri, 13 Jul 2018 02:36:42 +0000] rev 51052
8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73) Summary: Do bounds check per encryption/decryption call instead of per block Reviewed-by: ascarpino, redestad
Thu, 12 Jul 2018 08:44:39 +0800 8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error
weijun [Thu, 12 Jul 2018 08:44:39 +0800] rev 51051
8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error Reviewed-by: xuelei
Thu, 12 Jul 2018 17:29:48 -0700 8207011: Remove uses of the register storage class specifier
mikael [Thu, 12 Jul 2018 17:29:48 -0700] rev 51050
8207011: Remove uses of the register storage class specifier Reviewed-by: kbarrett, kvn
Thu, 12 Jul 2018 10:41:44 -0400 8206007: nsk/jdb/exclude001 test is taking a long time on some builds
gadams [Thu, 12 Jul 2018 10:41:44 -0400] rev 51049
8206007: nsk/jdb/exclude001 test is taking a long time on some builds Reviewed-by: cjplummer, sspitsyn
Thu, 12 Jul 2018 13:32:45 -0700 8139876: Exclude hanging nsk/stress/stack from execution with deoptimization enabled
lmesnik [Thu, 12 Jul 2018 13:32:45 -0700] rev 51048
8139876: Exclude hanging nsk/stress/stack from execution with deoptimization enabled Reviewed-by: kvn, mseledtsov
Thu, 12 Jul 2018 14:13:15 -0700 8028563: Remove javac support for 6/1.6 source and target values
darcy [Thu, 12 Jul 2018 14:13:15 -0700] rev 51047
8028563: Remove javac support for 6/1.6 source and target values Reviewed-by: jjg, erikj, henryjen
Thu, 12 Jul 2018 12:06:22 -0700 8194680: StartElement#getAttributes and getNamespaces refer to incorrect package
joehw [Thu, 12 Jul 2018 12:06:22 -0700] rev 51046
8194680: StartElement#getAttributes and getNamespaces refer to incorrect package Reviewed-by: jjg, lancea
Thu, 12 Jul 2018 11:32:14 -0700 8206122: Use Queue in place of ArrayList when need to remove first element
igerasim [Thu, 12 Jul 2018 11:32:14 -0700] rev 51045
8206122: Use Queue in place of ArrayList when need to remove first element Reviewed-by: martin, jjg, vromero
Thu, 12 Jul 2018 11:18:01 -0700 8207060: Memory leak when malloc fails within WITH_UNICODE_STRING block
igerasim [Thu, 12 Jul 2018 11:18:01 -0700] rev 51044
8207060: Memory leak when malloc fails within WITH_UNICODE_STRING block Reviewed-by: vtewari, rriggs
Thu, 12 Jul 2018 06:04:57 -0700 8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0
igerasim [Thu, 12 Jul 2018 06:04:57 -0700] rev 51043
8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0 Reviewed-by: alanb
Wed, 11 Jul 2018 13:55:38 -0400 8207056: Epsilon GC to support object pinning
zgu [Wed, 11 Jul 2018 13:55:38 -0400] rev 51042
8207056: Epsilon GC to support object pinning Summary: Epsilon GC to use object pinning to avoid expensive GCLocker Reviewed-by: shade, rkennke
Thu, 12 Jul 2018 12:22:54 +0200 Added tag jdk-12+2 for changeset 69b438908512
jwilhelm [Thu, 12 Jul 2018 12:22:54 +0200] rev 51041
Added tag jdk-12+2 for changeset 69b438908512
Wed, 11 Jul 2018 16:12:18 -0700 8207055: Make javac -help output for -source and -target more informative
darcy [Wed, 11 Jul 2018 16:12:18 -0700] rev 51040
8207055: Make javac -help output for -source and -target more informative Reviewed-by: jjg
Wed, 11 Jul 2018 14:32:42 -0700 8207005: Disable the file canonicalization cache by default
bchristi [Wed, 11 Jul 2018 14:32:42 -0700] rev 51039
8207005: Disable the file canonicalization cache by default Reviewed-by: alanb, bpb
Wed, 11 Jul 2018 21:41:43 +0200 Merge
jwilhelm [Wed, 11 Jul 2018 21:41:43 +0200] rev 51038
Merge
Wed, 11 Jul 2018 15:08:44 -0400 8207044: minimal vm build fail: missing #include
bulasevich [Wed, 11 Jul 2018 15:08:44 -0400] rev 51037
8207044: minimal vm build fail: missing #include Summary: Add missing #include Reviewed-by: kbarrett, shade Contributed-by: boris.ulasevich@bell-sw.com
Wed, 11 Jul 2018 11:17:09 -0700 8205967: Remove sun/security/krb5/auto/UnboundSSL.java from ProblemList.txt
rhalade [Wed, 11 Jul 2018 11:17:09 -0700] rev 51036
8205967: Remove sun/security/krb5/auto/UnboundSSL.java from ProblemList.txt Reviewed-by: xuelei, rhalade Contributed-by: Andrew Wong <andrew.w.wong@oracle.com>
Tue, 10 Jul 2018 10:24:08 -0700 8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 51035
8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition" Reviewed-by: martin, psandoz, dholmes, tschatzl
Tue, 10 Jul 2018 11:36:36 +0200 8206919: s390: add missing info to vm_version_ext_s390 jdk-11+22
ghaug [Tue, 10 Jul 2018 11:36:36 +0200] rev 51034
8206919: s390: add missing info to vm_version_ext_s390 Reviewed-by: simonis, mdoerr
Wed, 11 Jul 2018 13:41:25 +0300 8202264: Race condition in AudioClip.loop()
serb [Wed, 11 Jul 2018 13:41:25 +0300] rev 51033
8202264: Race condition in AudioClip.loop() Reviewed-by: prr
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 tip