Mon, 01 Oct 2018 12:07:15 +0200 8211145: [ppc] [s390]: Build fails due to -Werror=switch (introduced with JDK-8211029)
lucy [Mon, 01 Oct 2018 12:07:15 +0200] rev 51966
8211145: [ppc] [s390]: Build fails due to -Werror=switch (introduced with JDK-8211029) Reviewed-by: shade, simonis
Thu, 20 Sep 2018 18:29:05 +0100 8210972: Add comment text to C1 patching code
aph [Thu, 20 Sep 2018 18:29:05 +0100] rev 51965
8210972: Add comment text to C1 patching code Reviewed-by: kvn
Mon, 01 Oct 2018 09:56:45 +0100 Merge
aph [Mon, 01 Oct 2018 09:56:45 +0100] rev 51964
Merge
Wed, 26 Sep 2018 18:11:00 +0100 8211170: AArch64: Warnings in C1 and template interpreter
aph [Wed, 26 Sep 2018 18:11:00 +0100] rev 51963
8211170: AArch64: Warnings in C1 and template interpreter Reviewed-by: adinn
Mon, 01 Oct 2018 00:52:37 -0400 8210926: vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java failed with JVMTI_ERROR_INVALID_CLASS in CDS mode
jiangli [Mon, 01 Oct 2018 00:52:37 -0400] rev 51962
8210926: vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java failed with JVMTI_ERROR_INVALID_CLASS in CDS mode Summary: Reset InstanceKlass _init_state to 'allocated' before writing out shared classes at dump time. Reviewed-by: dholmes, coleenp
Fri, 28 Sep 2018 14:53:41 -0700 8211291: Backout JDK-8210842 Handle JNIGlobalRefLocker.cpp
mikael [Fri, 28 Sep 2018 14:53:41 -0700] rev 51961
8211291: Backout JDK-8210842 Handle JNIGlobalRefLocker.cpp Reviewed-by: kbarrett, iignatyev, jcbeyler
Fri, 28 Sep 2018 14:11:21 -0700 8211176: Initialize ObjectMonitor eagerly
mikael [Fri, 28 Sep 2018 14:11:21 -0700] rev 51960
8211176: Initialize ObjectMonitor eagerly Reviewed-by: dholmes, adinn, redestad
Fri, 28 Sep 2018 16:07:39 -0400 8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
coleenp [Fri, 28 Sep 2018 16:07:39 -0400] rev 51959
8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files Reviewed-by: iklam, stuefe
Fri, 28 Sep 2018 13:15:01 -0700 8210810: Escaped character at specific position in argument file is not handled properly
henryjen [Fri, 28 Sep 2018 13:15:01 -0700] rev 51958
8210810: Escaped character at specific position in argument file is not handled properly Reviewed-by: alanb Contributed-by: Bo Zhang <zhangbodut@gmail.com>
Fri, 28 Sep 2018 13:01:28 -0700 8210842: Handle JNIGlobalRefLocker.cpp
jcbeyler [Fri, 28 Sep 2018 13:01:28 -0700] rev 51957
8210842: Handle JNIGlobalRefLocker.cpp Summary: Add checking for JNI calls via a new ExceptionCheckingJniEnv Reviewed-by: sspitsyn, amenkov, dholmes, mikael
Fri, 28 Sep 2018 14:31:36 -0400 8208473: [TESTBUG] nsk/jdb/exclude/exclude001/exclude001.java is timing out on solaris-sparc again
gadams [Fri, 28 Sep 2018 14:31:36 -0400] rev 51956
8208473: [TESTBUG] nsk/jdb/exclude/exclude001/exclude001.java is timing out on solaris-sparc again Reviewed-by: cjplummer, amenkov
Fri, 28 Sep 2018 12:04:47 -0700 8163083: SocketListeningConnector does not allow invocations with port 0
dtitov [Fri, 28 Sep 2018 12:04:47 -0700] rev 51955
8163083: SocketListeningConnector does not allow invocations with port 0 Reviewed-by: sspitsyn, amenkov, gadams, jcbeyler
Fri, 28 Sep 2018 18:28:49 +0200 8211268: Disable unsupported GCs for Zero
shade [Fri, 28 Sep 2018 18:28:49 +0200] rev 51954
8211268: Disable unsupported GCs for Zero Reviewed-by: sgehwolf, erikj
Fri, 28 Sep 2018 18:28:49 +0200 8211274: x86_32 build failures after JDK-8211029 (Have a common set of enabled warnings for all native libraries)
shade [Fri, 28 Sep 2018 18:28:49 +0200] rev 51953
8211274: x86_32 build failures after JDK-8211029 (Have a common set of enabled warnings for all native libraries) Reviewed-by: dholmes, tschatzl
Fri, 28 Sep 2018 18:28:48 +0200 8211272: x86_32 build failures after JDK-8210764 (Update avx512 implementation)
shade [Fri, 28 Sep 2018 18:28:48 +0200] rev 51952
8211272: x86_32 build failures after JDK-8210764 (Update avx512 implementation) Reviewed-by: rkennke, kvn
Fri, 28 Sep 2018 08:45:46 -0700 8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
dl [Fri, 28 Sep 2018 08:45:46 -0700] rev 51951
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09 Reviewed-by: martin, chegar
Fri, 28 Sep 2018 08:45:46 -0700 8210971: Add exception handling methods to CompletionStage and CompletableFuture
dl [Fri, 28 Sep 2018 08:45:46 -0700] rev 51950
8210971: Add exception handling methods to CompletionStage and CompletableFuture Reviewed-by: martin, chegar
Thu, 27 Sep 2018 17:13:07 +0200 8211208: make AllocateHeapAt an unsupported option on AIX
mbaesken [Thu, 27 Sep 2018 17:13:07 +0200] rev 51949
8211208: make AllocateHeapAt an unsupported option on AIX Reviewed-by: shade, tschatzl
Fri, 28 Sep 2018 15:39:31 +0300 8211212: ARM: -Werror=switch build failure
avoitylov [Fri, 28 Sep 2018 15:39:31 +0300] rev 51948
8211212: ARM: -Werror=switch build failure Reviewed-by: shade
Fri, 28 Sep 2018 12:47:09 +0100 8211092: test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java fails intermittently when cleaning up
chegar [Fri, 28 Sep 2018 12:47:09 +0100] rev 51947
8211092: test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java fails intermittently when cleaning up Reviewed-by: dfuchs
Fri, 28 Sep 2018 14:31:58 +0530 8207745: serviceability/sa/TestJmapCore.java times out parsing a 4GB hprof file
sballal [Fri, 28 Sep 2018 14:31:58 +0530] rev 51946
8207745: serviceability/sa/TestJmapCore.java times out parsing a 4GB hprof file Reviewed-by: dholmes, jgeorge
Fri, 28 Sep 2018 10:57:31 +0200 8211269: Make declaration of Allocation protected in MemAllocator
rkennke [Fri, 28 Sep 2018 10:57:31 +0200] rev 51945
8211269: Make declaration of Allocation protected in MemAllocator Reviewed-by: shade
Fri, 28 Sep 2018 15:42:20 +0800 8209546: Make sun/security/tools/keytool/autotest.sh to support macosx
jjiang [Fri, 28 Sep 2018 15:42:20 +0800] rev 51944
8209546: Make sun/security/tools/keytool/autotest.sh to support macosx Summary: Refactor autotest.sh to java test and remove standard.sh Reviewed-by: weijun
Thu, 27 Sep 2018 15:37:55 +0200 8211149: fix potential memleak in getJavaIDFromLangID after failing SetupI18nProps call [windows]
mbaesken [Thu, 27 Sep 2018 15:37:55 +0200] rev 51943
8211149: fix potential memleak in getJavaIDFromLangID after failing SetupI18nProps call [windows] Reviewed-by: naoto, lucy
Fri, 28 Sep 2018 09:20:46 +0200 8210964: add more ld preloading related info to hs_error file on Linux
mbaesken [Fri, 28 Sep 2018 09:20:46 +0200] rev 51942
8210964: add more ld preloading related info to hs_error file on Linux Reviewed-by: clanger, stuefe
Thu, 27 Sep 2018 15:56:40 -0700 8211036: Remove the NSK_STUB macros from vmTestbase for non jvmti
jcbeyler [Thu, 27 Sep 2018 15:56:40 -0700] rev 51941
8211036: Remove the NSK_STUB macros from vmTestbase for non jvmti Summary: Remove the NSK_STUB macros from code outside of the jvmti subfolder Reviewed-by: iignatyev, amenkov, dholmes
Thu, 27 Sep 2018 15:47:33 -0300 8211080: RawStringLiteralLangAPI.java test times out by default
jlaskey [Thu, 27 Sep 2018 15:47:33 -0300] rev 51940
8211080: RawStringLiteralLangAPI.java test times out by default Reviewed-by: jjg
Thu, 27 Sep 2018 11:39:45 -0700 Merge
prr [Thu, 27 Sep 2018 11:39:45 -0700] rev 51939
Merge
Thu, 27 Sep 2018 10:49:10 -0700 Merge
prr [Thu, 27 Sep 2018 10:49:10 -0700] rev 51938
Merge
Wed, 26 Sep 2018 18:36:55 +0100 8211165: License header is absent in a few J2Ddemo source code files
alitvinov [Wed, 26 Sep 2018 18:36:55 +0100] rev 51937
8211165: License header is absent in a few J2Ddemo source code files Reviewed-by: prr, iris
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip