Thu, 15 Sep 2016 12:20:50 +0530 8161448: 4 JNI exception pending defect groups in DiagnosticCommandImpl.c
vtewari [Thu, 15 Sep 2016 12:20:50 +0530] rev 41197
8161448: 4 JNI exception pending defect groups in DiagnosticCommandImpl.c Reviewed-by: dholmes, dsamersoff
Tue, 27 Sep 2016 11:34:45 -0700 8164591: sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java failed with SSLHandshakeException
asmotrak [Tue, 27 Sep 2016 11:34:45 -0700] rev 41196
8164591: sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java failed with SSLHandshakeException Reviewed-by: xuelei
Thu, 29 Sep 2016 16:45:10 +0000 Added tag jdk-9+138 for changeset cbc639238d91
lana [Thu, 29 Sep 2016 16:45:10 +0000] rev 41195
Added tag jdk-9+138 for changeset cbc639238d91
Wed, 05 Jul 2017 22:16:41 +0200 Merge
duke [Wed, 05 Jul 2017 22:16:41 +0200] rev 41194
Merge
Fri, 30 Sep 2016 09:06:02 +0200 8160630: libjimage.so and others should link statically to libgcc
erikj [Fri, 30 Sep 2016 09:06:02 +0200] rev 41193
8160630: libjimage.so and others should link statically to libgcc Reviewed-by: ihse, tbell
Thu, 29 Sep 2016 17:23:47 +0000 Merge
lana [Thu, 29 Sep 2016 17:23:47 +0000] rev 41192
Merge
Tue, 27 Sep 2016 09:04:49 -0700 Merge
amurillo [Tue, 27 Sep 2016 09:04:49 -0700] rev 41191
Merge
Fri, 23 Sep 2016 13:32:17 -0700 Merge
amurillo [Fri, 23 Sep 2016 13:32:17 -0700] rev 41190
Merge
Tue, 20 Sep 2016 00:34:54 +0000 Merge
kbarrett [Tue, 20 Sep 2016 00:34:54 +0000] rev 41189
Merge
Mon, 19 Sep 2016 19:59:28 -0400 8166228: Remove unused HeapRegion::object_iterate_mem_careful()
kbarrett [Mon, 19 Sep 2016 19:59:28 -0400] rev 41188
8166228: Remove unused HeapRegion::object_iterate_mem_careful() Summary: Removed unused function. Reviewed-by: mgerdin, tschatzl
Mon, 19 Sep 2016 19:25:09 -0400 8166312: Backout 8165017
hseigel [Mon, 19 Sep 2016 19:25:09 -0400] rev 41187
8166312: Backout 8165017 Summary: backout of the change for JDK-8165017 because tests failed on windows Reviewed-by: ctornqvi, dholmes, gtriantafill
Mon, 19 Sep 2016 22:55:26 +0200 8166207: Use of Copy::conjoint_oops_atomic in global mark stack causes crashes on arm64
tschatzl [Mon, 19 Sep 2016 22:55:26 +0200] rev 41186
8166207: Use of Copy::conjoint_oops_atomic in global mark stack causes crashes on arm64 Summary: Use Copy::conjoint_memory_atomic() instead. Reviewed-by: kbarrett
Mon, 19 Sep 2016 17:35:25 +0000 Merge
kbarrett [Mon, 19 Sep 2016 17:35:25 +0000] rev 41185
Merge
Mon, 19 Sep 2016 13:12:26 -0400 8166229: Eliminate ParNew's use of klass_or_null()
kbarrett [Mon, 19 Sep 2016 13:12:26 -0400] rev 41184
8166229: Eliminate ParNew's use of klass_or_null() Summary: Use list_ptr_from_klass instead of klass_or_null. Reviewed-by: mgerdin, jmasa
Mon, 19 Sep 2016 12:04:28 -0400 8163406: The fixup_module_list must be protected by Module_lock when inserting new entries
lfoltan [Mon, 19 Sep 2016 12:04:28 -0400] rev 41183
8163406: The fixup_module_list must be protected by Module_lock when inserting new entries Summary: In java_lang_Class::create_mirror, restructure the check for adding a class to the fixup_module_list, guarded by Module_lock. Reviewed-by: acorn, coleenp, dholmes, zgu
Sun, 18 Sep 2016 21:10:48 -0400 8078644: CDS needs to support JVMTI CFLH
jiangli [Sun, 18 Sep 2016 21:10:48 -0400] rev 41182
8078644: CDS needs to support JVMTI CFLH Summary: Support posting CLFH for shared classes. Tests are contributed by Misha Seledtsov. Reviewed-by: iklam, coleenp, acorn, dcubed, sspitsyn
Tue, 06 Sep 2016 13:01:27 +0200 8165489: Missing G1 barrier in Unsafe_GetObjectVolatile
mdoerr [Tue, 06 Sep 2016 13:01:27 +0200] rev 41181
8165489: Missing G1 barrier in Unsafe_GetObjectVolatile Summary: Add missing barrier, sharing code with Unsafe_GetObject. Reviewed-by: kbarrett, mgerdin, pliden
Fri, 16 Sep 2016 13:15:01 -0700 Merge
amurillo [Fri, 16 Sep 2016 13:15:01 -0700] rev 41180
Merge
Fri, 16 Sep 2016 12:09:53 -0500 8136766: Enable ThreadStackSize range test
gziemski [Fri, 16 Sep 2016 12:09:53 -0500] rev 41179
8136766: Enable ThreadStackSize range test Summary: Re-enabled max range check for StackSize runtime options Reviewed-by: dcubed
Fri, 16 Sep 2016 11:33:47 +0200 8157952: Parallelize Memory Pretouch
tschatzl [Fri, 16 Sep 2016 11:33:47 +0200] rev 41178
8157952: Parallelize Memory Pretouch Summary: Use multiple threads to pretouch memory using -XX:+AlwaysPreTouch to use more memory bandwidth Reviewed-by: jmasa, sangheki
Thu, 15 Sep 2016 12:10:43 -0400 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett [Thu, 15 Sep 2016 12:10:43 -0400] rev 41177
8165808: Add release barriers when allocating objects with concurrent collection Summary: Add release_set_klass, use in slow-path allocators. Reviewed-by: jmasa, dholmes
Thu, 15 Sep 2016 16:44:19 +0200 8159422: Very high Concurrent Mark mark stack contention
tschatzl [Thu, 15 Sep 2016 16:44:19 +0200] rev 41176
8159422: Very high Concurrent Mark mark stack contention Summary: Decrease contention on mark stack by splitting locks, and minimizing the amount of time these locks are held. Improve mark stack management. Reviewed-by: kbarrett, mgerdin, eosterlund
Wed, 14 Sep 2016 16:20:54 +0300 8165017: Additional test coverage of the JDWP CLASSLOADER and MODULE commands
akulyakh [Wed, 14 Sep 2016 16:20:54 +0300] rev 41175
8165017: Additional test coverage of the JDWP CLASSLOADER and MODULE commands Summary: A new JDWP test Reviewed-by: sspitsyn
Thu, 15 Sep 2016 10:19:11 +0300 8027920: SA: Add default methods to InstanceKlass
dsamersoff [Thu, 15 Sep 2016 10:19:11 +0300] rev 41174
8027920: SA: Add default methods to InstanceKlass Summary: Add default methods to InstanceKlass to enable SA to inspect default methods Reviewed-by: dsamersoff, iklam Contributed-by: jini.george@oracle.com
Thu, 29 Sep 2016 16:45:09 +0000 Added tag jdk-9+138 for changeset b4b4c1119f39
lana [Thu, 29 Sep 2016 16:45:09 +0000] rev 41173
Added tag jdk-9+138 for changeset b4b4c1119f39
Tue, 04 Oct 2016 13:41:51 +0200 8166965: Some small java build tools are still running with big JVM configuration
erikj [Tue, 04 Oct 2016 13:41:51 +0200] rev 41172
8166965: Some small java build tools are still running with big JVM configuration Reviewed-by: ihse
Tue, 04 Oct 2016 13:34:34 +0200 8166948: Exploded image too slow to be usable
erikj [Tue, 04 Oct 2016 13:34:34 +0200] rev 41171
8166948: Exploded image too slow to be usable Reviewed-by: alanb, mchung, ihse
Fri, 30 Sep 2016 09:05:40 +0200 8160630: libjimage.so and others should link statically to libgcc
erikj [Fri, 30 Sep 2016 09:05:40 +0200] rev 41170
8160630: libjimage.so and others should link statically to libgcc Reviewed-by: ihse, tbell
Thu, 29 Sep 2016 16:45:08 +0000 Added tag jdk-9+138 for changeset de6f69208f82
lana [Thu, 29 Sep 2016 16:45:08 +0000] rev 41169
Added tag jdk-9+138 for changeset de6f69208f82
Wed, 05 Jul 2017 22:16:20 +0200 Added tag jdk-9+138 for changeset d273dfe9a126
duke [Wed, 05 Jul 2017 22:16:20 +0200] rev 41168
Added tag jdk-9+138 for changeset d273dfe9a126
Wed, 05 Jul 2017 22:16:18 +0200 Merge jdk-9+138
duke [Wed, 05 Jul 2017 22:16:18 +0200] rev 41167
Merge
Wed, 05 Jul 2017 22:16:12 +0200 Merge
duke [Wed, 05 Jul 2017 22:16:12 +0200] rev 41166
Merge
Tue, 27 Sep 2016 04:34:09 +0530 8164519: Rendering of supertype_target for annotated extends clause
sadayapalam [Tue, 27 Sep 2016 04:34:09 +0530] rev 41165
8164519: Rendering of supertype_target for annotated extends clause Summary: Eliminate inconsistencies in handling annotated super class. Reviewed-by: jlahoda
Mon, 26 Sep 2016 13:39:50 -0700 8153654: Update jdeps to be multi-release jar aware
sdrach [Mon, 26 Sep 2016 13:39:50 -0700] rev 41164
8153654: Update jdeps to be multi-release jar aware Reviewed-by: mchung
Mon, 26 Sep 2016 13:18:11 -0700 8166655: JShell: Process running JShell should not be blocked from exit by non-daemon data-transfer threads
rfield [Mon, 26 Sep 2016 13:18:11 -0700] rev 41163
8166655: JShell: Process running JShell should not be blocked from exit by non-daemon data-transfer threads Reviewed-by: jlahoda
Fri, 23 Sep 2016 14:37:03 -0700 8166589: jshell tool: typo: remove out of place text in /help /set truncation
rfield [Fri, 23 Sep 2016 14:37:03 -0700] rev 41162
8166589: jshell tool: typo: remove out of place text in /help /set truncation Reviewed-by: jlahoda
Fri, 23 Sep 2016 09:57:24 -0700 8166127: Develop new tests to cover javadoc module options which are passed to underlying javac
ksrini [Fri, 23 Sep 2016 09:57:24 -0700] rev 41161
8166127: Develop new tests to cover javadoc module options which are passed to underlying javac Reviewed-by: jjg, ksrini Contributed-by: andrey.x.nazarov@oracle.com
Fri, 23 Sep 2016 15:35:32 +0200 8047347: com.sun.source.util.Trees breaks the compiler.
jlahoda [Fri, 23 Sep 2016 15:35:32 +0200] rev 41160
8047347: com.sun.source.util.Trees breaks the compiler. Summary: Clearing synthetic constructors and super constructor calls between annotation processing rounds. Reviewed-by: jjg
Thu, 22 Sep 2016 18:31:35 +0000 Merge
lana [Thu, 22 Sep 2016 18:31:35 +0000] rev 41159
Merge
Wed, 21 Sep 2016 23:46:06 -0700 8166400: JShell: friendlier representation of array values
rfield [Wed, 21 Sep 2016 23:46:06 -0700] rev 41158
8166400: JShell: friendlier representation of array values Reviewed-by: sundar, jlahoda
Wed, 21 Sep 2016 18:18:50 -0700 8162363: Tables in javadoc documentation missing row headers
bpatel [Wed, 21 Sep 2016 18:18:50 -0700] rev 41157
8162363: Tables in javadoc documentation missing row headers Reviewed-by: jjg
Wed, 21 Sep 2016 05:26:26 +0530 8163027: AssertionError while compiling a program that uses try with resources.
sadayapalam [Wed, 21 Sep 2016 05:26:26 +0530] rev 41156
8163027: AssertionError while compiling a program that uses try with resources. Reviewed-by: vromero
Tue, 20 Sep 2016 12:12:18 +0530 8156568: Update javac to support compiling against a modular JAR that is a multi-release JAR
sadayapalam [Tue, 20 Sep 2016 12:12:18 +0530] rev 41155
8156568: Update javac to support compiling against a modular JAR that is a multi-release JAR Reviewed-by: jjg
Tue, 20 Sep 2016 05:28:54 +0530 8166108: VerifyError passing anonymous inner class to supertype constructor
sadayapalam [Tue, 20 Sep 2016 05:28:54 +0530] rev 41154
8166108: VerifyError passing anonymous inner class to supertype constructor Summary: Anonymous classes instantitated in explicit constructor calls cannot have enclosing instance Reviewed-by: vromero
Thu, 22 Sep 2016 16:41:15 +0000 Added tag jdk-9+137 for changeset 49af2ecba616
lana [Thu, 22 Sep 2016 16:41:15 +0000] rev 41153
Added tag jdk-9+137 for changeset 49af2ecba616
Wed, 05 Jul 2017 22:16:00 +0200 Merge
duke [Wed, 05 Jul 2017 22:16:00 +0200] rev 41152
Merge
Thu, 22 Sep 2016 16:41:14 +0000 Added tag jdk-9+137 for changeset 3627d835ccf4
lana [Thu, 22 Sep 2016 16:41:14 +0000] rev 41151
Added tag jdk-9+137 for changeset 3627d835ccf4
Wed, 05 Jul 2017 22:15:53 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:53 +0200] rev 41150
Merge
Thu, 22 Sep 2016 18:32:15 +0000 Merge
lana [Thu, 22 Sep 2016 18:32:15 +0000] rev 41149
Merge
Thu, 22 Sep 2016 10:17:19 -0700 8166398: CatalogSupport tests need to be fixed
joehw [Thu, 22 Sep 2016 10:17:19 -0700] rev 41148
8166398: CatalogSupport tests need to be fixed Reviewed-by: dfuchs
Thu, 22 Sep 2016 16:41:13 +0000 Added tag jdk-9+137 for changeset 6de6d5c0e9d5
lana [Thu, 22 Sep 2016 16:41:13 +0000] rev 41147
Added tag jdk-9+137 for changeset 6de6d5c0e9d5
Wed, 05 Jul 2017 22:15:43 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:43 +0200] rev 41146
Merge
Mon, 26 Sep 2016 13:27:45 +0200 8164467: ES6 computed properties are implemented wrongly
hannesw [Mon, 26 Sep 2016 13:27:45 +0200] rev 41145
8164467: ES6 computed properties are implemented wrongly Reviewed-by: sundar, lagergren
Thu, 22 Sep 2016 18:32:42 +0000 Merge
lana [Thu, 22 Sep 2016 18:32:42 +0000] rev 41144
Merge
Tue, 20 Sep 2016 21:53:00 +0530 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar [Tue, 20 Sep 2016 21:53:00 +0530] rev 41143
8166298: 3 nashorn ant tests fail with latest jdk9-dev tip Reviewed-by: hannesw, mhaupt
Tue, 20 Sep 2016 11:33:03 +0200 8166296: add documentation for Date,RegExp,Error,JSON objects
sdama [Tue, 20 Sep 2016 11:33:03 +0200] rev 41142
8166296: add documentation for Date,RegExp,Error,JSON objects Reviewed-by: mhaupt, sundar
Thu, 22 Sep 2016 16:41:15 +0000 Added tag jdk-9+137 for changeset b772c7126f36
lana [Thu, 22 Sep 2016 16:41:15 +0000] rev 41141
Added tag jdk-9+137 for changeset b772c7126f36
Wed, 05 Jul 2017 22:15:34 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:34 +0200] rev 41140
Merge
Thu, 22 Sep 2016 16:41:12 +0000 Added tag jdk-9+137 for changeset 7d79b32d8005
lana [Thu, 22 Sep 2016 16:41:12 +0000] rev 41139
Added tag jdk-9+137 for changeset 7d79b32d8005
Wed, 05 Jul 2017 22:15:27 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:27 +0200] rev 41138
Merge
Tue, 27 Sep 2016 12:07:33 +0100 8166747: Add invalid network / computer name cases to isReachable known failure switch
robm [Tue, 27 Sep 2016 12:07:33 +0100] rev 41137
8166747: Add invalid network / computer name cases to isReachable known failure switch Reviewed-by: chegar, msheppar
Tue, 27 Sep 2016 01:36:31 -0700 8154525: java/net/ServerSocket/ThreadStop.java fails intermittently with error while cleaning up threads after test
xiaofeya [Tue, 27 Sep 2016 01:36:31 -0700] rev 41136
8154525: java/net/ServerSocket/ThreadStop.java fails intermittently with error while cleaning up threads after test Reviewed-by: chegar
Mon, 26 Sep 2016 13:37:10 -0700 8153654: Update jdeps to be multi-release jar aware
sdrach [Mon, 26 Sep 2016 13:37:10 -0700] rev 41135
8153654: Update jdeps to be multi-release jar aware Reviewed-by: mchung
Mon, 26 Sep 2016 21:24:17 +0200 8166604: nio: remove unneeded locals variables and correct NPE
clanger [Mon, 26 Sep 2016 21:24:17 +0200] rev 41134
8166604: nio: remove unneeded locals variables and correct NPE Reviewed-by: alanb
Mon, 26 Sep 2016 08:19:07 -0700 8130657: com/sun/net/httpserver/Test5.java failed with java.lang.RuntimeException: wrong string result
xiaofeya [Mon, 26 Sep 2016 08:19:07 -0700] rev 41133
8130657: com/sun/net/httpserver/Test5.java failed with java.lang.RuntimeException: wrong string result 8085575: java/net/Socket/InheritHandle.java fails intermittently with "Address already in use" Reviewed-by: dfuchs
Mon, 26 Sep 2016 14:56:35 +0200 8163102: Fix headless only configuration option
erikj [Mon, 26 Sep 2016 14:56:35 +0200] rev 41132
8163102: Fix headless only configuration option Reviewed-by: tbell
Fri, 23 Sep 2016 13:24:33 -0700 8165919: Miscellaneous changes imported from jsr166 CVS 2016-09-21
dl [Fri, 23 Sep 2016 13:24:33 -0700] rev 41131
8165919: Miscellaneous changes imported from jsr166 CVS 2016-09-21 Reviewed-by: martin, chegar, shade
Fri, 23 Sep 2016 13:21:23 -0700 8166059: JSR166TestCase.java fails with NPE in dumpTestThreads on timeout
dl [Fri, 23 Sep 2016 13:21:23 -0700] rev 41130
8166059: JSR166TestCase.java fails with NPE in dumpTestThreads on timeout Reviewed-by: martin, chegar, shade
Fri, 23 Sep 2016 13:18:22 -0700 8166057: [testbug] CoreThreadTimeOut still uses hardcoded timeout
dl [Fri, 23 Sep 2016 13:18:22 -0700] rev 41129
8166057: [testbug] CoreThreadTimeOut still uses hardcoded timeout Reviewed-by: martin, chegar, shade
Fri, 23 Sep 2016 13:14:14 -0700 8166465: CompletableFuture.minimalCompletionStage().toCompletableFuture() should be non-minimal
dl [Fri, 23 Sep 2016 13:14:14 -0700] rev 41128
8166465: CompletableFuture.minimalCompletionStage().toCompletableFuture() should be non-minimal Reviewed-by: martin, chegar, shade
Fri, 23 Sep 2016 12:08:38 +0300 8166553: undeclared dependencies for two IO tests
skovalev [Fri, 23 Sep 2016 12:08:38 +0300] rev 41127
8166553: undeclared dependencies for two IO tests Reviewed-by: bpb Contributed-by: Sergei Kovalev <sergei.kovalev@oracle.com>
Fri, 23 Sep 2016 15:31:46 +0100 8159410: InetAddress.isReachable returns true for non existing IP adresses
robm [Fri, 23 Sep 2016 15:31:46 +0100] rev 41126
8159410: InetAddress.isReachable returns true for non existing IP adresses Reviewed-by: chegar, coffeys
Fri, 23 Sep 2016 15:20:49 +0200 8161211: better inlining support for loop bytecode intrinsics
mhaupt [Fri, 23 Sep 2016 15:20:49 +0200] rev 41125
8161211: better inlining support for loop bytecode intrinsics Reviewed-by: jrose, vlivanov, redestad
Fri, 23 Sep 2016 03:15:00 -0700 8085049: java/net/MulticastSocket/TimeToLive.java fails intermittently with "Address already in use"
xiaofeya [Fri, 23 Sep 2016 03:15:00 -0700] rev 41124
8085049: java/net/MulticastSocket/TimeToLive.java fails intermittently with "Address already in use" Reviewed-by: chegar
Fri, 23 Sep 2016 01:08:24 +0000 8136355: CKM_SSL3_KEY_AND_MAC_DERIVE no longer available by default on Solaris 12
valeriep [Fri, 23 Sep 2016 01:08:24 +0000] rev 41123
8136355: CKM_SSL3_KEY_AND_MAC_DERIVE no longer available by default on Solaris 12 Summary: Enhanced to detect and throw InvalidAlgorithmParameterException if SSLv3 is requested but unsupported Reviewed-by: xuelei
Thu, 22 Sep 2016 18:31:42 +0000 Merge
lana [Thu, 22 Sep 2016 18:31:42 +0000] rev 41122
Merge
Thu, 22 Sep 2016 17:21:10 +0100 8151832: Improve exception messages in exception thrown by new JDK 9 code
coffeys [Thu, 22 Sep 2016 17:21:10 +0100] rev 41121
8151832: Improve exception messages in exception thrown by new JDK 9 code Reviewed-by: alanb
Thu, 22 Sep 2016 07:28:40 -0700 8049516: sun.security.provider.SeedGenerator throws ArrayIndexOutOfBoundsException
jnimeh [Thu, 22 Sep 2016 07:28:40 -0700] rev 41120
8049516: sun.security.provider.SeedGenerator throws ArrayIndexOutOfBoundsException Summary: Prevent the latch inside ThreadedSeedGenerator.run() from overflowing into a negative value causing a negative index array lookup. Reviewed-by: xuelei, weijun
Wed, 21 Sep 2016 09:29:30 -0700 Merge
amurillo [Wed, 21 Sep 2016 09:29:30 -0700] rev 41119
Merge
Fri, 16 Sep 2016 10:57:21 -0700 Merge
amurillo [Fri, 16 Sep 2016 10:57:21 -0700] rev 41118
Merge
Wed, 14 Sep 2016 11:53:36 -0700 8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method
mchung [Wed, 14 Sep 2016 11:53:36 -0700] rev 41117
8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method Reviewed-by: bchristi, coleenp, dfuchs, sspitsyn
Wed, 14 Sep 2016 08:16:16 -0400 8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
gtriantafill [Wed, 14 Sep 2016 08:16:16 -0400] rev 41116
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper Summary: Remove use of setAccessible() to get Unsafe. Reviewed-by: shade, lfoltan
Sat, 10 Sep 2016 12:23:52 -0700 Merge
amurillo [Sat, 10 Sep 2016 12:23:52 -0700] rev 41115
Merge
Sat, 10 Sep 2016 08:27:40 -0400 8165634: Support multiple --add-modules options on the command line
hseigel [Sat, 10 Sep 2016 08:27:40 -0400] rev 41114
8165634: Support multiple --add-modules options on the command line Reviewed-by: alanb Contributed-by: mandy.chung@oracle.com
Fri, 09 Sep 2016 11:25:33 -0700 Merge
dcubed [Fri, 09 Sep 2016 11:25:33 -0700] rev 41113
Merge
Fri, 09 Sep 2016 11:15:58 -0700 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
rdurbin [Fri, 09 Sep 2016 11:15:58 -0700] rev 41112
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option Summary: Split the single thread_min_stack_allowed into three distinct values (java_thread_min_stack_allowed, compiler_thread_min_stack_allowed and vm_internal_thread_min_stack_allowed) on non-Windows platforms. Reviewed-by: dcubed, gthornbr, dholmes, coleenp, fparain, aph
Fri, 09 Sep 2016 15:16:22 +0300 8139368: -javaagent and -Dcom.sun.management need to add to the initial set of modules to resolve
akulyakh [Fri, 09 Sep 2016 15:16:22 +0300] rev 41111
8139368: -javaagent and -Dcom.sun.management need to add to the initial set of modules to resolve Summary: A new test for the -javaagent option Reviewed-by: mchung, alanb
Thu, 08 Sep 2016 23:43:47 -0400 Merge
dlong [Thu, 08 Sep 2016 23:43:47 -0400] rev 41110
Merge
Tue, 30 Aug 2016 09:30:07 +0200 8161720: Better byte behavior for off-heap data
zmajo [Tue, 30 Aug 2016 09:30:07 +0200] rev 41109
8161720: Better byte behavior for off-heap data Summary: Normalize boolean values read with Unsafe. Reviewed-by: aph, simonis, jrose, psandoz
Wed, 21 Sep 2016 16:22:41 +0200 Merge
erikj [Wed, 21 Sep 2016 16:22:41 +0200] rev 41108
Merge
Wed, 21 Sep 2016 14:22:11 +0200 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
alanbur [Wed, 21 Sep 2016 14:22:11 +0200] rev 41107
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged Reviewed-by: rriggs, erikj
Wed, 21 Sep 2016 17:09:41 +0300 8166450: smartcardio related tests failed on compilation during execution with jtreg tool
skovalev [Wed, 21 Sep 2016 17:09:41 +0300] rev 41106
8166450: smartcardio related tests failed on compilation during execution with jtreg tool Reviewed-by: weijun
Wed, 21 Sep 2016 02:19:59 -0700 8166359: java/net/URLPermission/nstest/lookup.sh fails if proxy is set since fix for JDK-8161016
xiaofeya [Wed, 21 Sep 2016 02:19:59 -0700] rev 41105
8166359: java/net/URLPermission/nstest/lookup.sh fails if proxy is set since fix for JDK-8161016 Reviewed-by: chegar Contributed-by: Felix Yang <felix.yang@oracle.com>
Wed, 21 Sep 2016 08:55:47 +0800 8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space
amlu [Wed, 21 Sep 2016 08:55:47 +0800] rev 41104
8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space Reviewed-by: ksrini
Tue, 20 Sep 2016 12:56:54 +0300 8166285: Missing dependencies java.httpclient for tests from java/net pachage
skovalev [Tue, 20 Sep 2016 12:56:54 +0300] rev 41103
8166285: Missing dependencies java.httpclient for tests from java/net pachage Reviewed-by: chegar
Tue, 20 Sep 2016 08:46:33 +0200 8166189: Fix for Bug 8165524 breaks AIX build
clanger [Tue, 20 Sep 2016 08:46:33 +0200] rev 41102
8166189: Fix for Bug 8165524 breaks AIX build Reviewed-by: simonis, goetz, mchung, cbensen, dsamersoff
Tue, 20 Sep 2016 10:32:52 +0800 8165566: sun/security/ssl/SocketCreation/SocketCreation.java fails intermittently: Address already in use
jjiang [Tue, 20 Sep 2016 10:32:52 +0800] rev 41101
8165566: sun/security/ssl/SocketCreation/SocketCreation.java fails intermittently: Address already in use Summary: It takes every server to be allocated a free port. Reviewed-by: chegar Contributed-by: John Jiang <sha.jiang@oracle.com>
Thu, 22 Sep 2016 16:41:14 +0000 Added tag jdk-9+137 for changeset c3cde7c41eef
lana [Thu, 22 Sep 2016 16:41:14 +0000] rev 41100
Added tag jdk-9+137 for changeset c3cde7c41eef
Wed, 05 Jul 2017 22:15:09 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:09 +0200] rev 41099
Merge
Thu, 22 Sep 2016 18:32:20 +0000 Merge
lana [Thu, 22 Sep 2016 18:32:20 +0000] rev 41098
Merge
Wed, 21 Sep 2016 09:29:30 -0700 Merge
amurillo [Wed, 21 Sep 2016 09:29:30 -0700] rev 41097
Merge
Fri, 16 Sep 2016 10:57:18 -0700 Merge
amurillo [Fri, 16 Sep 2016 10:57:18 -0700] rev 41096
Merge
Wed, 14 Sep 2016 11:53:20 -0700 8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method
mchung [Wed, 14 Sep 2016 11:53:20 -0700] rev 41095
8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method Reviewed-by: bchristi, coleenp, dfuchs, sspitsyn
Tue, 13 Sep 2016 16:18:44 -0700 8161029: GPL header missing comma after year
jmasa [Tue, 13 Sep 2016 16:18:44 -0700] rev 41094
8161029: GPL header missing comma after year Reviewed-by: kbarrett, ehelin
Wed, 14 Sep 2016 10:02:49 -0400 8149607: [Verifier] Do not verify pop, pop2, swap, dup* against top
hseigel [Wed, 14 Sep 2016 10:02:49 -0400] rev 41093
8149607: [Verifier] Do not verify pop, pop2, swap, dup* against top Summary: Throw VerifyError exception if type top is illegally popped from the stack. Reviewed-by: coleenp, acorn, ddmitriev
Wed, 14 Sep 2016 08:17:50 -0400 8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
gtriantafill [Wed, 14 Sep 2016 08:17:50 -0400] rev 41092
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper Summary: Remove use of setAccessible() to get Unsafe. Reviewed-by: shade, lfoltan
Tue, 13 Sep 2016 21:29:30 +0000 Merge
sspitsyn [Tue, 13 Sep 2016 21:29:30 +0000] rev 41091
Merge
Tue, 13 Sep 2016 20:17:46 +0000 Merge
sspitsyn [Tue, 13 Sep 2016 20:17:46 +0000] rev 41090
Merge
Tue, 13 Sep 2016 13:10:42 -0700 8165681: ClassLoad and ClassPrepare JVMTI events are missed in the start phase
sspitsyn [Tue, 13 Sep 2016 13:10:42 -0700] rev 41089
8165681: ClassLoad and ClassPrepare JVMTI events are missed in the start phase Summary: Add the events bits to the early events bits Reviewed-by: dholmes, dsamersoff
Tue, 13 Sep 2016 18:22:21 +0000 Merge
cjplummer [Tue, 13 Sep 2016 18:22:21 +0000] rev 41088
Merge
Tue, 13 Sep 2016 17:22:28 +0000 Merge
cjplummer [Tue, 13 Sep 2016 17:22:28 +0000] rev 41087
Merge
Tue, 30 Aug 2016 16:08:52 +0200 8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
goetz [Tue, 30 Aug 2016 16:08:52 +0200] rev 41086
8165315: [ppc] Port "8133749: NMT detail stack trace cleanup" Summary: Also add methods to check for slow/fastdebug to Platform.java. Reviewed-by: simonis, cjplummer, dholmes
Tue, 13 Sep 2016 19:17:21 +0200 Merge
rehn [Tue, 13 Sep 2016 19:17:21 +0200] rev 41085
Merge
Tue, 13 Sep 2016 09:04:44 +0200 8164086: Checked JNI pending exception check should be cleared when returning to Java frame
dsimms [Tue, 13 Sep 2016 09:04:44 +0200] rev 41084
8164086: Checked JNI pending exception check should be cleared when returning to Java frame Summary: Transitions to Java clear the pending pointer Reviewed-by: dholmes, neliasso, coleenp
Tue, 13 Sep 2016 18:19:05 +0200 Merge
mockner [Tue, 13 Sep 2016 18:19:05 +0200] rev 41083
Merge
Tue, 13 Sep 2016 11:04:29 -0400 8163014: Mysterious/wrong value for "long" frame local variable on 64-bit
mockner [Tue, 13 Sep 2016 11:04:29 -0400] rev 41082
8163014: Mysterious/wrong value for "long" frame local variable on 64-bit Summary: The high byte of a long variable on a 64-bit platform is now zeroed when it is pushed to stack. Reviewed-by: coleenp, dlong
Tue, 13 Sep 2016 11:32:45 +0200 8164948: Initializing stores of HeapRegions are not ordered with regards to their use in G1ConcurrentMark
tschatzl [Tue, 13 Sep 2016 11:32:45 +0200] rev 41081
8164948: Initializing stores of HeapRegions are not ordered with regards to their use in G1ConcurrentMark Summary: Add a storestore barrier before publishing newly initialized HeapRegion instances, and place a loadload barrier before use of members. Reviewed-by: sjohanss, sangheki
Mon, 12 Sep 2016 18:59:13 +0000 Merge
poonam [Mon, 12 Sep 2016 18:59:13 +0000] rev 41080
Merge
Mon, 12 Sep 2016 17:18:19 +0000 8165493: SA: Add method in GrowableArray.java to be able to access the 'data' field
poonam [Mon, 12 Sep 2016 17:18:19 +0000] rev 41079
8165493: SA: Add method in GrowableArray.java to be able to access the 'data' field Reviewed-by: dholmes, dsamersoff, egahlin
Mon, 12 Sep 2016 13:16:39 -0400 8165881: Backout JDK-8164913
ctornqvi [Mon, 12 Sep 2016 13:16:39 -0400] rev 41078
8165881: Backout JDK-8164913 Reviewed-by: hseigel
Mon, 12 Sep 2016 16:34:36 +0200 8114823: G1 doesn't honor request to disable class unloading
sjohanss [Mon, 12 Sep 2016 16:34:36 +0200] rev 41077
8114823: G1 doesn't honor request to disable class unloading Reviewed-by: tschatzl, mgerdin
Thu, 08 Sep 2016 12:30:38 +0200 8165455: Tracing events for G1 have incorrect metadata
ehelin [Thu, 08 Sep 2016 12:30:38 +0200] rev 41076
8165455: Tracing events for G1 have incorrect metadata Reviewed-by: egahlin, tschatzl
Mon, 12 Sep 2016 09:34:51 +0200 8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps
tschatzl [Mon, 12 Sep 2016 09:34:51 +0200] rev 41075
8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps Summary: Sort the collection set in ascending order so that the optimization when adding free regions can be exploited. Reviewed-by: sjohanss, mgerdin
Sat, 10 Sep 2016 12:23:52 -0700 Merge
amurillo [Sat, 10 Sep 2016 12:23:52 -0700] rev 41074
Merge
Sat, 10 Sep 2016 08:25:51 -0400 8165634: Support multiple --add-modules options on the command line
hseigel [Sat, 10 Sep 2016 08:25:51 -0400] rev 41073
8165634: Support multiple --add-modules options on the command line Summary: Use numbered properties for --add-module options so that multiple --add-module options can be supported. Reviewed-by: coleenp, gziemski, lfoltan, ccheung
Fri, 09 Sep 2016 19:41:41 +0000 Merge
dcubed [Fri, 09 Sep 2016 19:41:41 +0000] rev 41072
Merge
Fri, 09 Sep 2016 11:23:59 -0700 Merge
dcubed [Fri, 09 Sep 2016 11:23:59 -0700] rev 41071
Merge
Fri, 09 Sep 2016 11:14:57 -0700 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
rdurbin [Fri, 09 Sep 2016 11:14:57 -0700] rev 41070
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option Summary: Split the single thread_min_stack_allowed into three distinct values (java_thread_min_stack_allowed, compiler_thread_min_stack_allowed and vm_internal_thread_min_stack_allowed) on non-Windows platforms. Reviewed-by: dcubed, gthornbr, dholmes, coleenp, fparain, aph
Fri, 09 Sep 2016 19:30:08 +0300 8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts
avorobye [Fri, 09 Sep 2016 19:30:08 +0300] rev 41069
8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts Summary: test settings were changes in order to avoid timeouts Reviewed-by: kvn
Fri, 09 Sep 2016 06:44:31 +0000 Merge
sspitsyn [Fri, 09 Sep 2016 06:44:31 +0000] rev 41068
Merge
Thu, 08 Sep 2016 23:38:56 -0700 8164913: JVMTI.agent_load dcmd should show useful error message
ysuenaga [Thu, 08 Sep 2016 23:38:56 -0700] rev 41067
8164913: JVMTI.agent_load dcmd should show useful error message Summary: show useful error message Reviewed-by: dholmes, dsamersoff, sspitsyn
Thu, 08 Sep 2016 23:43:45 -0400 Merge
dlong [Thu, 08 Sep 2016 23:43:45 -0400] rev 41066
Merge
Tue, 06 Sep 2016 09:59:25 -0700 8164989: Inflate and compress intrinsics produce incorrect results with avx512
mcberg [Tue, 06 Sep 2016 09:59:25 -0700] rev 41065
8164989: Inflate and compress intrinsics produce incorrect results with avx512 Summary: disabled avx512 for compress and reastrict using of inflate. Reviewed-by: kvn
Thu, 01 Sep 2016 20:16:04 +0300 8165050: [TESTBUG] tests generated by jittester cannot be run with jtreg
tpivovarova [Thu, 01 Sep 2016 20:16:04 +0300] rev 41064
8165050: [TESTBUG] tests generated by jittester cannot be run with jtreg Reviewed-by: vlivanov
Thu, 01 Sep 2016 21:15:12 +0300 8165244: Unquarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
dpochepk [Thu, 01 Sep 2016 21:15:12 +0300] rev 41063
8165244: Unquarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java Reviewed-by: kvn
Thu, 01 Sep 2016 21:13:20 +0300 8146096: [TEST BUG] compiler/loopopts/UseCountedLoopSafepoints.java Timeouts
dpochepk [Thu, 01 Sep 2016 21:13:20 +0300] rev 41062
8146096: [TEST BUG] compiler/loopopts/UseCountedLoopSafepoints.java Timeouts Reviewed-by: kvn
Thu, 01 Sep 2016 21:12:07 +0300 8157956: OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic
dpochepk [Thu, 01 Sep 2016 21:12:07 +0300] rev 41061
8157956: OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic Reviewed-by: kvn
Wed, 31 Aug 2016 12:10:40 -0700 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
dlong [Wed, 31 Aug 2016 12:10:40 -0700] rev 41060
8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links Summary: process previous versions in Klass::clean_weak_klass_links() Reviewed-by: coleenp, sspitsyn, stefank, dcubed
Wed, 31 Aug 2016 14:47:20 +0300 8165030: [TESTBUG] ctw failed to build after 8157957
tpivovarova [Wed, 31 Aug 2016 14:47:20 +0300] rev 41059
8165030: [TESTBUG] ctw failed to build after 8157957 Reviewed-by: kvn
Tue, 30 Aug 2016 13:51:56 +0000 Merge
thartmann [Tue, 30 Aug 2016 13:51:56 +0000] rev 41058
Merge
Tue, 30 Aug 2016 13:24:26 +0200 8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
thartmann [Tue, 30 Aug 2016 13:24:26 +0200] rev 41057
8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same Summary: Exception checking code needs to handle pre-allocated exceptions. Reviewed-by: dnsimon, kvn
Tue, 30 Aug 2016 13:53:36 +0200 8157024: CodeCache JFR events reporting wrong data
neliasso [Tue, 30 Aug 2016 13:53:36 +0200] rev 41056
8157024: CodeCache JFR events reporting wrong data Summary: Fix scaling Reviewed-by: kvn Contributed-by: patric.hedlin@oralce.com
Wed, 13 Jul 2016 12:10:22 +0200 8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation
neliasso [Wed, 13 Jul 2016 12:10:22 +0200] rev 41055
8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation Summary: Fixed logic error; locally scoped 'maybe_null' w/initialiser is unused/dead Reviewed-by: kvn Contributed-by: patric.hedlin@oracle.com
Tue, 30 Aug 2016 09:01:33 +0000 Merge
zmajo [Tue, 30 Aug 2016 09:01:33 +0000] rev 41054
Merge
Tue, 30 Aug 2016 10:50:29 +0200 8141634: Implement VarHandles/Unsafe intrinsics on SPARC
zmajo [Tue, 30 Aug 2016 10:50:29 +0200] rev 41053
8141634: Implement VarHandles/Unsafe intrinsics on SPARC Summary: Implement the appropriate intrinsics on SPARC. Reviewed-by: kvn, dholmes, zmajo Contributed-by: Trevor Watson <trevor.d.watson@oracle.com>
Tue, 30 Aug 2016 09:30:16 +0200 8161720: Better byte behavior for off-heap data
zmajo [Tue, 30 Aug 2016 09:30:16 +0200] rev 41052
8161720: Better byte behavior for off-heap data Summary: Normalize boolean values read with Unsafe. Reviewed-by: aph, simonis, jrose, psandoz
Mon, 29 Aug 2016 17:15:20 +0000 8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT)
never [Mon, 29 Aug 2016 17:15:20 +0000] rev 41051
8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT) Reviewed-by: zmajo
Mon, 29 Aug 2016 07:32:37 +0200 8163880: Constant pool caching of fields inhibited/delayed unnecessarily
zmajo [Mon, 29 Aug 2016 07:32:37 +0200] rev 41050
8163880: Constant pool caching of fields inhibited/delayed unnecessarily Summary: Delay/inhibit constant pool caching of fields only if necessary Reviewed-by: kvn
Wed, 21 Sep 2016 14:23:33 +0200 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
alanbur [Wed, 21 Sep 2016 14:23:33 +0200] rev 41049
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged Reviewed-by: erikj
Thu, 22 Sep 2016 16:41:12 +0000 Added tag jdk-9+137 for changeset 94d6d0f4ced0
lana [Thu, 22 Sep 2016 16:41:12 +0000] rev 41048
Added tag jdk-9+137 for changeset 94d6d0f4ced0
Tue, 27 Sep 2016 15:33:34 +0200 8164301: jib should provide a JDK for running jtreg with
erikj [Tue, 27 Sep 2016 15:33:34 +0200] rev 41047
8164301: jib should provide a JDK for running jtreg with Reviewed-by: tbell
Mon, 26 Sep 2016 14:57:00 +0200 8163102: Fix headless only configuration option
erikj [Mon, 26 Sep 2016 14:57:00 +0200] rev 41046
8163102: Fix headless only configuration option Reviewed-by: tbell
Thu, 22 Sep 2016 18:31:10 +0000 Merge
lana [Thu, 22 Sep 2016 18:31:10 +0000] rev 41045
Merge
Wed, 21 Sep 2016 09:29:30 -0700 Merge
amurillo [Wed, 21 Sep 2016 09:29:30 -0700] rev 41044
Merge
Fri, 16 Sep 2016 10:57:17 -0700 Merge
amurillo [Fri, 16 Sep 2016 10:57:17 -0700] rev 41043
Merge
Wed, 14 Sep 2016 08:24:55 -0400 8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
gtriantafill [Wed, 14 Sep 2016 08:24:55 -0400] rev 41042
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper Summary: Remove use of setAccessible() to get Unsafe. Reviewed-by: shade, lfoltan
Fri, 02 Sep 2016 15:04:47 +0200 8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
goetz [Fri, 02 Sep 2016 15:04:47 +0200] rev 41041
8165315: [ppc] Port "8133749: NMT detail stack trace cleanup" Summary: Also add methods to check for slow/fastdebug to Platform.java. Reviewed-by: simonis, cjplummer, dholmes
Wed, 21 Sep 2016 14:20:27 +0200 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
alanbur [Wed, 21 Sep 2016 14:20:27 +0200] rev 41040
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged Reviewed-by: erikj
Wed, 21 Sep 2016 14:16:05 +0200 8165163: Solaris11 and onwards provide CUPS by default, references to csw and sfw versions should be removed
alanbur [Wed, 21 Sep 2016 14:16:05 +0200] rev 41039
8165163: Solaris11 and onwards provide CUPS by default, references to csw and sfw versions should be removed Reviewed-by: erikj
Tue, 20 Sep 2016 16:56:04 +0300 8166262: failurehandler should not use jtreg internal API
iignatyev [Tue, 20 Sep 2016 16:56:04 +0300] rev 41038
8166262: failurehandler should not use jtreg internal API Reviewed-by: sla, dsamersoff
Thu, 22 Sep 2016 16:41:12 +0000 Added tag jdk-9+137 for changeset 2526d9083e41
lana [Thu, 22 Sep 2016 16:41:12 +0000] rev 41037
Added tag jdk-9+137 for changeset 2526d9083e41
Wed, 05 Jul 2017 22:14:31 +0200 Added tag jdk-9+137 for changeset 9cb87c88ed85
duke [Wed, 05 Jul 2017 22:14:31 +0200] rev 41036
Added tag jdk-9+137 for changeset 9cb87c88ed85
Wed, 05 Jul 2017 22:14:30 +0200 Merge jdk-9+137
duke [Wed, 05 Jul 2017 22:14:30 +0200] rev 41035
Merge
Wed, 05 Jul 2017 22:14:23 +0200 Merge
duke [Wed, 05 Jul 2017 22:14:23 +0200] rev 41034
Merge
Mon, 19 Sep 2016 05:31:53 +0530 8164742: ServiceConfigurationError on invoke of getServiceLoader method of StandardJavaFileManager
sadayapalam [Mon, 19 Sep 2016 05:31:53 +0530] rev 41033
8164742: ServiceConfigurationError on invoke of getServiceLoader method of StandardJavaFileManager Reviewed-by: jlahoda
Fri, 16 Sep 2016 12:17:44 -0700 8166176: module search generates URLs with extra '/'
bpatel [Fri, 16 Sep 2016 12:17:44 -0700] rev 41032
8166176: module search generates URLs with extra '/' Reviewed-by: jjg
Fri, 16 Sep 2016 11:58:23 -0600 8138822: Source version error missing version number
dlsmith [Fri, 16 Sep 2016 11:58:23 -0600] rev 41031
8138822: Source version error missing version number Reviewed-by: jjg
Thu, 15 Sep 2016 21:08:49 +0000 Merge
lana [Thu, 15 Sep 2016 21:08:49 +0000] rev 41030
Merge
Wed, 14 Sep 2016 20:00:20 +0530 8160699: java.lang.VerifyError: Inconsistent stackmap frames at branch target
sadayapalam [Wed, 14 Sep 2016 20:00:20 +0530] rev 41029
8160699: java.lang.VerifyError: Inconsistent stackmap frames at branch target Summary: Ensure out of scope locals are not treated as being alive Reviewed-by: mcimadamore
Tue, 13 Sep 2016 19:32:03 +0530 8138667: java.lang.IllegalAccessError: tried to access method (for a protected method)
sadayapalam [Tue, 13 Sep 2016 19:32:03 +0530] rev 41028
8138667: java.lang.IllegalAccessError: tried to access method (for a protected method) Reviewed-by: mcimadamore
Thu, 15 Sep 2016 17:15:55 +0000 Added tag jdk-9+136 for changeset 1cba2e436777
lana [Thu, 15 Sep 2016 17:15:55 +0000] rev 41027
Added tag jdk-9+136 for changeset 1cba2e436777
Wed, 05 Jul 2017 22:14:11 +0200 Merge
duke [Wed, 05 Jul 2017 22:14:11 +0200] rev 41026
Merge
Thu, 15 Sep 2016 17:15:53 +0000 Added tag jdk-9+136 for changeset ef1dfab6d082
lana [Thu, 15 Sep 2016 17:15:53 +0000] rev 41025
Added tag jdk-9+136 for changeset ef1dfab6d082
Wed, 05 Jul 2017 22:14:03 +0200 Merge
duke [Wed, 05 Jul 2017 22:14:03 +0200] rev 41024
Merge
Mon, 19 Sep 2016 14:21:15 -0700 8166220: Catalog API: JAXP XML Processor Support - add StAX test coverage
joehw [Mon, 19 Sep 2016 14:21:15 -0700] rev 41023
8166220: Catalog API: JAXP XML Processor Support - add StAX test coverage Reviewed-by: lancea
Thu, 15 Sep 2016 21:08:30 +0000 Merge
lana [Thu, 15 Sep 2016 21:08:30 +0000] rev 41022
Merge
Wed, 14 Sep 2016 13:18:17 -0700 8165784: Deprecate the internal Catalog API in JDK 9
joehw [Wed, 14 Sep 2016 13:18:17 -0700] rev 41021
8165784: Deprecate the internal Catalog API in JDK 9 Reviewed-by: dfuchs, rriggs
Thu, 15 Sep 2016 17:15:53 +0000 Added tag jdk-9+136 for changeset 73d7888a4878
lana [Thu, 15 Sep 2016 17:15:53 +0000] rev 41020
Added tag jdk-9+136 for changeset 73d7888a4878
Wed, 05 Jul 2017 22:13:53 +0200 Merge
duke [Wed, 05 Jul 2017 22:13:53 +0200] rev 41019
Merge
Thu, 15 Sep 2016 17:15:55 +0000 Added tag jdk-9+136 for changeset 52b1009d3c64
lana [Thu, 15 Sep 2016 17:15:55 +0000] rev 41018
Added tag jdk-9+136 for changeset 52b1009d3c64
Wed, 05 Jul 2017 22:13:44 +0200 Merge
duke [Wed, 05 Jul 2017 22:13:44 +0200] rev 41017
Merge
Thu, 15 Sep 2016 17:15:52 +0000 Added tag jdk-9+136 for changeset 15d3983aba7a
lana [Thu, 15 Sep 2016 17:15:52 +0000] rev 41016
Added tag jdk-9+136 for changeset 15d3983aba7a
Wed, 05 Jul 2017 22:13:36 +0200 Merge
duke [Wed, 05 Jul 2017 22:13:36 +0200] rev 41015
Merge
Mon, 19 Sep 2016 10:11:34 -0700 Merge
ddehaven [Mon, 19 Sep 2016 10:11:34 -0700] rev 41014
Merge
Wed, 14 Sep 2016 15:29:23 -0700 8166068: test/java/awt/font/GlyphVector/GetGlyphCharIndexTest.java does not compile
prr [Wed, 14 Sep 2016 15:29:23 -0700] rev 41013
8166068: test/java/awt/font/GlyphVector/GetGlyphCharIndexTest.java does not compile Reviewed-by: ddehaven, yan
Tue, 13 Sep 2016 13:40:32 +0530 7064425: PageFormat Dialog has no owner window to reactivate
psadhukhan [Tue, 13 Sep 2016 13:40:32 +0530] rev 41012
7064425: PageFormat Dialog has no owner window to reactivate 6948907: sun.print.DialogOwner does not support Dialogs as DialogOwner Reviewed-by: prr, jdv
Mon, 12 Sep 2016 15:26:27 -0700 Merge
ddehaven [Mon, 12 Sep 2016 15:26:27 -0700] rev 41011
Merge
Mon, 12 Sep 2016 12:07:56 +0530 4924727: reader.abort() method does not work when called inside imageStarted for PNG
jdv [Mon, 12 Sep 2016 12:07:56 +0530] rev 41010
4924727: reader.abort() method does not work when called inside imageStarted for PNG Reviewed-by: prr, serb, bpb
Sat, 10 Sep 2016 14:50:35 +0530 4885375: Page Ranges 'To Page' field must be populated based on Pageable
psadhukhan [Sat, 10 Sep 2016 14:50:35 +0530] rev 41009
4885375: Page Ranges 'To Page' field must be populated based on Pageable Reviewed-by: prr, jdv
Fri, 09 Sep 2016 16:37:16 +0300 8160054: The FileChooser didn't displayed large font with GTK LAF option.
ssadetsky [Fri, 09 Sep 2016 16:37:16 +0300] rev 41008
8160054: The FileChooser didn't displayed large font with GTK LAF option. Reviewed-by: alexsch, serb
Fri, 09 Sep 2016 13:15:10 +0530 8009477: PageUp and PageDown keyboard buttons don't move slider indicator to next minor tick
pkbalakr [Fri, 09 Sep 2016 13:15:10 +0530] rev 41007
8009477: PageUp and PageDown keyboard buttons don't move slider indicator to next minor tick Reviewed-by: alexsch, aghaisas Contributed-by: prem.balakrishnan@oracle.com
Fri, 09 Sep 2016 11:48:20 +0530 8163274: [TEST_BUG][macosx] apparent regression: javax/swing/JColorChooser/Test7194184.java
aniyogi [Fri, 09 Sep 2016 11:48:20 +0530] rev 41006
8163274: [TEST_BUG][macosx] apparent regression: javax/swing/JColorChooser/Test7194184.java Reviewed-by: alexsch, rchamyal
Thu, 08 Sep 2016 19:25:55 +0300 8160570: [macosx] modal dialog can skip the activation/focus events
ant [Thu, 08 Sep 2016 19:25:55 +0300] rev 41005
8160570: [macosx] modal dialog can skip the activation/focus events Reviewed-by: serb, ssadetsky
Tue, 06 Sep 2016 11:08:59 -0700 8164899: Provide package access to setComponentMixingCutoutShape
prr [Tue, 06 Sep 2016 11:08:59 -0700] rev 41004
8164899: Provide package access to setComponentMixingCutoutShape Reviewed-by: serb
Tue, 06 Sep 2016 08:32:50 -0700 8165345: JDK macro definition re-defined by MacOS core framework
prr [Tue, 06 Sep 2016 08:32:50 -0700] rev 41003
8165345: JDK macro definition re-defined by MacOS core framework Reviewed-by: serb
Tue, 06 Sep 2016 13:03:00 +0300 8155083: On Windows, usage of USER_ATTENTION_WINDOW depends on state setting order
azvegint [Tue, 06 Sep 2016 13:03:00 +0300] rev 41002
8155083: On Windows, usage of USER_ATTENTION_WINDOW depends on state setting order Reviewed-by: serb, ssadetsky
Fri, 02 Sep 2016 21:42:27 +0000 Merge
lana [Fri, 02 Sep 2016 21:42:27 +0000] rev 41001
Merge
Thu, 01 Sep 2016 08:59:47 -0700 8159408: duplicated data in rmic's javac.properties
lana [Thu, 01 Sep 2016 08:59:47 -0700] rev 41000
8159408: duplicated data in rmic's javac.properties Reviewed-by: alanb Contributed-by: li.jiang@oracle.com
Thu, 01 Sep 2016 01:39:21 -0700 8145952: ISO 4217 amendment 161
lana [Thu, 01 Sep 2016 01:39:21 -0700] rev 40999
8145952: ISO 4217 amendment 161 8164784: ISO 4217 amendment 162 Reviewed-by: naoto Contributed-by: li.jiang@oracle.com
Fri, 02 Sep 2016 11:29:02 -0700 8154075: [TIFF] AIOOB Exception from TIFFLZWDecompressor
bpb [Fri, 02 Sep 2016 11:29:02 -0700] rev 40998
8154075: [TIFF] AIOOB Exception from TIFFLZWDecompressor Summary: For banded images make sure the step in the horizontal differencing predictor calculations for Deflate and LZW compression is unity (1) instead of the number of samples per pixel. Reviewed-by: prr
Fri, 02 Sep 2016 10:48:35 -0700 8165269: (doc) Toolkit.isDynamicLayoutActive(): orphan '0' in first sentence
iris [Fri, 02 Sep 2016 10:48:35 -0700] rev 40997
8165269: (doc) Toolkit.isDynamicLayoutActive(): orphan '0' in first sentence Reviewed-by: alexsch
Fri, 02 Sep 2016 10:36:55 +0300 8163100: [hidpi] Linux: display-wise scaling factor issues
ssadetsky [Fri, 02 Sep 2016 10:36:55 +0300] rev 40996
8163100: [hidpi] Linux: display-wise scaling factor issues Reviewed-by: alexsch, serb
Fri, 02 Sep 2016 10:31:49 +0300 8164937: Remove code from SortingFocusTraversalPolicy that hacks into non-public Arrays.legacyMergeSort
ssadetsky [Fri, 02 Sep 2016 10:31:49 +0300] rev 40995
8164937: Remove code from SortingFocusTraversalPolicy that hacks into non-public Arrays.legacyMergeSort Reviewed-by: alexsch, serb
Thu, 01 Sep 2016 12:22:59 -0700 Merge
prr [Thu, 01 Sep 2016 12:22:59 -0700] rev 40994
Merge
Thu, 01 Sep 2016 22:17:48 +0300 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov [Thu, 01 Sep 2016 22:17:48 +0300] rev 40993
8050478: [macosx] Cursor not updating correctly after closing a modal dialog Reviewed-by: serb, alexsch
Thu, 01 Sep 2016 11:29:20 -0700 8144015: [PIT] failures of text layout font tests
prr [Thu, 01 Sep 2016 11:29:20 -0700] rev 40992
8144015: [PIT] failures of text layout font tests 8144023: [PIT] failure of text measurements in javax/swing/text/html/parser/Parser/6836089/bug6836089.java 8145542: The case failed automatically and thrown java.lang.ArrayIndexOutOfBoundsException exception 8151725: [macosx] ArrayIndexOOB exception when displaying Devanagari text in JEditorPane 8144240: [macosx][PIT] AIOOB in closed/javax/swing/text/GlyphPainter2/6427244/bug6427244.java 8152680: Regression in GlyphVector.getGlyphCharIndex behaviour 8158924: Incorrect i18n text document layout 8041480: ArrayIndexOutOfBoundsException when JTable contains certain string Reviewed-by: serb, srl
Thu, 01 Sep 2016 16:18:14 +0530 8144735: [hidpi] javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentPerPixelTranslucentGradient.java fails
pkbalakr [Thu, 01 Sep 2016 16:18:14 +0530] rev 40991
8144735: [hidpi] javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentPerPixelTranslucentGradient.java fails Reviewed-by: psadhukhan, vadim
Thu, 01 Sep 2016 12:02:22 +0300 8158411: Regression on Swingmark on 8u102 b03 comparing 8u102 b02 on several configs on win32
alexsch [Thu, 01 Sep 2016 12:02:22 +0300] rev 40990
8158411: Regression on Swingmark on 8u102 b03 comparing 8u102 b02 on several configs on win32 Reviewed-by: prr, ssadetsky
Thu, 01 Sep 2016 10:21:29 +0530 8165146: [PIT][TEST_BUG] Doubtful usability of java/awt/print/PrinterJob/TestMediaTraySelection.java
psadhukhan [Thu, 01 Sep 2016 10:21:29 +0530] rev 40989
8165146: [PIT][TEST_BUG] Doubtful usability of java/awt/print/PrinterJob/TestMediaTraySelection.java Reviewed-by: prr
Wed, 31 Aug 2016 13:40:06 -0700 8164818: Reg. test java/awt/font/TextLayout/VisibleAdvance.java fails
prr [Wed, 31 Aug 2016 13:40:06 -0700] rev 40988
8164818: Reg. test java/awt/font/TextLayout/VisibleAdvance.java fails Reviewed-by: serb, psadhukhan
Wed, 31 Aug 2016 12:49:03 +0300 8153287: [PIT] [hidpi] java/awt/image/multiresolution/MultiresolutionIconTest failed (GTK+ and Nimbus L&F)
alexsch [Wed, 31 Aug 2016 12:49:03 +0300] rev 40987
8153287: [PIT] [hidpi] java/awt/image/multiresolution/MultiresolutionIconTest failed (GTK+ and Nimbus L&F) Reviewed-by: serb, ssadetsky
Wed, 31 Aug 2016 11:13:53 +0300 8163193: Metal L&F gradient is lighter on HiDPI display after the fix JDK-8143064
alexsch [Wed, 31 Aug 2016 11:13:53 +0300] rev 40986
8163193: Metal L&F gradient is lighter on HiDPI display after the fix JDK-8143064 Reviewed-by: serb, ssadetsky
Sun, 18 Sep 2016 23:09:37 +0900 8165984: ResourceBundle lookup fields not completely thread-safe
nishjain [Sun, 18 Sep 2016 23:09:37 +0900] rev 40985
8165984: ResourceBundle lookup fields not completely thread-safe Reviewed-by: okutsu, naoto
Sat, 17 Sep 2016 16:37:52 -0700 8166237: jdk.jdi missing requires jdk.jdwp.agent
mchung [Sat, 17 Sep 2016 16:37:52 -0700] rev 40984
8166237: jdk.jdi missing requires jdk.jdwp.agent Reviewed-by: alanb
Thu, 15 Sep 2016 16:28:26 +0300 8166126: Missing dependecies on jdk.zipfs module for jdk/nio/zipfs/jarfs/JFSTester.java
skovalev [Thu, 15 Sep 2016 16:28:26 +0300] rev 40983
8166126: Missing dependecies on jdk.zipfs module for jdk/nio/zipfs/jarfs/JFSTester.java Reviewed-by: alanb
Fri, 16 Sep 2016 10:57:02 -0700 8042148: Ensure that the java launcher help is consistent with the manpage where they report common information
henryjen [Fri, 16 Sep 2016 10:57:02 -0700] rev 40982
8042148: Ensure that the java launcher help is consistent with the manpage where they report common information Reviewed-by: ksrini
Thu, 15 Sep 2016 21:08:59 +0000 Merge
lana [Thu, 15 Sep 2016 21:08:59 +0000] rev 40981
Merge
Thu, 15 Sep 2016 13:11:16 -0700 8165323: (fs) Files.getFileStore fails with "Mount point not found" in chroot environment
bpb [Thu, 15 Sep 2016 13:11:16 -0700] rev 40980
8165323: (fs) Files.getFileStore fails with "Mount point not found" in chroot environment Summary: Replace use of FileStore with FileSystem equivalent code. Reviewed-by: redestad
Thu, 15 Sep 2016 16:05:51 -0400 8166148: Fix for JDK-8165936 broke solaris builds
rriggs [Thu, 15 Sep 2016 16:05:51 -0400] rev 40979
8166148: Fix for JDK-8165936 broke solaris builds Reviewed-by: naoto
Thu, 15 Sep 2016 14:59:20 -0400 8159126: Add test to validate DriverManager.println output when DriverManager is initially loaded
lancea [Thu, 15 Sep 2016 14:59:20 -0400] rev 40978
8159126: Add test to validate DriverManager.println output when DriverManager is initially loaded Reviewed-by: psandoz, joehw
Thu, 15 Sep 2016 11:07:20 -0700 8163924: SSLEngineBadBufferArrayAccess.java fails intermittently with Unrecognized SSL message
asmotrak [Thu, 15 Sep 2016 11:07:20 -0700] rev 40977
8163924: SSLEngineBadBufferArrayAccess.java fails intermittently with Unrecognized SSL message Reviewed-by: xuelei
Thu, 15 Sep 2016 15:19:45 +0100 8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test
robm [Thu, 15 Sep 2016 15:19:45 +0100] rev 40976
8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test Reviewed-by: chegar
Thu, 15 Sep 2016 13:03:03 +0300 8165689: Fix module dependencies for sun/security/pkcs11/* tests
skovalev [Thu, 15 Sep 2016 13:03:03 +0300] rev 40975
8165689: Fix module dependencies for sun/security/pkcs11/* tests Reviewed-by: mullan
Tue, 13 Sep 2016 11:38:31 +0200 8165936: Potential Heap buffer overflow when seaching timezone info files
stuefe [Tue, 13 Sep 2016 11:38:31 +0200] rev 40974
8165936: Potential Heap buffer overflow when seaching timezone info files Summary: readdir_r called with too small buffer Reviewed-by: clanger, rriggs, okutsu, naoto
(0) -30000 -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 tip