Thu, 27 Oct 2016 11:14:30 +0200 8168662: Intrinsic support for event based tracing needs explicit control dependency
mgronlun [Thu, 27 Oct 2016 11:14:30 +0200] rev 42069
8168662: Intrinsic support for event based tracing needs explicit control dependency Reviewed-by: kvn, rehn
Thu, 27 Oct 2016 11:41:53 +0200 8168083: PPC64: Cleanup template interpreter after 8154580 and 8154867
mdoerr [Thu, 27 Oct 2016 11:41:53 +0200] rev 42068
8168083: PPC64: Cleanup template interpreter after 8154580 and 8154867 Reviewed-by: goetz, coleenp
Fri, 21 Oct 2016 10:14:54 +0200 8146009: "pure virtual method called" with using new GC logging mechanism
mlarsson [Fri, 21 Oct 2016 10:14:54 +0200] rev 42067
8146009: "pure virtual method called" with using new GC logging mechanism Reviewed-by: dsamersoff, dholmes, mchernov Contributed-by: marcus.larsson@oracle.com, michail.chernov@oracle.com
Fri, 21 Oct 2016 10:18:11 +0200 8166117: Add UTC timestamp decorator for UL
mlarsson [Fri, 21 Oct 2016 10:18:11 +0200] rev 42066
8166117: Add UTC timestamp decorator for UL Reviewed-by: rehn, rprotacio
Thu, 13 Oct 2016 14:49:34 +0200 8167673: [s390] The s390 port.
goetz [Thu, 13 Oct 2016 14:49:34 +0200] rev 42065
8167673: [s390] The s390 port. Summary: template interpreter, C1, C2 Reviewed-by: kvn, simonis
Wed, 05 Oct 2016 15:20:35 +0200 8167184: [s390] Extend relocations for pc-relative instructions.
goetz [Wed, 05 Oct 2016 15:20:35 +0200] rev 42064
8167184: [s390] Extend relocations for pc-relative instructions. Reviewed-by: kvn
Thu, 22 Sep 2016 18:29:15 +0200 8166561: [s390] Adaptions needed for s390 port in C1 and C2.
goetz [Thu, 22 Sep 2016 18:29:15 +0200] rev 42063
8166561: [s390] Adaptions needed for s390 port in C1 and C2. Reviewed-by: kvn
Thu, 22 Sep 2016 18:23:15 +0200 8166560: [s390] Basic enablement of s390 port.
goetz [Thu, 22 Sep 2016 18:23:15 +0200] rev 42062
8166560: [s390] Basic enablement of s390 port. Summary: Also fix problem with ARM Elf configuration. Reviewed-by: dholmes, coleenp
Tue, 25 Oct 2016 16:42:28 +0200 8168490: Use the LL/ULL suffixes to define 64-bit integer literals on Windows
simonis [Tue, 25 Oct 2016 16:42:28 +0200] rev 42061
8168490: Use the LL/ULL suffixes to define 64-bit integer literals on Windows Reviewed-by: dholmes, mgerdin, stuefe
Wed, 26 Oct 2016 20:13:29 +0000 Merge
rprotacio [Wed, 26 Oct 2016 20:13:29 +0000] rev 42060
Merge
Wed, 26 Oct 2016 15:46:13 -0400 8167995: -Xlog:defaultmethods=debug: lengthy method descriptor triggers "StringStream is re-allocated with a different ResourceMark"
rprotacio [Wed, 26 Oct 2016 15:46:13 -0400] rev 42059
8167995: -Xlog:defaultmethods=debug: lengthy method descriptor triggers "StringStream is re-allocated with a different ResourceMark" Summary: Removed nested ResourceMark declarations Reviewed-by: dholmes, hseigel
Wed, 26 Oct 2016 17:29:47 +0300 8165451: Convert WorkerDataArray_test to GTest
bmoloden [Wed, 26 Oct 2016 17:29:47 +0300] rev 42058
8165451: Convert WorkerDataArray_test to GTest Reviewed-by: jwilhelm
Wed, 26 Oct 2016 14:36:05 +0200 8164612: NoSuchMethodException when method name contains NULL or Latin-1 supplement character
thartmann [Wed, 26 Oct 2016 14:36:05 +0200] rev 42057
8164612: NoSuchMethodException when method name contains NULL or Latin-1 supplement character Summary: String length needs to be updated when converting from unicode to utf8. Reviewed-by: kvn, coleenp
Mon, 23 May 2016 19:46:43 +0200 8157455: Convert TestOS_test to GTest
jwilhelm [Mon, 23 May 2016 19:46:43 +0200] rev 42056
8157455: Convert TestOS_test to GTest Reviewed-by: dholmes, rehn
Fri, 20 May 2016 16:45:00 +0200 8157453: Convert DependencyContext_test to GTest
jwilhelm [Fri, 20 May 2016 16:45:00 +0200] rev 42055
8157453: Convert DependencyContext_test to GTest Reviewed-by: dholmes, rehn, kzhaldyb
Wed, 11 May 2016 23:33:24 +0200 8156800: Convert QuickSort_test to GTest
jwilhelm [Wed, 11 May 2016 23:33:24 +0200] rev 42054
8156800: Convert QuickSort_test to GTest Reviewed-by: rehn, kzhaldyb, rprotacio, mlarsson
Mon, 24 Oct 2016 13:36:06 -0400 8168567: Fix for 8166972 breaks aarch64 build
drwhite [Mon, 24 Oct 2016 13:36:06 -0400] rev 42053
8168567: Fix for 8166972 breaks aarch64 build Summary: Addded missing #endif for aarch64 code. Reviewed-by: kvn, aph Contributed-by: Ningsheng Jian <ningsheng.jian@linaro.org>
Wed, 26 Oct 2016 14:58:14 +0530 8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present.
vtewari [Wed, 26 Oct 2016 14:58:14 +0530] rev 42052
8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present. Summary: Removed dependency of java.management over jdk.management. Reviewed-by: mchung, dfuchs, dholmes Contributed-by: amit.sapre@oracle.com
Mon, 24 Oct 2016 14:12:32 -0700 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer [Mon, 24 Oct 2016 14:12:32 -0700] rev 42051
8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133 Summary: Partly undid the changes for 8159284, which are the cause of this CR. Reviewed-by: dholmes, coleenp, dcubed
Mon, 24 Oct 2016 11:48:30 -0700 8168317: [JVMCI] use reflection instead of jdk 9 Module API in Services.java
kvn [Mon, 24 Oct 2016 11:48:30 -0700] rev 42050
8168317: [JVMCI] use reflection instead of jdk 9 Module API in Services.java Reviewed-by: iveresov, twisti
Mon, 24 Oct 2016 16:27:13 +0000 Merge
jprovino [Mon, 24 Oct 2016 16:27:13 +0000] rev 42049
Merge
Mon, 24 Oct 2016 10:10:30 -0400 8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
jprovino [Mon, 24 Oct 2016 10:10:30 -0400] rev 42048
8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark Summary: The call to ClassLoaderDataGraph::clear_claimed_marks() during initial mark in g1CollectedHeap.cpp:4420 is misplaced. Reviewed-by: tschatzl, kbarrett
Mon, 24 Oct 2016 14:51:54 +0300 8160376: DebuggerException: Can't attach symbolicator to the process
dsamersoff [Mon, 24 Oct 2016 14:51:54 +0300] rev 42047
8160376: DebuggerException: Can't attach symbolicator to the process Summary: Make SA link to JavaRuntimeSupport in MacOS X Reviewed-by: dsamersoff, dcubed Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
Mon, 24 Oct 2016 09:55:58 +0200 Merge
sla [Mon, 24 Oct 2016 09:55:58 +0200] rev 42046
Merge
Mon, 24 Oct 2016 09:05:13 +0200 8168483: Remove jtreg timeout handler timeout
sla [Mon, 24 Oct 2016 09:05:13 +0200] rev 42045
8168483: Remove jtreg timeout handler timeout Reviewed-by: dholmes, tbell
Thu, 06 Oct 2016 18:04:11 +0200 8167299: -XX:+PrintRelocations crashes the VM
simonis [Thu, 06 Oct 2016 18:04:11 +0200] rev 42044
8167299: -XX:+PrintRelocations crashes the VM Reviewed-by: kvn
Fri, 21 Oct 2016 22:26:51 -0400 8166862: CMS needs klass_or_null_acquire
kbarrett [Fri, 21 Oct 2016 22:26:51 -0400] rev 42043
8166862: CMS needs klass_or_null_acquire Summary: Change CMS non-assert uses of klass_or_null to klass_or_null_acquire. Reviewed-by: tschatzl, mgerdin
Fri, 21 Oct 2016 17:51:33 -0700 8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
dlong [Fri, 21 Oct 2016 17:51:33 -0700] rev 42042
8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame Summary: add range check for sender_sp Reviewed-by: aph, dcubed
Fri, 21 Oct 2016 13:07:32 -0700 8165661: SPECjvm2008-crypto.signverify regression in 9-b105
rraghavan [Fri, 21 Oct 2016 13:07:32 -0700] rev 42041
8165661: SPECjvm2008-crypto.signverify regression in 9-b105 Summary: Reverted part change done earlier for 8145322 - removed the (CastII (AddI x const)) -> (AddI (CastII x) const) transformation Reviewed-by: roland, kvn, thartmann
Fri, 21 Oct 2016 20:12:47 +0200 8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection
neliasso [Fri, 21 Oct 2016 20:12:47 +0200] rev 42040
8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection Summary: Refactor code removing virtual call Reviewed-by: kvn, twisti
Fri, 21 Oct 2016 10:16:09 -0700 8165381: Update for x86 SHA512 using AVX2
kvn [Fri, 21 Oct 2016 10:16:09 -0700] rev 42039
8165381: Update for x86 SHA512 using AVX2 Summary: Add intrinsics for x86 AVX2 architecture with no SHA instructions. Reviewed-by: kvn Contributed-by: smita.kamath@intel.com
Fri, 21 Oct 2016 17:55:02 +0200 Merge
mgronlun [Fri, 21 Oct 2016 17:55:02 +0200] rev 42038
Merge
Fri, 21 Oct 2016 16:20:18 +0200 8166806: Add intrinsic support for writer used in event based tracing
mgronlun [Fri, 21 Oct 2016 16:20:18 +0200] rev 42037
8166806: Add intrinsic support for writer used in event based tracing Reviewed-by: kvn, egahlin
Fri, 21 Oct 2016 17:04:13 +0300 8168479: Quarantine serviceability/jdwp/AllModulesCommandTest.java test
akulyakh [Fri, 21 Oct 2016 17:04:13 +0300] rev 42036
8168479: Quarantine serviceability/jdwp/AllModulesCommandTest.java test Summary: Quarantining a test Reviewed-by: sla
Fri, 21 Oct 2016 12:30:12 +0300 8164383: jhsdb dumps core on Solaris 12 when loading dumped core
dsamersoff [Fri, 21 Oct 2016 12:30:12 +0300] rev 42035
8164383: jhsdb dumps core on Solaris 12 when loading dumped core Summary: Add the required extra parameters to Plookup_by_addr() and proc_arg_grab() as per the change to libproc with Solaris 12. Reviewed-by: dsamersoff, sspitsyn Contributed-by: jini.george@oracle.com
Fri, 21 Oct 2016 10:27:32 +0200 8166684: PPC64: implement intrinsic code with vector instructions for Unsafe.copyMemory()
mdoerr [Fri, 21 Oct 2016 10:27:32 +0200] rev 42034
8166684: PPC64: implement intrinsic code with vector instructions for Unsafe.copyMemory() Reviewed-by: simonis, mdoerr Contributed-by: Michihiro Horie <horie@jp.ibm.com>
Thu, 20 Oct 2016 17:05:26 -0700 Merge
amurillo [Thu, 20 Oct 2016 17:05:26 -0700] rev 42033
Merge
Thu, 20 Oct 2016 21:41:14 +0000 Merge
iklam [Thu, 20 Oct 2016 21:41:14 +0000] rev 42032
Merge
Thu, 20 Oct 2016 13:41:07 -0700 8166203: NoClassDefFoundError should not be thrown if class is in_error_state at link time
iklam [Thu, 20 Oct 2016 13:41:07 -0700] rev 42031
8166203: NoClassDefFoundError should not be thrown if class is in_error_state at link time Reviewed-by: coleenp, dholmes, sspitsyn
Thu, 20 Oct 2016 23:09:03 +0300 8159817: Convert FreeRegionList_test to GTest
kzhaldyb [Thu, 20 Oct 2016 23:09:03 +0300] rev 42030
8159817: Convert FreeRegionList_test to GTest Reviewed-by: kbarrett
Thu, 20 Oct 2016 16:53:39 +0300 8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java
dpochepk [Thu, 20 Oct 2016 16:53:39 +0300] rev 42029
8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java Reviewed-by: kvn
Thu, 20 Oct 2016 10:51:54 +0300 8166910: Convert TestNewSize_test to GTest
kzhaldyb [Thu, 20 Oct 2016 10:51:54 +0300] rev 42028
8166910: Convert TestNewSize_test to GTest 8166911: Convert TestOldSize_test to GTest Reviewed-by: jwilhelm
Wed, 19 Oct 2016 18:57:06 +0000 Merge
dnsimon [Wed, 19 Oct 2016 18:57:06 +0000] rev 42027
Merge
Wed, 19 Oct 2016 20:15:35 +0200 8168295: [JVMCI] -XX:+JVMCIPrintProperties should exit after printing
dnsimon [Wed, 19 Oct 2016 20:15:35 +0200] rev 42026
8168295: [JVMCI] -XX:+JVMCIPrintProperties should exit after printing Reviewed-by: kvn, twisti
Wed, 19 Oct 2016 17:53:01 +0000 Merge
kvn [Wed, 19 Oct 2016 17:53:01 +0000] rev 42025
Merge
Wed, 19 Oct 2016 10:48:48 -0700 8164002: Add a new CPU family (S_family) for SPARC S7 and above processors
mwalsh [Wed, 19 Oct 2016 10:48:48 -0700] rev 42024
8164002: Add a new CPU family (S_family) for SPARC S7 and above processors Reviewed-by: dholmes, ecaspole, kvn
Wed, 19 Oct 2016 16:56:31 +0000 Merge
dfazunen [Wed, 19 Oct 2016 16:56:31 +0000] rev 42023
Merge
Wed, 19 Oct 2016 10:06:55 +0300 8166724: gc/g1/TestHumongousShrinkHeap.java fails with OOME
lmesnik [Wed, 19 Oct 2016 10:06:55 +0300] rev 42022
8166724: gc/g1/TestHumongousShrinkHeap.java fails with OOME Reviewed-by: dfazunen, jwilhelm
Wed, 19 Oct 2016 10:10:51 +0300 8155570: serviceability/tmtools/jstat/GcTest02.java fails with parallel GC
lmesnik [Wed, 19 Oct 2016 10:10:51 +0300] rev 42021
8155570: serviceability/tmtools/jstat/GcTest02.java fails with parallel GC Reviewed-by: jwilhelm
Tue, 18 Oct 2016 14:27:48 +0300 8166289: RuntimeException: canRead() reports false for reading from the same module: expected true, was false
akulyakh [Tue, 18 Oct 2016 14:27:48 +0300] rev 42020
8166289: RuntimeException: canRead() reports false for reading from the same module: expected true, was false Summary: A fix in the JDWP test along with some extra logging added Reviewed-by: sspitsyn
Wed, 19 Oct 2016 12:10:43 +0200 Merge
kzhaldyb [Wed, 19 Oct 2016 12:10:43 +0200] rev 42019
Merge
Wed, 28 Sep 2016 17:18:45 +0300 8166563: Convert GuardedMemory_test to Gtest
kzhaldyb [Wed, 28 Sep 2016 17:18:45 +0300] rev 42018
8166563: Convert GuardedMemory_test to Gtest Reviewed-by: iignatyev
Wed, 28 Sep 2016 17:26:43 +0300 8166804: Convert TestMetachunk_test to GTest
kzhaldyb [Wed, 28 Sep 2016 17:26:43 +0300] rev 42017
8166804: Convert TestMetachunk_test to GTest Reviewed-by: iignatyev
Thu, 06 Oct 2016 16:32:46 +0200 8166790: Add stress test GCBasher
ehelin [Thu, 06 Oct 2016 16:32:46 +0200] rev 42016
8166790: Add stress test GCBasher Reviewed-by: dfazunen, dholmes, erikj, tschatzl, lmesnik
Mon, 17 Oct 2016 05:44:43 -0700 8167421: AArch64: in one core system, fatal error: Illegal threadstate encountered
hshi [Mon, 17 Oct 2016 05:44:43 -0700] rev 42015
8167421: AArch64: in one core system, fatal error: Illegal threadstate encountered Summary: adding missing thread state store when os::is_MP() is false Reviewed-by: aph
Tue, 18 Oct 2016 19:08:24 -0700 8167987: change merge context to clear for mask register usage model
mcberg [Tue, 18 Oct 2016 19:08:24 -0700] rev 42014
8167987: change merge context to clear for mask register usage model Reviewed-by: kvn
Thu, 17 Nov 2016 17:50:06 +0000 Added tag jdk-9+145 for changeset 62743782a2cd
lana [Thu, 17 Nov 2016 17:50:06 +0000] rev 42013
Added tag jdk-9+145 for changeset 62743782a2cd
Mon, 21 Nov 2016 18:47:40 +0000 Merge
lana [Mon, 21 Nov 2016 18:47:40 +0000] rev 42012
Merge
Wed, 09 Nov 2016 15:32:39 +0100 Merge
jwilhelm [Wed, 09 Nov 2016 15:32:39 +0100] rev 42011
Merge
Tue, 25 Oct 2016 14:49:48 +0300 8165500: TestJpsJar shouldn't jar all test.classpath directories
dsamersoff [Tue, 25 Oct 2016 14:49:48 +0300] rev 42010
8165500: TestJpsJar shouldn't jar all test.classpath directories Summary: Refactor test to better handle errors Reviewed-by: sspitsyn
Mon, 24 Oct 2016 09:12:40 +0200 8168414: Various timeouthandler fixes
sla [Mon, 24 Oct 2016 09:12:40 +0200] rev 42009
8168414: Various timeouthandler fixes Reviewed-by: mlarsson
Fri, 21 Oct 2016 15:40:47 +0200 8168412: Reduce buffering in jtreg timeouthandler
sla [Fri, 21 Oct 2016 15:40:47 +0200] rev 42008
8168412: Reduce buffering in jtreg timeouthandler Reviewed-by: mlarsson
Thu, 20 Oct 2016 17:05:26 -0700 Merge
amurillo [Thu, 20 Oct 2016 17:05:26 -0700] rev 42007
Merge
Thu, 20 Oct 2016 16:53:35 +0300 8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java
dpochepk [Thu, 20 Oct 2016 16:53:35 +0300] rev 42006
8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java Reviewed-by: kvn
Wed, 28 Sep 2016 16:41:38 +0200 8166790: Add stress test GCBasher
ehelin [Wed, 28 Sep 2016 16:41:38 +0200] rev 42005
8166790: Add stress test GCBasher Reviewed-by: dfazunen, dholmes, erikj, tschatzl, lmesnik
Thu, 17 Nov 2016 17:50:05 +0000 Added tag jdk-9+145 for changeset b57b4dfdfeae
lana [Thu, 17 Nov 2016 17:50:05 +0000] rev 42004
Added tag jdk-9+145 for changeset b57b4dfdfeae
Wed, 05 Jul 2017 22:27:21 +0200 Added tag jdk-9+145 for changeset 3ee4e7827413
duke [Wed, 05 Jul 2017 22:27:21 +0200] rev 42003
Added tag jdk-9+145 for changeset 3ee4e7827413
Wed, 05 Jul 2017 22:27:20 +0200 Merge jdk-9+145
duke [Wed, 05 Jul 2017 22:27:20 +0200] rev 42002
Merge
Wed, 05 Jul 2017 22:27:15 +0200 Merge
duke [Wed, 05 Jul 2017 22:27:15 +0200] rev 42001
Merge
Mon, 14 Nov 2016 16:33:48 -0800 8167967: javadoc should identify the ordinal value of enum constants
ksrini [Mon, 14 Nov 2016 16:33:48 -0800] rev 42000
8167967: javadoc should identify the ordinal value of enum constants Reviewed-by: jjg
Mon, 14 Nov 2016 19:45:41 +0530 8168312: javac throws NPE if annotation processor is specified and module is declared in a file named arbitrarily
sadayapalam [Mon, 14 Nov 2016 19:45:41 +0530] rev 41999
8168312: javac throws NPE if annotation processor is specified and module is declared in a file named arbitrarily Reviewed-by: jlahoda
Sat, 12 Nov 2016 09:26:08 -0800 8169606: jdeps --list-reduced-deps should not show java.base as all modules require it
mchung [Sat, 12 Nov 2016 09:26:08 -0800] rev 41998
8169606: jdeps --list-reduced-deps should not show java.base as all modules require it Reviewed-by: dfuchs
Fri, 11 Nov 2016 17:32:21 -0800 8168386: Fix jdeps verbose options
mchung [Fri, 11 Nov 2016 17:32:21 -0800] rev 41997
8168386: Fix jdeps verbose options Reviewed-by: dfuchs, lancea
Fri, 11 Nov 2016 11:50:11 -0800 8166333: jshell tool: shortcut var does not import its type
rfield [Fri, 11 Nov 2016 11:50:11 -0800] rev 41996
8166333: jshell tool: shortcut var does not import its type Reviewed-by: jlahoda
Fri, 11 Nov 2016 17:45:29 +0100 8169599: Several JShell tests are failing on Solaris after JDK-8145838
jlahoda [Fri, 11 Nov 2016 17:45:29 +0100] rev 41995
8169599: Several JShell tests are failing on Solaris after JDK-8145838 Summary: Partially reverting e43f670394ca Reviewed-by: rfield
Fri, 11 Nov 2016 12:54:47 +0100 8145838: JShell: restrict RemoteAgent connection socket to localhost
jlahoda [Fri, 11 Nov 2016 12:54:47 +0100] rev 41994
8145838: JShell: restrict RemoteAgent connection socket to localhost Summary: Also reviewed by Chris Ries Reviewed-by: rfield
Fri, 11 Nov 2016 05:56:09 +0000 Merge
lana [Fri, 11 Nov 2016 05:56:09 +0000] rev 41993
Merge
Thu, 10 Nov 2016 13:29:34 -0800 8169447: javac should detect/reject repeated use of --patch-module on command line
jjg [Thu, 10 Nov 2016 13:29:34 -0800] rev 41992
8169447: javac should detect/reject repeated use of --patch-module on command line Reviewed-by: jlahoda
Thu, 10 Nov 2016 17:27:01 +0100 8166700: NPE during invoking getEnclosedElements() on javax.lang.model.element.Element instance representing a package
jlahoda [Thu, 10 Nov 2016 17:27:01 +0100] rev 41991
8166700: NPE during invoking getEnclosedElements() on javax.lang.model.element.Element instance representing a package Summary: Should not strip first parameter of a local class constructor for local classes in initializers. Reviewed-by: jjg
Tue, 08 Nov 2016 12:56:17 -0800 8166379: IAE while invoking javadoc with --patch-module
ksrini [Tue, 08 Nov 2016 12:56:17 -0800] rev 41990
8166379: IAE while invoking javadoc with --patch-module Reviewed-by: jjg
Fri, 11 Nov 2016 05:11:55 +0000 Added tag jdk-9+144 for changeset a4ee110842fb
lana [Fri, 11 Nov 2016 05:11:55 +0000] rev 41989
Added tag jdk-9+144 for changeset a4ee110842fb
Wed, 05 Jul 2017 22:27:05 +0200 Merge
duke [Wed, 05 Jul 2017 22:27:05 +0200] rev 41988
Merge
Fri, 11 Nov 2016 05:11:53 +0000 Added tag jdk-9+144 for changeset f692ed885b0c
lana [Fri, 11 Nov 2016 05:11:53 +0000] rev 41987
Added tag jdk-9+144 for changeset f692ed885b0c
Wed, 05 Jul 2017 22:26:58 +0200 Merge
duke [Wed, 05 Jul 2017 22:26:58 +0200] rev 41986
Merge
Fri, 11 Nov 2016 05:11:53 +0000 Added tag jdk-9+144 for changeset 773cd6c4b8e7
lana [Fri, 11 Nov 2016 05:11:53 +0000] rev 41985
Added tag jdk-9+144 for changeset 773cd6c4b8e7
Wed, 05 Jul 2017 22:26:50 +0200 Merge
duke [Wed, 05 Jul 2017 22:26:50 +0200] rev 41984
Merge
Mon, 14 Nov 2016 22:33:33 -0800 8156615: Catch parameter can be a BindingPattern in ES6 mode
sdama [Mon, 14 Nov 2016 22:33:33 -0800] rev 41983
8156615: Catch parameter can be a BindingPattern in ES6 mode Summary: Added parser support for catch parameter being a binding pattern Reviewed-by: sundar, hannesw, attila Contributed-by: srinivas.dama@oracle.com
Fri, 11 Nov 2016 18:56:37 +0100 8168049: Fix Performance of Lexer.isJSWhitespace
hannesw [Fri, 11 Nov 2016 18:56:37 +0100] rev 41982
8168049: Fix Performance of Lexer.isJSWhitespace Reviewed-by: sundar, attila
Fri, 11 Nov 2016 15:50:51 +0100 8168373: don't emit conversions for symbols outside their lexical scope
attila [Fri, 11 Nov 2016 15:50:51 +0100] rev 41981
8168373: don't emit conversions for symbols outside their lexical scope Reviewed-by: hannesw, sundar
Fri, 11 Nov 2016 05:11:55 +0000 Added tag jdk-9+144 for changeset d55f24e8953e
lana [Fri, 11 Nov 2016 05:11:55 +0000] rev 41980
Added tag jdk-9+144 for changeset d55f24e8953e
Wed, 05 Jul 2017 22:26:41 +0200 Merge
duke [Wed, 05 Jul 2017 22:26:41 +0200] rev 41979
Merge
Fri, 11 Nov 2016 05:11:52 +0000 Added tag jdk-9+144 for changeset 4a00f20b9fe2
lana [Fri, 11 Nov 2016 05:11:52 +0000] rev 41978
Added tag jdk-9+144 for changeset 4a00f20b9fe2
Wed, 05 Jul 2017 22:26:34 +0200 Merge
duke [Wed, 05 Jul 2017 22:26:34 +0200] rev 41977
Merge
Tue, 15 Nov 2016 08:40:36 -0800 8168500: (se) EPollArrayWrapper optimization for update events should be robust to dynamic changes in file descriptor resource limits
bpb [Tue, 15 Nov 2016 08:40:36 -0800] rev 41976
8168500: (se) EPollArrayWrapper optimization for update events should be robust to dynamic changes in file descriptor resource limits Summary: Make eventsHigh final and always initialize it to an empty Map. Reviewed-by: alanb
Tue, 15 Nov 2016 10:53:32 -0400 8169720: jimage help message for --include option should be corrected
jlaskey [Tue, 15 Nov 2016 10:53:32 -0400] rev 41975
8169720: jimage help message for --include option should be corrected Reviewed-by: alanb, sundar
Mon, 14 Nov 2016 13:32:15 -0800 8168931: Few OCSP related test failed with "Response is unreliable: its validity interval is out-of-date"
ascarpino [Mon, 14 Nov 2016 13:32:15 -0800] rev 41974
8168931: Few OCSP related test failed with "Response is unreliable: its validity interval is out-of-date" Reviewed-by: mullan
Mon, 14 Nov 2016 10:13:38 -0800 8168861: AnchorCertificates uses hardcoded password for cacerts keystore
ascarpino [Mon, 14 Nov 2016 10:13:38 -0800] rev 41973
8168861: AnchorCertificates uses hardcoded password for cacerts keystore Reviewed-by: vinnie, mullan
Tue, 08 Nov 2016 16:18:41 +0300 8169316: com/sun/net/httpserver tests have undeclared dependency on java.logging
skovalev [Tue, 08 Nov 2016 16:18:41 +0300] rev 41972
8169316: com/sun/net/httpserver tests have undeclared dependency on java.logging Reviewed-by: chegar
Thu, 28 Jan 2016 23:13:50 -0500 8169556: Wrapping of FileInputStream's native skip and available methods
rriggs [Thu, 28 Jan 2016 23:13:50 -0500] rev 41971
8169556: Wrapping of FileInputStream's native skip and available methods Summary: Wrap further native methods in FileInputStreams Reviewed-by: chegar, bpb, rriggs Contributed-by: sunny.chan@gs.com
Mon, 14 Nov 2016 10:07:10 +0100 8169595: jshell tool: pasting multiple lines hangs input
jlahoda [Mon, 14 Nov 2016 10:07:10 +0100] rev 41970
8169595: jshell tool: pasting multiple lines hangs input Summary: Need to allow newlines in the user's input. Reviewed-by: rfield
Fri, 11 Nov 2016 13:11:27 +0000 8164815: 3 JCK NetworkInterface tests fail on Raspberry Pi
msheppar [Fri, 11 Nov 2016 13:11:27 +0000] rev 41969
8164815: 3 JCK NetworkInterface tests fail on Raspberry Pi Reviewed-by: chegar, alanb
Fri, 11 Nov 2016 05:55:45 +0000 Merge
lana [Fri, 11 Nov 2016 05:55:45 +0000] rev 41968
Merge
Fri, 11 Nov 2016 11:31:17 +0800 8169041: com/sun/corba/cachedSocket should be added to exclusiveAccess.dirs
amlu [Fri, 11 Nov 2016 11:31:17 +0800] rev 41967
8169041: com/sun/corba/cachedSocket should be added to exclusiveAccess.dirs Reviewed-by: chegar
Thu, 10 Nov 2016 15:19:47 -0800 8169001: Remove launcher's built-in ergonomics
ksrini [Thu, 10 Nov 2016 15:19:47 -0800] rev 41966
8169001: Remove launcher's built-in ergonomics Reviewed-by: dholmes, erikj
Wed, 09 Nov 2016 14:24:41 +0300 8169196: [TESTBUG] Three tests from sun/net/www have undeclared dependencies
skovalev [Wed, 09 Nov 2016 14:24:41 +0300] rev 41965
8169196: [TESTBUG] Three tests from sun/net/www have undeclared dependencies Reviewed-by: dfuchs
Thu, 10 Nov 2016 08:59:34 +0000 8169362: Interop automated testing with Chrome
xuelei [Thu, 10 Nov 2016 08:59:34 +0000] rev 41964
8169362: Interop automated testing with Chrome Reviewed-by: wetmore, jnimeh, asmotrak
Wed, 09 Nov 2016 10:36:32 -0800 8164934: Optional.map() javadoc code example
psandoz [Wed, 09 Nov 2016 10:36:32 -0800] rev 41963
8164934: Optional.map() javadoc code example Reviewed-by: forax, chegar
Tue, 08 Nov 2016 18:02:50 +0530 8169191: (tz) Support tzdata2016i
rpatil [Tue, 08 Nov 2016 18:02:50 +0530] rev 41962
8169191: (tz) Support tzdata2016i Reviewed-by: martin, okutsu
Tue, 08 Nov 2016 16:54:28 -0800 8169229: RSAClientKeyExchange debug info is incorrect
wetmore [Tue, 08 Nov 2016 16:54:28 -0800] rev 41961
8169229: RSAClientKeyExchange debug info is incorrect Reviewed-by: xuelei
Tue, 08 Nov 2016 15:55:11 -0800 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
asmotrak [Tue, 08 Nov 2016 15:55:11 -0800] rev 41960
8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar Reviewed-by: weijun, mullan
Tue, 08 Nov 2016 14:29:14 -0800 8168862: Tighten permissions granted to the jdk.zipfs module
sherman [Tue, 08 Nov 2016 14:29:14 -0800] rev 41959
8168862: Tighten permissions granted to the jdk.zipfs module Reviewed-by: mullan, mchung, lancea, bpb
Tue, 08 Nov 2016 12:36:21 -0800 8166735: JarFile#getVersion spec clarification for unversioned jars
psandoz [Tue, 08 Nov 2016 12:36:21 -0800] rev 41958
8166735: JarFile#getVersion spec clarification for unversioned jars Reviewed-by: mchung, alanb
Tue, 08 Nov 2016 12:36:13 -0800 8165782: java.util.jar.JarFile.runtimeVersion() spec needs clarification
psandoz [Tue, 08 Nov 2016 12:36:13 -0800] rev 41957
8165782: java.util.jar.JarFile.runtimeVersion() spec needs clarification Reviewed-by: mchung, alanb
Tue, 08 Nov 2016 13:23:16 +0100 8168911: Increased number of classes initialized during initialization of SignatureFileVerifier
redestad [Tue, 08 Nov 2016 13:23:16 +0100] rev 41956
8168911: Increased number of classes initialized during initialization of SignatureFileVerifier Reviewed-by: ascarpino
Tue, 08 Nov 2016 14:48:55 +0530 8166994: Improve sun.util.locale.LocaleMatcher
nishjain [Tue, 08 Nov 2016 14:48:55 +0530] rev 41955
8166994: Improve sun.util.locale.LocaleMatcher Reviewed-by: okutsu, naoto, peytoia
Tue, 08 Nov 2016 06:22:31 +0000 8169318: Dump the reproduced packet in DTLSOverDatagram.java
xuelei [Tue, 08 Nov 2016 06:22:31 +0000] rev 41954
8169318: Dump the reproduced packet in DTLSOverDatagram.java Reviewed-by: mullan
Mon, 07 Nov 2016 14:36:27 -0400 8155756: Better context for some jlink exceptions
jlaskey [Mon, 07 Nov 2016 14:36:27 -0400] rev 41953
8155756: Better context for some jlink exceptions Reviewed-by: mchung
Fri, 11 Nov 2016 05:11:53 +0000 Added tag jdk-9+144 for changeset 612b698f8b8f
lana [Fri, 11 Nov 2016 05:11:53 +0000] rev 41952
Added tag jdk-9+144 for changeset 612b698f8b8f
Wed, 05 Jul 2017 22:26:22 +0200 Merge
duke [Wed, 05 Jul 2017 22:26:22 +0200] rev 41951
Merge
Fri, 11 Nov 2016 05:11:52 +0000 Added tag jdk-9+144 for changeset 458b7becdccc
lana [Fri, 11 Nov 2016 05:11:52 +0000] rev 41950
Added tag jdk-9+144 for changeset 458b7becdccc
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip