jprovino [Tue, 20 Sep 2016 22:38:26 +0000] rev 41286
Merge
jprovino [Tue, 20 Sep 2016 20:45:35 +0000] rev 41285
Merge
jprovino [Tue, 20 Sep 2016 10:27:51 -0400] rev 41284
8164482: [REDO] G1 does not implement millis_since_last_gc which is needed by RMI GC
Summary: G1 does not return a correct value for the CollectedHeap::millis_since_last_gc()
Reviewed-by: tschatzl, kbarrett
eosterlund [Tue, 20 Sep 2016 15:42:17 -0400] rev 41283
8033552: Fix missing missing volatile specifiers in CAS operations in GC code
Summary: Add missing volatile specifiers.
Reviewed-by: kbarrett, tschatzl
ccheung [Tue, 20 Sep 2016 20:22:19 +0200] rev 41282
Merge
ccheung [Tue, 20 Sep 2016 10:37:19 -0700] rev 41281
8164011: --patch-module support for CDS
Summary: allows the use of the --patch-module vm option with CDS. However, classes found in --patch-module during dump time will not be archived.
Reviewed-by: iklam, dcubed, lfoltan
bchristi [Tue, 20 Sep 2016 10:04:55 -0700] rev 41280
8165372: StackWalker performance regression following JDK-8147039
Summary: Stack walking can use javaVFrame or vframeStream
Reviewed-by: coleenp, mchung
eosterlund [Tue, 20 Sep 2016 11:41:43 +0200] rev 41279
8165860: WorkGroup classes are missing volatile specifiers for lock-free code
Reviewed-by: mgerdin, tschatzl
erikj [Wed, 05 Oct 2016 17:11:14 +0200] rev 41278
8161025: GPL header missing comma in year
Reviewed-by: dholmes
erikj [Wed, 05 Oct 2016 10:49:49 +0200] rev 41277
8150736: Excessive disk space used by build system
Reviewed-by: ihse
lana [Thu, 06 Oct 2016 20:56:10 +0000] rev 41276
Added tag jdk-9+139 for changeset 9e274c9c3047
erikj [Fri, 07 Oct 2016 09:11:42 +0200] rev 41275
8167195: VM fails to initialize intermittently when running jmod to create some images
Reviewed-by: tbell, mchung
iris [Thu, 06 Oct 2016 18:06:04 -0700] rev 41274
8166799: ASSEMBLY_EXCEPTION contains historical company name
Reviewed-by: mchung, tbell
weijun [Fri, 07 Oct 2016 07:59:32 +0800] rev 41273
8167181: Exported elements referring to inaccessible types in jdk.security.jgss
Reviewed-by: mchung
lana [Thu, 06 Oct 2016 23:12:02 +0000] rev 41272
Merge
jlahoda [Thu, 06 Oct 2016 14:03:14 +0200] rev 41271
8153362: Add javac -Xlint warning to list exposed types which are not accessible
Summary: Disabling exports lint (newly introduced to javac) on java.desktop, java.naming, jdk.accessibility, jdk.jshell, jdk.jsobject, jdk.security.jgss, jdk.vm.ci
Reviewed-by: alanb
amurillo [Wed, 05 Oct 2016 09:52:52 -0700] rev 41270
Merge
amurillo [Wed, 05 Oct 2016 06:28:22 -0700] rev 41269
Merge
amurillo [Fri, 30 Sep 2016 02:52:36 -0700] rev 41268
Merge
dlong [Tue, 27 Sep 2016 20:57:47 -0400] rev 41267
Merge
dlong [Mon, 26 Sep 2016 14:21:20 -0400] rev 41266
Merge
dlong [Tue, 20 Sep 2016 16:34:44 -0400] rev 41265
Merge
goetz [Thu, 01 Sep 2016 16:46:59 +0200] rev 41264
8165235: [TESTBUG] RTM tests must check OS version
Reviewed-by: simonis, fzhinkin
amurillo [Fri, 23 Sep 2016 13:44:01 -0700] rev 41263
Merge
iignatyev [Thu, 22 Sep 2016 15:40:35 +0300] rev 41262
8166483: gtest fmw should be updated to support null detection on SS >= 12u4
Reviewed-by: dholmes, kzhaldyb
erikj [Wed, 05 Oct 2016 17:10:49 +0200] rev 41261
8161018: GPL header missing comma in year
Reviewed-by: dholmes
erikj [Wed, 05 Oct 2016 10:49:21 +0200] rev 41260
8150736: Excessive disk space used by build system
Reviewed-by: ihse
lana [Thu, 06 Oct 2016 20:56:09 +0000] rev 41259
Added tag jdk-9+139 for changeset 1de8867db5a3
duke [Wed, 05 Jul 2017 22:17:46 +0200] rev 41258
Added tag jdk-9+139 for changeset 65477538bec3
duke [Wed, 05 Jul 2017 22:17:45 +0200] rev 41257
Merge
duke [Wed, 05 Jul 2017 22:17:39 +0200] rev 41256
Merge
jlahoda [Tue, 04 Oct 2016 17:40:29 +0200] rev 41255
8073844: fatal annotation processing errors do not stop compilation
Summary: JavacProcessingEnvironment lets the should-stop policy decide when the compilation should stop.
Reviewed-by: jjg
jlahoda [Tue, 04 Oct 2016 16:25:19 +0200] rev 41254
8152911: javac assertion error when compiling overlay sources
Summary: Avoid creating ModuleSymbols with unspecified name, to avoid conflicts with predefined ModuleSymbol for the java.base module.
Reviewed-by: jjg
erikj [Tue, 04 Oct 2016 13:41:52 +0200] rev 41253
8166965: Some small java build tools are still running with big JVM configuration
Reviewed-by: ihse
jjg [Fri, 30 Sep 2016 13:15:22 -0700] rev 41252
8166144: New javadoc options don't conform to JEP 293 (GNU style options)
Reviewed-by: ksrini, bpatel
mchung [Thu, 29 Sep 2016 21:31:09 -0700] rev 41251
8166238: Update jdeps for GNU-style long form options
Reviewed-by: alanb
lana [Thu, 29 Sep 2016 17:24:10 +0000] rev 41250
Merge
shinyafox [Thu, 29 Sep 2016 17:36:22 +0900] rev 41249
8166744: JShell: java.lang.IndexOutOfBoundsException for legal history access
Reviewed-by: rfield, jlahoda
shinyafox [Wed, 28 Sep 2016 16:36:10 +0900] rev 41248
8154714: jshell tool: add exports support
Reviewed-by: jlahoda, rfield
sadayapalam [Wed, 28 Sep 2016 09:05:20 +0530] rev 41247
8166363: Method with reordered type parameter bounds compiles with @Override annotation but does not actually override superclass method.
Reviewed-by: vromero
lana [Thu, 29 Sep 2016 16:45:12 +0000] rev 41246
Added tag jdk-9+138 for changeset 4b05dadfb69d
duke [Wed, 05 Jul 2017 22:17:29 +0200] rev 41245
Merge
lana [Thu, 29 Sep 2016 16:45:10 +0000] rev 41244
Added tag jdk-9+138 for changeset 8ced0dd94a6e
duke [Wed, 05 Jul 2017 22:17:22 +0200] rev 41243
Merge
lana [Thu, 29 Sep 2016 16:45:10 +0000] rev 41242
Added tag jdk-9+138 for changeset 7223a315fd01
duke [Wed, 05 Jul 2017 22:17:15 +0200] rev 41241
Merge
erikj [Tue, 04 Oct 2016 13:41:52 +0200] rev 41240
8166965: Some small java build tools are still running with big JVM configuration
Reviewed-by: ihse
attila [Tue, 04 Oct 2016 13:23:10 +0200] rev 41239
8167037: Remove CALL_METHOD support from internal Nashorn linkers
Reviewed-by: hannesw, sundar
hannesw [Fri, 30 Sep 2016 19:40:31 +0200] rev 41238
8166902: Nested object literal property maps not reset in optimistic recompilation
Reviewed-by: lagergren, attila
lana [Thu, 29 Sep 2016 16:45:12 +0000] rev 41237
Added tag jdk-9+138 for changeset b9a1cb9ed1d3
duke [Wed, 05 Jul 2017 22:17:07 +0200] rev 41236
Merge
erikj [Tue, 04 Oct 2016 13:41:52 +0200] rev 41235
8166965: Some small java build tools are still running with big JVM configuration
Reviewed-by: ihse
lana [Thu, 29 Sep 2016 16:45:08 +0000] rev 41234
Added tag jdk-9+138 for changeset f8823c55a1b7
duke [Wed, 05 Jul 2017 22:16:59 +0200] rev 41233
Merge
rriggs [Tue, 04 Oct 2016 14:19:16 -0400] rev 41232
8165261: RMI API to export an object with a serialization filter
Reviewed-by: dfuchs, chegar
rriggs [Tue, 04 Oct 2016 14:18:54 -0400] rev 41231
8165806: UnicastServerRef support to export an object with a filter
Reviewed-by: dfuchs
rriggs [Tue, 04 Oct 2016 13:45:42 -0400] rev 41230
8155760: Implement Serialization Filtering
8166739: Improve extensibility of ObjectInputFilter information passed to the filter
Reviewed-by: dfuchs, chegar, briangoetz, plevart
naoto [Tue, 04 Oct 2016 09:52:03 -0700] rev 41229
8166645: Include locales plugin throws InternalError with "*" specified.
Reviewed-by: mchung
vtewari [Tue, 04 Oct 2016 21:59:16 +0530] rev 41228
8153674: Expected SocketException not thrown when calling bind() with setReuseAddress(false)
Reviewed-by: chegar, msheppar
bpb [Tue, 04 Oct 2016 08:32:49 -0700] rev 41227
8167058: (fs) UnixDirectoryIterator::stream unused
Summary: Remove UnixDirectoryIterator::stream unused instance variable
Reviewed-by: redestad, alanb
skovalev [Tue, 04 Oct 2016 11:55:42 +0300] rev 41226
8166378: Missing dependencies in several java/security tests
Reviewed-by: xuelei
erikj [Tue, 04 Oct 2016 13:41:52 +0200] rev 41225
8166965: Some small java build tools are still running with big JVM configuration
Reviewed-by: ihse
erikj [Tue, 04 Oct 2016 13:34:49 +0200] rev 41224
8166948: Exploded image too slow to be usable
Reviewed-by: alanb, mchung, ihse
nishjain [Tue, 04 Oct 2016 19:28:09 +0900] rev 41223
8165466: DecimalFormat percentage format can contain unexpected %
Reviewed-by: okutsu, peytoia
rgoel [Tue, 04 Oct 2016 17:18:46 +0900] rev 41222
8166993: typo in java.util.Locale javadoc
Reviewed-by: okutsu, peytoia
sdrach [Mon, 03 Oct 2016 10:57:29 -0700] rev 41221
8165944: jar utility doesn't process more than one -C argument
Reviewed-by: psandoz
jwilhelm [Mon, 03 Oct 2016 15:39:02 +0200] rev 41220
8167026: Quarantine TestDaemonThread.java
Reviewed-by: dsamersoff
plevart [Fri, 30 Sep 2016 17:34:08 +0200] rev 41219
8166842: String.hashCode() has a non-benign data race
Reviewed-by: shade, alanb, martin
serb [Fri, 30 Sep 2016 17:05:54 +0300] rev 41218
8165263: Remove code in MetaData that hacks into private fields of Collections implementation classes
Reviewed-by: mchung, alexsch
erikj [Fri, 30 Sep 2016 09:06:21 +0200] rev 41217
8160630: libjimage.so and others should link statically to libgcc
Reviewed-by: ihse, tbell
lana [Thu, 29 Sep 2016 17:24:21 +0000] rev 41216
Merge
clanger [Thu, 29 Sep 2016 14:58:26 +0200] rev 41215
8166866: (ch) Remove AIX specific implementation file java.base/aix/native/libnio/ch/AixNativeThread.c
Reviewed-by: simonis, chegar, alanb
clanger [Thu, 29 Sep 2016 14:48:07 +0200] rev 41214
8166850: No runtime error expected after calling NET_MapSocketOption
Reviewed-by: chegar
shinyafox [Thu, 29 Sep 2016 17:36:26 +0900] rev 41213
8166744: JShell: java.lang.IndexOutOfBoundsException for legal history access
Reviewed-by: rfield, jlahoda
sundar [Wed, 28 Sep 2016 22:13:14 +0530] rev 41212
8165735: jlink incorrectly accepts multiple --module-path and --limit-modules options
Reviewed-by: mchung, jlaskey
skovalev [Wed, 28 Sep 2016 19:21:42 +0300] rev 41211
8166841: Unused import causes test failure on compilation for java.text tests
Reviewed-by: igerasim
clanger [Wed, 28 Sep 2016 15:47:03 +0200] rev 41210
8166584: Remove obsolete utility function NET_ThrowSocketException in windows libnet
Reviewed-by: chegar
redestad [Wed, 28 Sep 2016 14:29:35 +0200] rev 41209
8166287: MultiReleaseJarAPI.isMultiReleaseJar(): failure java.nio.file.AccessDeniedException: custom-mr.jar
Reviewed-by: mhaupt, alanb
redestad [Wed, 28 Sep 2016 14:27:34 +0200] rev 41208
8166840: Synthetic bridge constructor in ArrayList$Itr blocks inlining
Reviewed-by: vlivanov, mhaupt, forax
mhaupt [Wed, 28 Sep 2016 14:02:21 +0200] rev 41207
8151179: address issues raised by JCK team on JEP 274 API
Reviewed-by: jrose, redestad, psandoz
valeriep [Wed, 28 Sep 2016 03:18:01 +0000] rev 41206
6946830: javax.crypto.Cipher.doFinal behavior differs depending on platform
Summary: Updated OracleUcrypto and SunPKCS11 providers with SunJCE provider behavior
Reviewed-by: xuelei
valeriep [Wed, 28 Sep 2016 03:10:37 +0000] rev 41205
8149802: Signature.verify() doesn't reset the signature object on exception
Summary: Ensure the signature object is always reset after verify() is called.
Reviewed-by: xuelei
mli [Tue, 27 Sep 2016 18:45:51 -0700] rev 41204
8162519: Remove ParallelPrefix.java from ProblemList.txt
Reviewed-by: psandoz
amurillo [Tue, 27 Sep 2016 13:22:41 -0700] rev 41203
Merge
amurillo [Tue, 27 Sep 2016 09:04:49 -0700] rev 41202
Merge
amurillo [Fri, 23 Sep 2016 13:32:21 -0700] rev 41201
Merge
amurillo [Fri, 16 Sep 2016 13:15:02 -0700] rev 41200
Merge
ctornqvi [Thu, 15 Sep 2016 16:56:11 -0400] rev 41199
6648858: InvokeHangTest.java fails due to "failure: Debuggee appears to be hung" when running with -Xcomp
Reviewed-by: zgu, gtriantafill, iignatyev
sgehwolf [Mon, 21 Mar 2016 11:24:09 +0100] rev 41198
8153711: [REDO] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
Summary: Delete global references in invoker_completeInvokeRequest()
Reviewed-by: sspitsyn, dsamersoff
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
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
lana [Thu, 29 Sep 2016 16:45:10 +0000] rev 41195
Added tag jdk-9+138 for changeset cbc639238d91
duke [Wed, 05 Jul 2017 22:16:41 +0200] rev 41194
Merge
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
lana [Thu, 29 Sep 2016 17:23:47 +0000] rev 41192
Merge
amurillo [Tue, 27 Sep 2016 09:04:49 -0700] rev 41191
Merge
amurillo [Fri, 23 Sep 2016 13:32:17 -0700] rev 41190
Merge
kbarrett [Tue, 20 Sep 2016 00:34:54 +0000] rev 41189
Merge
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
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
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
kbarrett [Mon, 19 Sep 2016 17:35:25 +0000] rev 41185
Merge
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
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
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
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
amurillo [Fri, 16 Sep 2016 13:15:01 -0700] rev 41180
Merge
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
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
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
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
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