Thu, 21 Jun 2018 14:33:15 -0700 8205442: Avoid hard-coding --source value in SourceLauncherTest.java
jjg [Thu, 21 Jun 2018 14:33:15 -0700] rev 50705
8205442: Avoid hard-coding --source value in SourceLauncherTest.java Reviewed-by: darcy
Thu, 21 Jun 2018 13:29:44 -0700 8196425: tools/javac/modules/AnnotationProcessing.java failed
jjg [Thu, 21 Jun 2018 13:29:44 -0700] rev 50704
8196425: tools/javac/modules/AnnotationProcessing.java failed Reviewed-by: jlahoda
Thu, 21 Jun 2018 20:52:52 +0200 8205053: Decouple type registration from framework lifecycle
egahlin [Thu, 21 Jun 2018 20:52:52 +0200] rev 50703
8205053: Decouple type registration from framework lifecycle Reviewed-by: mgronlun, pliden, stefank
Thu, 21 Jun 2018 12:03:54 -0700 8205424: Change to Xcode 9.4 for building on Macosx at Oracle
erikj [Thu, 21 Jun 2018 12:03:54 -0700] rev 50702
8205424: Change to Xcode 9.4 for building on Macosx at Oracle Reviewed-by: tbell, prr
Thu, 21 Jun 2018 11:10:55 -0700 8199124: (fs) Reduce allocation for file system methods that are invoked with no open options
bpb [Thu, 21 Jun 2018 11:10:55 -0700] rev 50701
8199124: (fs) Reduce allocation for file system methods that are invoked with no open options Reviewed-by: alanb Contributed-by: Michael Skells <mike.skells1@gmail.com>
Thu, 21 Jun 2018 18:56:35 +0100 8194937: Inconsistent behavior of --validate-modules when combined with -m and other options
alanb [Thu, 21 Jun 2018 18:56:35 +0100] rev 50700
8194937: Inconsistent behavior of --validate-modules when combined with -m and other options Reviewed-by: mchung
Thu, 21 Jun 2018 10:54:07 -0700 8205398: AES-CBC decryption algorithm using AVX512 instructions
kvn [Thu, 21 Jun 2018 10:54:07 -0700] rev 50699
8205398: AES-CBC decryption algorithm using AVX512 instructions Reviewed-by: kvn Contributed-by: regev.shemy@intel.com, shay.gueron@intel.com, smita.kamath@intel.com, shravya.rukmannagari@intel.com
Thu, 21 Jun 2018 08:45:57 -0700 8203184: List.copyOf() fails to copy sublists
smarks [Thu, 21 Jun 2018 08:45:57 -0700] rev 50698
8203184: List.copyOf() fails to copy sublists Reviewed-by: psandoz
Thu, 21 Jun 2018 08:25:03 -0700 8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator)
smarks [Thu, 21 Jun 2018 08:25:03 -0700] rev 50697
8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator) Reviewed-by: martin, forax, psandoz, briangoetz
Thu, 21 Jun 2018 11:10:44 -0400 8205175: Deprecate UnlinkSymbolsALot debugging option.
coleenp [Thu, 21 Jun 2018 11:10:44 -0400] rev 50696
8205175: Deprecate UnlinkSymbolsALot debugging option. Reviewed-by: zgu, stuefe
Thu, 21 Jun 2018 08:58:59 -0300 8203637: Fix Sources jdk-11+19
jlaskey [Thu, 21 Jun 2018 08:58:59 -0300] rev 50695
8203637: Fix Sources Reviewed-by: hannesw, sundar
Thu, 21 Jun 2018 13:39:20 +0200 8205103: [TESTBUG] Instability in JFR test TestThreadCpuTimeEvent
rwestberg [Thu, 21 Jun 2018 13:39:20 +0200] rev 50694
8205103: [TESTBUG] Instability in JFR test TestThreadCpuTimeEvent Reviewed-by: mgronlun
Tue, 19 Jun 2018 13:03:12 -0400 8205336: Modularize allocations in assembler
rkennke [Tue, 19 Jun 2018 13:03:12 -0400] rev 50693
8205336: Modularize allocations in assembler Reviewed-by: aph, eosterlund
Thu, 21 Jun 2018 14:09:43 +0530 8204938: Add a test case to automatically check the updated LSR data
nishjain [Thu, 21 Jun 2018 14:09:43 +0530] rev 50692
8204938: Add a test case to automatically check the updated LSR data Reviewed-by: naoto, rriggs
Wed, 20 Jun 2018 19:46:44 -0700 8205385: Problem list vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
cjplummer [Wed, 20 Jun 2018 19:46:44 -0700] rev 50691
8205385: Problem list vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java Reviewed-by: sspitsyn
Thu, 21 Jun 2018 03:21:22 +0200 Added tag jdk-11+19 for changeset fb8b3f467277
jwilhelm [Thu, 21 Jun 2018 03:21:22 +0200] rev 50690
Added tag jdk-11+19 for changeset fb8b3f467277
Wed, 20 Jun 2018 17:30:43 -0700 8205105: VM crashes with "assert(Universe::heap()->is_in_reserved(start + words - 1)) failed: not in heap"
iveresov [Wed, 20 Jun 2018 17:30:43 -0700] rev 50689
8205105: VM crashes with "assert(Universe::heap()->is_in_reserved(start + words - 1)) failed: not in heap" Summary: Disable fast TLAB refill in Graal. Reviewed-by: dnsimon, kvn
Wed, 20 Jun 2018 12:02:17 -0700 8204974: Quarantine serviceability/sa/TestInstanceKlassSize* tests for CDS enabled mode
lmesnik [Wed, 20 Jun 2018 12:02:17 -0700] rev 50688
8204974: Quarantine serviceability/sa/TestInstanceKlassSize* tests for CDS enabled mode Reviewed-by: ccheung, mseledtsov, jiangli
Wed, 20 Jun 2018 22:02:46 +0200 8204135: jtreg: Fix failing RTM test TestUseRTMXendForLockBusy
gromero [Wed, 20 Jun 2018 22:02:46 +0200] rev 50687
8204135: jtreg: Fix failing RTM test TestUseRTMXendForLockBusy Reviewed-by: goetz, iignatyev
Wed, 20 Jun 2018 12:42:43 -0700 8205433: clean up hotspot ProblemList
iignatyev [Wed, 20 Jun 2018 12:42:43 -0700] rev 50686
8205433: clean up hotspot ProblemList Reviewed-by: kvn
Wed, 20 Jun 2018 13:57:38 -0400 6545967: sp05t003 failed ResumeThread() due to THREAD_NOT_SUSPENDED
gadams [Wed, 20 Jun 2018 13:57:38 -0400] rev 50685
6545967: sp05t003 failed ResumeThread() due to THREAD_NOT_SUSPENDED Reviewed-by: cjplummer, sspitsyn
Wed, 20 Jun 2018 10:01:49 -0700 8203338: Unboxing in return from lambda miscompiled to throw ClassCastException
bsrbnd [Wed, 20 Jun 2018 10:01:49 -0700] rev 50684
8203338: Unboxing in return from lambda miscompiled to throw ClassCastException Reviewed-by: mcimadamore, vromero
Wed, 20 Jun 2018 17:54:40 +0100 Merge
chegar [Wed, 20 Jun 2018 17:54:40 +0100] rev 50683
Merge
Wed, 20 Jun 2018 17:48:39 +0100 Merge
chegar [Wed, 20 Jun 2018 17:48:39 +0100] rev 50682
Merge
Wed, 20 Jun 2018 09:05:57 -0700 8204679: HTTP Client refresh
chegar [Wed, 20 Jun 2018 09:05:57 -0700] rev 50681
8204679: HTTP Client refresh Reviewed-by: chegar, dfuchs, michaelm Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Michael McMahon <michael.x.mcmahon@oracle.com>, Pavel Rappo <pavel.rappo@oracle.com>
Wed, 20 Jun 2018 09:38:17 -0700 8200115: System property java.vm.vendor value includes quotation marks
erikj [Wed, 20 Jun 2018 09:38:17 -0700] rev 50680
8200115: System property java.vm.vendor value includes quotation marks Reviewed-by: tbell, asaha
Wed, 20 Jun 2018 09:42:36 -0700 8204701: [TESTBUG] runtime/SharedArchiveFile/BootAppendTests.java should handle mapping failure
mseledtsov [Wed, 20 Jun 2018 09:42:36 -0700] rev 50679
8204701: [TESTBUG] runtime/SharedArchiveFile/BootAppendTests.java should handle mapping failure Summary: Added code to check for mapping failure Reviewed-by: ccheung, jiangli
Wed, 20 Jun 2018 17:15:16 +0200 8205407: [windows, vs<2017] C4800 after 8203197
stuefe [Wed, 20 Jun 2018 17:15:16 +0200] rev 50678
8205407: [windows, vs<2017] C4800 after 8203197 Reviewed-by: tbell, mbaesken
Wed, 20 Jun 2018 17:06:24 +0200 8199435: Unsafe publication of java.util.Properties.map
redestad [Wed, 20 Jun 2018 17:06:24 +0200] rev 50677
8199435: Unsafe publication of java.util.Properties.map Reviewed-by: dholmes, psandoz, plevart, bchristi
Tue, 19 Jun 2018 10:00:39 -0400 8203030: Zero s390 31 bit size_t type conflicts in shared code
chrisphi [Tue, 19 Jun 2018 10:00:39 -0400] rev 50676
8203030: Zero s390 31 bit size_t type conflicts in shared code Summary: Cast to size_t or change to size_t foe compatibility with other archs. Reviewed-by: pliden, dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip