Fri, 01 Sep 2017 11:54:58 -0700 8187021: Remove 2 redundant <p> tags in java.base API docs
jjg [Fri, 01 Sep 2017 11:54:58 -0700] rev 47117
8187021: Remove 2 redundant <p> tags in java.base API docs Reviewed-by: darcy
Fri, 01 Sep 2017 18:18:09 +0100 8187044: HttpClient ConnectionPool may spawn several concurrent CacheCleaner and prevent early GC of HttpClient.
dfuchs [Fri, 01 Sep 2017 18:18:09 +0100] rev 47116
8187044: HttpClient ConnectionPool may spawn several concurrent CacheCleaner and prevent early GC of HttpClient. Summary: Fixes CacheCleaner creation logic in ConnectionPool. Reviewed-by: chegar
Fri, 01 Sep 2017 08:15:52 -0700 8186751: Add ISO-8859-16 Charset support
sherman [Fri, 01 Sep 2017 08:15:52 -0700] rev 47115
8186751: Add ISO-8859-16 Charset support Reviewed-by: alanb
Fri, 01 Sep 2017 14:15:37 +0000 Merge
asaha [Fri, 01 Sep 2017 14:15:37 +0000] rev 47114
Merge
Fri, 01 Sep 2017 14:14:44 +0000 Added tag jdk-10+22 for changeset 98e444a1b204
asaha [Fri, 01 Sep 2017 14:14:44 +0000] rev 47113
Added tag jdk-10+22 for changeset 98e444a1b204
Thu, 31 Aug 2017 22:21:20 -0700 8187023: Cannot read pkcs11 config file in UTF-16 environment
igerasim [Thu, 31 Aug 2017 22:21:20 -0700] rev 47112
8187023: Cannot read pkcs11 config file in UTF-16 environment Reviewed-by: ascarpino
Sat, 09 Sep 2017 14:35:49 +0200 Merge
duke [Sat, 09 Sep 2017 14:35:49 +0200] rev 47111
Merge
Sun, 03 Sep 2017 13:39:27 +0000 Merge
jwilhelm [Sun, 03 Sep 2017 13:39:27 +0000] rev 47110
Merge
Thu, 31 Aug 2017 10:28:25 +0800 8187022: AArch64: UBFX instructions have wrong format string
njian [Thu, 31 Aug 2017 10:28:25 +0800] rev 47109
8187022: AArch64: UBFX instructions have wrong format string Reviewed-by: aph Contributed-by: daniel.stewart@linaro.org
Sun, 03 Sep 2017 14:19:45 +0200 Merge
jwilhelm [Sun, 03 Sep 2017 14:19:45 +0200] rev 47108
Merge
Fri, 01 Sep 2017 13:03:14 +0000 Merge
gziemski [Fri, 01 Sep 2017 13:03:14 +0000] rev 47107
Merge
Thu, 31 Aug 2017 20:26:53 -0500 8173715: Remove FlatProfiler
gziemski [Thu, 31 Aug 2017 20:26:53 -0500] rev 47106
8173715: Remove FlatProfiler Summary: Obsoleted Xprof flag, removed FlatProfiler code Reviewed-by: dholmes, coleenp, vlivanov, pliden
Fri, 01 Sep 2017 01:03:20 -0700 8186902: jcmd GC.run should not be blocked by DisableExplicitGC
kevinw [Fri, 01 Sep 2017 01:03:20 -0700] rev 47105
8186902: jcmd GC.run should not be blocked by DisableExplicitGC Reviewed-by: mgerdin, sspitsyn
Thu, 31 Aug 2017 17:06:10 +0000 Merge
ccheung [Thu, 31 Aug 2017 17:06:10 +0000] rev 47104
Merge
Mon, 28 Aug 2017 15:34:04 -0700 8186842: Use Java class loaders for creating the CDS archive
ccheung [Mon, 28 Aug 2017 15:34:04 -0700] rev 47103
8186842: Use Java class loaders for creating the CDS archive Reviewed-by: coleenp, jiangli, iklam, mseledtsov Contributed-by: calvin.cheung@oracle.com, ioi.lam@oracle.com
Thu, 31 Aug 2017 18:34:40 +0200 8186982: [aix] Garbage output for CPU info in hs-err file
stuefe [Thu, 31 Aug 2017 18:34:40 +0200] rev 47102
8186982: [aix] Garbage output for CPU info in hs-err file Reviewed-by: goetz, simonis Contributed-by: arno.zeller@sap.com
Thu, 31 Aug 2017 16:29:58 +0200 Merge
bobv [Thu, 31 Aug 2017 16:29:58 +0200] rev 47101
Merge
Tue, 29 Aug 2017 15:53:04 -0400 8186248: Allow more flexibility in selecting Heap % of available RAM
bobv [Tue, 29 Aug 2017 15:53:04 -0400] rev 47100
8186248: Allow more flexibility in selecting Heap % of available RAM Reviewed-by: dholmes, drwhite
Thu, 31 Aug 2017 08:18:47 +0200 8186837: Memory ordering nmethod, _state and _stack_traversal_mark
rehn [Thu, 31 Aug 2017 08:18:47 +0200] rev 47099
8186837: Memory ordering nmethod, _state and _stack_traversal_mark Reviewed-by: dholmes, rkennke
Wed, 30 Aug 2017 19:18:22 -0400 8164207: Checking missing load-acquire in relation to _pd_set in dictionary.cpp
coleenp [Wed, 30 Aug 2017 19:18:22 -0400] rev 47098
8164207: Checking missing load-acquire in relation to _pd_set in dictionary.cpp Summary: Use load_acquire for accessing DictionaryEntry::_pd_set since it's accessed outside the SystemDictionary_lock Reviewed-by: zgu, twisti, dholmes, adinn
Wed, 30 Aug 2017 15:48:47 +0200 8186797: cardtable_rs in g1CollectedHeap::initialize() defined, but never used
zgu [Wed, 30 Aug 2017 15:48:47 +0200] rev 47097
8186797: cardtable_rs in g1CollectedHeap::initialize() defined, but never used Reviewed-by: tschatzl, ehelin
Wed, 30 Aug 2017 13:04:44 +0000 Merge
coleenp [Wed, 30 Aug 2017 13:04:44 +0000] rev 47096
Merge
Wed, 30 Aug 2017 07:18:02 -0400 8181170: resolved_references array leaks for RedefineClasses
coleenp [Wed, 30 Aug 2017 07:18:02 -0400] rev 47095
8181170: resolved_references array leaks for RedefineClasses Summary: clear out resolved_reference from ClassLoaderData::_handles Reviewed-by: stefank, jiangli, sspitsyn
Thu, 24 Aug 2017 16:12:40 +0800 8186325: AArch64: jtreg test hotspot/test/gc/g1/TestJNIWeakG1/TestJNIWeakG1.java SEGV
njian [Thu, 24 Aug 2017 16:12:40 +0800] rev 47094
8186325: AArch64: jtreg test hotspot/test/gc/g1/TestJNIWeakG1/TestJNIWeakG1.java SEGV Reviewed-by: adinn, aph Contributed-by: stuart.monteith@linaro.org
Tue, 29 Aug 2017 12:17:02 +0200 8186897: semaphore_posix.hpp should not be included on OSX
mgerdin [Tue, 29 Aug 2017 12:17:02 +0200] rev 47093
8186897: semaphore_posix.hpp should not be included on OSX Reviewed-by: stefank, dholmes
Tue, 29 Aug 2017 17:17:58 +0200 Merge
jwilhelm [Tue, 29 Aug 2017 17:17:58 +0200] rev 47092
Merge
Tue, 29 Aug 2017 18:34:32 +0200 8186855: Multiple platforms broken after 8186476: Generalize Atomic::add with templates
glaubitz [Tue, 29 Aug 2017 18:34:32 +0200] rev 47091
8186855: Multiple platforms broken after 8186476: Generalize Atomic::add with templates Reviewed-by: stuefe, coleenp
Tue, 29 Aug 2017 10:41:51 +0000 Merge
dholmes [Tue, 29 Aug 2017 10:41:51 +0000] rev 47090
Merge
Thu, 17 Aug 2017 17:26:02 +0200 8186072: dll_build_name returns true even if file is missing.
goetz [Thu, 17 Aug 2017 17:26:02 +0200] rev 47089
8186072: dll_build_name returns true even if file is missing. Summary: Split dll_build_name into two functions and consolidate to os.cpp file. Reviewed-by: stuefe, dholmes
Tue, 29 Aug 2017 05:33:15 -0400 8185624: G1HeapVerifier's VerifyRootsClosure prints important information on info log level
dbuck [Tue, 29 Aug 2017 05:33:15 -0400] rev 47088
8185624: G1HeapVerifier's VerifyRootsClosure prints important information on info log level Summary: Fix logging of broken oop to error log level instead of info log level Reviewed-by: mgerdin, tschatzl Contributed-by: muthusamy.chinnathambi@oracle.com
Mon, 28 Aug 2017 23:46:22 +0000 Merge
iklam [Mon, 28 Aug 2017 23:46:22 +0000] rev 47087
Merge
Fri, 18 Aug 2017 09:05:42 +0200 8186349: [windows] Centralize dbghelp handling code
stuefe [Fri, 18 Aug 2017 09:05:42 +0200] rev 47086
8186349: [windows] Centralize dbghelp handling code Summary: Rework and fix dbghelp.dll handling; add diagnostic output to hs-err file. Reviewed-by: iklam, rrich, goetz
Mon, 28 Aug 2017 22:45:56 +0000 Merge
iveresov [Mon, 28 Aug 2017 22:45:56 +0000] rev 47085
Merge
Mon, 28 Aug 2017 14:43:32 -0700 8186850: Update Graal
iveresov [Mon, 28 Aug 2017 14:43:32 -0700] rev 47084
8186850: Update Graal Reviewed-by: kvn
Mon, 28 Aug 2017 21:46:13 +0200 Merge
jwilhelm [Mon, 28 Aug 2017 21:46:13 +0200] rev 47083
Merge
Fri, 01 Sep 2017 14:13:09 +0000 Added tag jdk-10+22 for changeset bf9c7464f8c5
asaha [Fri, 01 Sep 2017 14:13:09 +0000] rev 47082
Added tag jdk-10+22 for changeset bf9c7464f8c5
Thu, 07 Sep 2017 08:52:53 -0700 Merge
prr [Thu, 07 Sep 2017 08:52:53 -0700] rev 47081
Merge
Tue, 05 Sep 2017 10:10:51 -0700 Merge
prr [Tue, 05 Sep 2017 10:10:51 -0700] rev 47080
Merge
Thu, 31 Aug 2017 10:49:47 -0700 Merge
prr [Thu, 31 Aug 2017 10:49:47 -0700] rev 47079
Merge
Tue, 29 Aug 2017 10:48:58 -0700 Merge
prr [Tue, 29 Aug 2017 10:48:58 -0700] rev 47078
Merge
Wed, 23 Aug 2017 12:05:36 -0700 Merge
prr [Wed, 23 Aug 2017 12:05:36 -0700] rev 47077
Merge
Fri, 18 Aug 2017 11:27:27 -0700 Merge
prr [Fri, 18 Aug 2017 11:27:27 -0700] rev 47076
Merge
Mon, 14 Aug 2017 10:48:09 -0700 Merge
prr [Mon, 14 Aug 2017 10:48:09 -0700] rev 47075
Merge
Mon, 07 Aug 2017 09:45:59 -0700 Merge
prr [Mon, 07 Aug 2017 09:45:59 -0700] rev 47074
Merge
Thu, 27 Jul 2017 12:36:49 -0700 Merge
prr [Thu, 27 Jul 2017 12:36:49 -0700] rev 47073
Merge
Tue, 25 Jul 2017 14:07:47 -0700 Merge
prr [Tue, 25 Jul 2017 14:07:47 -0700] rev 47072
Merge
Fri, 21 Jul 2017 10:22:17 +0530 8184813: Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10
psadhukhan [Fri, 21 Jul 2017 10:22:17 +0530] rev 47071
8184813: Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10 Reviewed-by: prr, serb
Thu, 20 Jul 2017 09:38:13 -0700 Merge
prr [Thu, 20 Jul 2017 09:38:13 -0700] rev 47070
Merge
Mon, 17 Jul 2017 09:13:49 -0700 Merge
prr [Mon, 17 Jul 2017 09:13:49 -0700] rev 47069
Merge
Thu, 06 Jul 2017 09:36:17 -0700 Merge
prr [Thu, 06 Jul 2017 09:36:17 -0700] rev 47068
Merge
Fri, 23 Jun 2017 09:53:43 -0700 Merge
prr [Fri, 23 Jun 2017 09:53:43 -0700] rev 47067
Merge
Fri, 02 Jun 2017 14:46:29 -0700 Merge
prr [Fri, 02 Jun 2017 14:46:29 -0700] rev 47066
Merge
Sat, 27 May 2017 12:52:18 +0530 6461834: Minimize WindowsLookAndFeel classes included with Unix JDKs
psadhukhan [Sat, 27 May 2017 12:52:18 +0530] rev 47065
6461834: Minimize WindowsLookAndFeel classes included with Unix JDKs Reviewed-by: ihse, aniyogi, prr
Wed, 06 Sep 2017 16:05:49 +0200 8186983: CompileJavaModule.gmk overrides values from a custom extension gmk
erikj [Wed, 06 Sep 2017 16:05:49 +0200] rev 47064
8186983: CompileJavaModule.gmk overrides values from a custom extension gmk Reviewed-by: ihse, dholmes Contributed-by: jason_yong@uk.ibm.com
Mon, 04 Sep 2017 13:36:52 +0200 8185928: Generate OpenJDK builds for Mac platform JDK 9.0.3 and beyond in Mach 5
erikj [Mon, 04 Sep 2017 13:36:52 +0200] rev 47063
8185928: Generate OpenJDK builds for Mac platform JDK 9.0.3 and beyond in Mach 5 Reviewed-by: ihse, tbell
Sun, 03 Sep 2017 14:19:44 +0200 Merge
jwilhelm [Sun, 03 Sep 2017 14:19:44 +0200] rev 47062
Merge
Thu, 31 Aug 2017 20:25:47 -0500 8173715: Remove FlatProfiler
gziemski [Thu, 31 Aug 2017 20:25:47 -0500] rev 47061
8173715: Remove FlatProfiler Summary: Obsoleted Xprof flag, removed FlatProfiler code Reviewed-by: dholmes, erikj
Thu, 31 Aug 2017 17:18:23 -0400 8186978: Introduce configure argument enable-cds
goetz [Thu, 31 Aug 2017 17:18:23 -0400] rev 47060
8186978: Introduce configure argument enable-cds Reviewed-by: dholmes, erikj, ihse
Thu, 31 Aug 2017 16:29:54 +0200 Merge
bobv [Thu, 31 Aug 2017 16:29:54 +0200] rev 47059
Merge
Tue, 29 Aug 2017 15:52:59 -0400 8186248: Allow more flexibility in selecting Heap % of available RAM
bobv [Tue, 29 Aug 2017 15:52:59 -0400] rev 47058
8186248: Allow more flexibility in selecting Heap % of available RAM Reviewed-by: dholmes, drwhite
Tue, 29 Aug 2017 17:17:57 +0200 Merge
jwilhelm [Tue, 29 Aug 2017 17:17:57 +0200] rev 47057
Merge
Tue, 29 Aug 2017 10:24:10 -0700 8186462: [Graal] build Graal regardless AOT build
kvn [Tue, 29 Aug 2017 10:24:10 -0700] rev 47056
8186462: [Graal] build Graal regardless AOT build Reviewed-by: twisti, thartmann, erikj
Mon, 28 Aug 2017 21:46:12 +0200 Merge
jwilhelm [Mon, 28 Aug 2017 21:46:12 +0200] rev 47055
Merge
Fri, 01 Sep 2017 14:13:05 +0000 Added tag jdk-10+22 for changeset 23c02a1b49ee
asaha [Fri, 01 Sep 2017 14:13:05 +0000] rev 47054
Added tag jdk-10+22 for changeset 23c02a1b49ee
Mon, 04 Sep 2017 11:05:12 +0200 Added tag jdk-10+22 for changeset e5357aa85dad
duke [Mon, 04 Sep 2017 11:05:12 +0200] rev 47053
Added tag jdk-10+22 for changeset e5357aa85dad
Mon, 04 Sep 2017 11:05:12 +0200 Merge jdk-10+22
duke [Mon, 04 Sep 2017 11:05:12 +0200] rev 47052
Merge
Mon, 04 Sep 2017 11:05:06 +0200 Merge
duke [Mon, 04 Sep 2017 11:05:06 +0200] rev 47051
Merge
Fri, 25 Aug 2017 13:48:49 +0200 8185426: Jshell crashing on autocompletion
jlahoda [Fri, 25 Aug 2017 13:48:49 +0200] rev 47050
8185426: Jshell crashing on autocompletion Summary: Properly canceling completion on <tab> if needed. Reviewed-by: rfield
Fri, 25 Aug 2017 05:02:57 +0000 Merge
asaha [Fri, 25 Aug 2017 05:02:57 +0000] rev 47049
Merge
Fri, 25 Aug 2017 04:59:23 +0000 Added tag jdk-10+21 for changeset 25ac5da6502e
asaha [Fri, 25 Aug 2017 04:59:23 +0000] rev 47048
Added tag jdk-10+21 for changeset 25ac5da6502e
Thu, 24 Aug 2017 12:32:32 -0700 8182263: Search box and reset button needs to be a11y fixed.
bpatel [Thu, 24 Aug 2017 12:32:32 -0700] rev 47047
8182263: Search box and reset button needs to be a11y fixed. Reviewed-by: jjg, ksrini
Mon, 04 Sep 2017 11:05:00 +0200 Merge
duke [Mon, 04 Sep 2017 11:05:00 +0200] rev 47046
Merge
Fri, 25 Aug 2017 04:59:19 +0000 Added tag jdk-10+21 for changeset 88329a180238
asaha [Fri, 25 Aug 2017 04:59:19 +0000] rev 47045
Added tag jdk-10+21 for changeset 88329a180238
Mon, 04 Sep 2017 11:04:56 +0200 Merge
duke [Mon, 04 Sep 2017 11:04:56 +0200] rev 47044
Merge
Fri, 25 Aug 2017 10:17:08 -0700 8186675: Javadoc of SAXSource contains implementation detail
joehw [Fri, 25 Aug 2017 10:17:08 -0700] rev 47043
8186675: Javadoc of SAXSource contains implementation detail Reviewed-by: lancea
Fri, 25 Aug 2017 04:59:19 +0000 Added tag jdk-10+21 for changeset 5c8fbfb7f89e
asaha [Fri, 25 Aug 2017 04:59:19 +0000] rev 47042
Added tag jdk-10+21 for changeset 5c8fbfb7f89e
Mon, 04 Sep 2017 11:04:51 +0200 Merge
duke [Mon, 04 Sep 2017 11:04:51 +0200] rev 47041
Merge
Fri, 01 Sep 2017 07:55:00 +0530 8184720: Nashorn engine in strict mode throws a java.lang.ClassCastException when calling apply() and passing the arguments object
sdama [Fri, 01 Sep 2017 07:55:00 +0530] rev 47040
8184720: Nashorn engine in strict mode throws a java.lang.ClassCastException when calling apply() and passing the arguments object Summary: Fixed needsCallee method to return true properly in strict mode Reviewed-by: hannesw, sundar Contributed-by: srinivas.dama@oracle.com
Fri, 01 Sep 2017 07:07:11 +0530 8073640: Nashorn scripting: here document with only whitespace gives error
sdama [Fri, 01 Sep 2017 07:07:11 +0530] rev 47039
8073640: Nashorn scripting: here document with only whitespace gives error Summary: Added support for handling trailing blank lines in here-doc string parsing Reviewed-by: hannesw, jlaskey Contributed-by: srinivas.dama@oracle.com
Fri, 01 Sep 2017 06:01:08 +0530 8177691: Labeled break in catch and finally works wrongly, when invoked through nashorn
sdama [Fri, 01 Sep 2017 06:01:08 +0530] rev 47038
8177691: Labeled break in catch and finally works wrongly, when invoked through nashorn Summary: Added support to check if the block contains goto statements before flagging it as terminal Reviewed-by: hannesw, jlaskey Contributed-by: srinivas.dama@oracle.com
Wed, 30 Aug 2017 18:47:37 +0200 8184723: jdk.nashorn.internal.runtime.linker.JSObjectLinker.callToApply erroneously asserts given arguments
hannesw [Wed, 30 Aug 2017 18:47:37 +0200] rev 47037
8184723: jdk.nashorn.internal.runtime.linker.JSObjectLinker.callToApply erroneously asserts given arguments Reviewed-by: sundar, hannesw Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Fri, 25 Aug 2017 04:59:23 +0000 Added tag jdk-10+21 for changeset 66e475363705
asaha [Fri, 25 Aug 2017 04:59:23 +0000] rev 47036
Added tag jdk-10+21 for changeset 66e475363705
Mon, 04 Sep 2017 11:04:47 +0200 Merge
duke [Mon, 04 Sep 2017 11:04:47 +0200] rev 47035
Merge
Fri, 25 Aug 2017 04:59:14 +0000 Added tag jdk-10+21 for changeset f5aa0489808d
asaha [Fri, 25 Aug 2017 04:59:14 +0000] rev 47034
Added tag jdk-10+21 for changeset f5aa0489808d
Mon, 04 Sep 2017 11:04:42 +0200 Merge
duke [Mon, 04 Sep 2017 11:04:42 +0200] rev 47033
Merge
Thu, 31 Aug 2017 17:08:35 -0400 8087189: RMI server-side multiplex protocol support should be removed
rriggs [Thu, 31 Aug 2017 17:08:35 -0400] rev 47032
8087189: RMI server-side multiplex protocol support should be removed Reviewed-by: alanb
Thu, 31 Aug 2017 12:48:19 -0700 8186093: A comment in the java.security configuration file incorrectly says that strong but "limited" is the default value
wetmore [Thu, 31 Aug 2017 12:48:19 -0700] rev 47031
8186093: A comment in the java.security configuration file incorrectly says that strong but "limited" is the default value Reviewed-by: mullan
Thu, 31 Aug 2017 08:35:16 -0700 8180469: Wrong short form text for supplemental Japanese era
naoto [Thu, 31 Aug 2017 08:35:16 -0700] rev 47030
8180469: Wrong short form text for supplemental Japanese era Reviewed-by: rriggs
Wed, 30 Aug 2017 12:46:53 -0700 8186934: Fix accessibility issues in the java.naming module
jjg [Wed, 30 Aug 2017 12:46:53 -0700] rev 47029
8186934: Fix accessibility issues in the java.naming module Reviewed-by: mchung
Wed, 30 Aug 2017 12:45:43 -0700 8186932: Fix accessibility issues in the java.management module
jjg [Wed, 30 Aug 2017 12:45:43 -0700] rev 47028
8186932: Fix accessibility issues in the java.management module Reviewed-by: mchung
Wed, 30 Aug 2017 11:37:48 -0700 8179246: &nbsp;/&thinsp; are literally visible in javadoc
naoto [Wed, 30 Aug 2017 11:37:48 -0700] rev 47027
8179246: &nbsp;/&thinsp; are literally visible in javadoc Reviewed-by: jjg
Wed, 30 Aug 2017 20:12:53 +0200 8186517: sun.nio.cs.StandardCharsets$Aliases and Classes can be lazily loaded
redestad [Wed, 30 Aug 2017 20:12:53 +0200] rev 47026
8186517: sun.nio.cs.StandardCharsets$Aliases and Classes can be lazily loaded Reviewed-by: sherman, martin, plevart
Wed, 30 Aug 2017 10:09:13 -0700 8186801: Add regression test to test mapping based charsets (generated at build time)
sherman [Wed, 30 Aug 2017 10:09:13 -0700] rev 47025
8186801: Add regression test to test mapping based charsets (generated at build time) Reviewed-by: alanb
Wed, 30 Aug 2017 18:45:27 +0200 8186930: Constant fold URI constants
redestad [Wed, 30 Aug 2017 18:45:27 +0200] rev 47024
8186930: Constant fold URI constants Reviewed-by: alanb, chegar
Tue, 29 Aug 2017 17:17:57 +0200 Merge
jwilhelm [Tue, 29 Aug 2017 17:17:57 +0200] rev 47023
Merge
Mon, 28 Aug 2017 07:53:26 +0000 Merge
sspitsyn [Mon, 28 Aug 2017 07:53:26 +0000] rev 47022
Merge
Mon, 28 Aug 2017 00:49:06 -0700 8186776: use ReleaseStringUTFChars instead of jvmtiDeallocate to release strings
sspitsyn [Mon, 28 Aug 2017 00:49:06 -0700] rev 47021
8186776: use ReleaseStringUTFChars instead of jvmtiDeallocate to release strings Summary: Replace jvmtiDeallocate with ReleaseStringUTFChars Reviewed-by: sspitsyn, clanger Contributed-by: groeges@uk.ibm.com
Tue, 29 Aug 2017 12:16:28 -0700 8186851: fix misspellings of "dependent" and "independent" in the JDK repo
smarks [Tue, 29 Aug 2017 12:16:28 -0700] rev 47020
8186851: fix misspellings of "dependent" and "independent" in the JDK repo Reviewed-by: bpb, psadhukhan
Tue, 29 Aug 2017 17:29:19 +0200 8186719: [testbug] add @requires vm.cds to CDS tests in jdk test suite
goetz [Tue, 29 Aug 2017 17:29:19 +0200] rev 47019
8186719: [testbug] add @requires vm.cds to CDS tests in jdk test suite Reviewed-by: dholmes, iklam
Tue, 29 Aug 2017 20:23:14 +0530 8186224: javax/management/remote/mandatory/subjectDelegation/* fail with java.security.AccessControlException
uvangapally [Tue, 29 Aug 2017 20:23:14 +0530] rev 47018
8186224: javax/management/remote/mandatory/subjectDelegation/* fail with java.security.AccessControlException Summary: Edited policy files to grant permissions to all drives on windows Reviewed-by: hb, clanger Contributed-by: ujwal.vangapally@oracle.com
Tue, 29 Aug 2017 07:16:49 -0700 8186818: Enable debug option for TcpTest.java
xiaofeya [Tue, 29 Aug 2017 07:16:49 -0700] rev 47017
8186818: Enable debug option for TcpTest.java Reviewed-by: rriggs
Tue, 29 Aug 2017 12:16:22 +0530 8186713: Document default rounding mode in NumberFormat
nishjain [Tue, 29 Aug 2017 12:16:22 +0530] rev 47016
8186713: Document default rounding mode in NumberFormat Reviewed-by: naoto, bpb Contributed-by: nishit.jain@oracle.com
Tue, 29 Aug 2017 00:01:00 +0000 8179654: New JDK 9 typos in SSLEngineResult
xuelei [Tue, 29 Aug 2017 00:01:00 +0000] rev 47015
8179654: New JDK 9 typos in SSLEngineResult Reviewed-by: ascarpino, wetmore
Mon, 28 Aug 2017 21:46:12 +0200 Merge
jwilhelm [Mon, 28 Aug 2017 21:46:12 +0200] rev 47014
Merge
Tue, 22 Aug 2017 16:20:29 +0200 Merge
jwilhelm [Tue, 22 Aug 2017 16:20:29 +0200] rev 47013
Merge
Mon, 28 Aug 2017 13:21:58 -0400 8186539: [testlibrary] TestSocketFactory should allow triggers before match/replace
rriggs [Mon, 28 Aug 2017 13:21:58 -0400] rev 47012
8186539: [testlibrary] TestSocketFactory should allow triggers before match/replace Reviewed-by: smarks
Mon, 28 Aug 2017 10:16:33 -0700 8171049: Era.getDisplayName doesn't work with non-IsoChronology
naoto [Mon, 28 Aug 2017 10:16:33 -0700] rev 47011
8171049: Era.getDisplayName doesn't work with non-IsoChronology Reviewed-by: rriggs
Fri, 25 Aug 2017 10:52:17 -0700 8186145: tools/launcher/modules/validate/ValidateModulesTest.java fails when launched with -XX:+EnableJVMCI
mchung [Fri, 25 Aug 2017 10:52:17 -0700] rev 47010
8186145: tools/launcher/modules/validate/ValidateModulesTest.java fails when launched with -XX:+EnableJVMCI Summary: --validate-modules runs with a boot layer resolving all system modules rather than only java.base Reviewed-by: alanb
Fri, 25 Aug 2017 10:43:12 -0700 8186707: Remove libnio FileChannelImpl native close0() function
bpb [Fri, 25 Aug 2017 10:43:12 -0700] rev 47009
8186707: Remove libnio FileChannelImpl native close0() function Summary: Remove Java_sun_nio_ch_FileChannelImpl_close0() on Unix and Windows and Java_sun_nio_ch_FileDispatcherImpl_closeByHandle on Windows only Reviewed-by: alanb
Fri, 25 Aug 2017 10:39:02 -0700 8186217: Remove erroneous @hidden JavaDoc tag from java.util.Properties.replace(Object, Object, Object)
bchristi [Fri, 25 Aug 2017 10:39:02 -0700] rev 47008
8186217: Remove erroneous @hidden JavaDoc tag from java.util.Properties.replace(Object, Object, Object) Reviewed-by: bpb, naoto
Fri, 25 Aug 2017 05:02:36 +0000 Merge
asaha [Fri, 25 Aug 2017 05:02:36 +0000] rev 47007
Merge
Fri, 25 Aug 2017 04:59:20 +0000 Added tag jdk-10+21 for changeset c6cefe631b18
asaha [Fri, 25 Aug 2017 04:59:20 +0000] rev 47006
Added tag jdk-10+21 for changeset c6cefe631b18
Fri, 25 Aug 2017 09:28:10 +0800 8186576: KerberosTicket does not properly handle renewable tickets at the end of their lifetime
weijun [Fri, 25 Aug 2017 09:28:10 +0800] rev 47005
8186576: KerberosTicket does not properly handle renewable tickets at the end of their lifetime Reviewed-by: xuelei
Thu, 24 Aug 2017 16:52:21 -0700 8186684: Fix broken links in java.base API docs
jjg [Thu, 24 Aug 2017 16:52:21 -0700] rev 47004
8186684: Fix broken links in java.base API docs Reviewed-by: sherman, martin, mchung, bpb, lancea
Thu, 24 Aug 2017 15:40:26 -0700 8186613: remove ClassFileInstaller from jdk/test/lib/testlibrary
iignatyev [Thu, 24 Aug 2017 15:40:26 -0700] rev 47003
8186613: remove ClassFileInstaller from jdk/test/lib/testlibrary Reviewed-by: mchung, igerasim
Thu, 24 Aug 2017 16:49:56 +0100 8173181: Empty string alias in KeyStore throws StringIndexOutOfBoundsException for getEntry()
vinnie [Thu, 24 Aug 2017 16:49:56 +0100] rev 47002
8173181: Empty string alias in KeyStore throws StringIndexOutOfBoundsException for getEntry() Reviewed-by: weijun
Mon, 04 Sep 2017 11:04:26 +0200 Merge
duke [Mon, 04 Sep 2017 11:04:26 +0200] rev 47001
Merge
Tue, 29 Aug 2017 17:17:58 +0200 Merge
jwilhelm [Tue, 29 Aug 2017 17:17:58 +0200] rev 47000
Merge
Mon, 28 Aug 2017 16:40:01 +0000 Merge
never [Mon, 28 Aug 2017 16:40:01 +0000] rev 46999
Merge
Mon, 28 Aug 2017 15:21:47 +0000 8181858: [JVMCI] JVMCI should update the trap counters when invalidating for Reason_not_compiled_exception_handler
never [Mon, 28 Aug 2017 15:21:47 +0000] rev 46998
8181858: [JVMCI] JVMCI should update the trap counters when invalidating for Reason_not_compiled_exception_handler Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip