Tue, 20 Sep 2016 16:50:37 -0700 8129376: SPECjvm98-client performance regression in 9-b66
mcberg [Tue, 20 Sep 2016 16:50:37 -0700] rev 41331
8129376: SPECjvm98-client performance regression in 9-b66 Reviewed-by: kvn
Tue, 20 Sep 2016 16:34:45 -0400 Merge
dlong [Tue, 20 Sep 2016 16:34:45 -0400] rev 41330
Merge
Tue, 20 Sep 2016 17:30:33 +0300 8166164: compiler/compilercontrol/share/processors/LogProcessor.java does not close Scanner
iignatyev [Tue, 20 Sep 2016 17:30:33 +0300] rev 41329
8166164: compiler/compilercontrol/share/processors/LogProcessor.java does not close Scanner Reviewed-by: kvn, ppunegov
Mon, 19 Sep 2016 13:26:37 -0700 8165457: [JVMCI] increase InterpreterCodeSize for JVMCI
dnsimon [Mon, 19 Sep 2016 13:26:37 -0700] rev 41328
8165457: [JVMCI] increase InterpreterCodeSize for JVMCI Reviewed-by: twisti
Fri, 16 Sep 2016 21:10:56 -0700 8166096: variable tracking size limit exceeded in jvmciCompilerToVM.cpp
kvn [Fri, 16 Sep 2016 21:10:56 -0700] rev 41327
8166096: variable tracking size limit exceeded in jvmciCompilerToVM.cpp Summary: Turn off var-tracking-assignments for jvmciCompilerToVM.cpp Reviewed-by: dlong
Wed, 14 Sep 2016 19:55:08 +0000 Merge
dnsimon [Wed, 14 Sep 2016 19:55:08 +0000] rev 41326
Merge
Wed, 14 Sep 2016 12:34:37 -0700 8165434: [JVMCI] remove uses of setAccessible
dnsimon [Wed, 14 Sep 2016 12:34:37 -0700] rev 41325
8165434: [JVMCI] remove uses of setAccessible Reviewed-by: twisti, never
Wed, 14 Sep 2016 20:22:53 +0200 Merge
kvn [Wed, 14 Sep 2016 20:22:53 +0200] rev 41324
Merge
Fri, 26 Aug 2016 12:17:50 -0700 8154122: Intrinsify fused mac operations
vdeshpande [Fri, 26 Aug 2016 12:17:50 -0700] rev 41323
8154122: Intrinsify fused mac operations Summary: added FMA intrinsics on x86 Reviewed-by: kvn, aph, darcy
Wed, 14 Sep 2016 05:48:18 -0700 8165755: [JVMCI] replace use of vm_abort with vm_exit
dnsimon [Wed, 14 Sep 2016 05:48:18 -0700] rev 41322
8165755: [JVMCI] replace use of vm_abort with vm_exit Reviewed-by: dholmes
Thu, 01 Sep 2016 16:47:53 +0200 8165235: [TESTBUG] RTM tests must check OS version
goetz [Thu, 01 Sep 2016 16:47:53 +0200] rev 41321
8165235: [TESTBUG] RTM tests must check OS version Summary: Also change enabling RTM on Aix to OS version 7.2. Reviewed-by: simonis, fzhinkin
Thu, 08 Sep 2016 18:17:50 -0400 8164987: RTM jtreg tests failing due to unnamed module unable to access class jdk.internal.misc.Unsafe
gromero [Thu, 08 Sep 2016 18:17:50 -0400] rev 41320
8164987: RTM jtreg tests failing due to unnamed module unable to access class jdk.internal.misc.Unsafe Reviewed-by: kvn
Fri, 09 Sep 2016 06:11:54 -0700 8164508: unexpected profiling mismatch in c1 generated code
jcm [Fri, 09 Sep 2016 06:11:54 -0700] rev 41319
8164508: unexpected profiling mismatch in c1 generated code Summary: made 8027631 first arg skip applicable to not inlined virtual callsite too. Reviewed-by: kvn
Wed, 07 Sep 2016 12:23:25 -0700 8165565: Shorten branches causes incorrect code for SKX
mcberg [Wed, 07 Sep 2016 12:23:25 -0700] rev 41318
8165565: Shorten branches causes incorrect code for SKX Summary: don't replace restoreMask CountedLoopEnd with short branches. Reviewed-by: kvn
Tue, 27 Sep 2016 16:43:59 -0400 8165857: CMS _overflow_list is missing volatile specifiers.
eosterlund [Tue, 27 Sep 2016 16:43:59 -0400] rev 41317
8165857: CMS _overflow_list is missing volatile specifiers. Summary: Change _overflow_list from "oop" to "oopDesc* volatile", both CMS and ParNew. Reviewed-by: kbarrett, tschatzl
Mon, 26 Sep 2016 17:49:01 +0300 8159818: Convert IHOP_test to GTest
kzhaldyb [Mon, 26 Sep 2016 17:49:01 +0300] rev 41316
8159818: Convert IHOP_test to GTest Reviewed-by: tschatzl, iignatyev
Mon, 26 Sep 2016 20:24:34 +0000 Merge
fparain [Mon, 26 Sep 2016 20:24:34 +0000] rev 41315
Merge
Mon, 26 Sep 2016 15:56:39 -0400 8146546: assert(fr->safe_for_sender(thread)) failed: Safety check
fparain [Mon, 26 Sep 2016 15:56:39 -0400] rev 41314
8146546: assert(fr->safe_for_sender(thread)) failed: Safety check Reviewed-by: dcubed, gziemski, dlong
Mon, 26 Sep 2016 14:38:35 -0400 8166663: Simplify oops_on_card_seq_iterate_careful
kbarrett [Mon, 26 Sep 2016 14:38:35 -0400] rev 41313
8166663: Simplify oops_on_card_seq_iterate_careful Summary: Remove unnecessary parameter, change return value. Reviewed-by: tschatzl, mgerdin
Thu, 15 Sep 2016 18:18:39 +0300 8165602: Convert TestChunkedList_test to GTest
kzhaldyb [Thu, 15 Sep 2016 18:18:39 +0300] rev 41312
8165602: Convert TestChunkedList_test to GTest Reviewed-by: iignatyev, dfazunen
Sat, 24 Sep 2016 16:02:29 -0400 8165858: heapRegionManager is missing volatile specifier for _claims.
eosterlund [Sat, 24 Sep 2016 16:02:29 -0400] rev 41311
8165858: heapRegionManager is missing volatile specifier for _claims. Summary: Added volatile specifier. Reviewed-by: kbarrett, tschatzl
Fri, 23 Sep 2016 18:23:12 -0400 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett [Fri, 23 Sep 2016 18:23:12 -0400] rev 41310
8166583: Add oopDesc::klass_or_null_acquire() Summary: Added new function. Reviewed-by: dholmes, tschatzl
Fri, 23 Sep 2016 13:44:01 -0700 Merge
amurillo [Fri, 23 Sep 2016 13:44:01 -0700] rev 41309
Merge
Thu, 22 Sep 2016 22:51:51 +0300 8166549: fix incorrectly @ignore-d hotspot/compiler tests
iignatyev [Thu, 22 Sep 2016 22:51:51 +0300] rev 41308
8166549: fix incorrectly @ignore-d hotspot/compiler tests Reviewed-by: kvn, kzhaldyb
Thu, 22 Sep 2016 10:24:25 -0700 8166501: compilation error in stackwalk.cpp on some gccs
bchristi [Thu, 22 Sep 2016 10:24:25 -0700] rev 41307
8166501: compilation error in stackwalk.cpp on some gccs Reviewed-by: coleenp
Thu, 22 Sep 2016 16:41:01 +0200 Merge
iignatyev [Thu, 22 Sep 2016 16:41:01 +0200] rev 41306
Merge
Thu, 08 Sep 2016 15:23:05 +0300 8165433: Convert Test_linked_list to Gtest
kzhaldyb [Thu, 08 Sep 2016 15:23:05 +0300] rev 41305
8165433: Convert Test_linked_list to Gtest Reviewed-by: coleenp, dholmes, iignatyev
Thu, 22 Sep 2016 14:29:56 +0000 Merge
dsamersoff [Thu, 22 Sep 2016 14:29:56 +0000] rev 41304
Merge
Thu, 22 Sep 2016 15:42:40 +0300 8166552: SA: Missed testcase for add default methods to InstanceKlass
dsamersoff [Thu, 22 Sep 2016 15:42:40 +0300] rev 41303
8166552: SA: Missed testcase for 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, 22 Sep 2016 09:18:16 -0400 8166433: AArch64: Fix for JDK-8163014 broke AArch64 build
adinn [Thu, 22 Sep 2016 09:18:16 -0400] rev 41302
8166433: AArch64: Fix for JDK-8163014 broke AArch64 build Reviewed-by: adinn, coleenp
Thu, 22 Sep 2016 08:57:37 +0200 8166202: Tracefile gensrc cannot handle closed src dir in different location
erikj [Thu, 22 Sep 2016 08:57:37 +0200] rev 41301
8166202: Tracefile gensrc cannot handle closed src dir in different location Reviewed-by: egahlin, dholmes, tbell
Thu, 22 Sep 2016 00:21:25 +0200 Merge
kzhaldyb [Thu, 22 Sep 2016 00:21:25 +0200] rev 41300
Merge
Fri, 16 Sep 2016 19:49:03 +0300 8165613: Convert TestKlass_test to Gtest
kzhaldyb [Fri, 16 Sep 2016 19:49:03 +0300] rev 41299
8165613: Convert TestKlass_test to Gtest Reviewed-by: coleenp, rehn
Wed, 21 Sep 2016 12:53:16 -0700 8161225: Assert failure in JVMTI GetNamedModule at JPLISAgent.c line: 792
cjplummer [Wed, 21 Sep 2016 12:53:16 -0700] rev 41298
8161225: Assert failure in JVMTI GetNamedModule at JPLISAgent.c line: 792 Summary: Made the assert less restrictive. Reviewed-by: dholmes, dcubed, sspitsyn
Wed, 21 Sep 2016 18:40:50 +0000 Merge
ctornqvi [Wed, 21 Sep 2016 18:40:50 +0000] rev 41297
Merge
Wed, 21 Sep 2016 16:52:45 +0000 Merge
ctornqvi [Wed, 21 Sep 2016 16:52:45 +0000] rev 41296
Merge
Wed, 21 Sep 2016 12:45:18 -0400 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi [Wed, 21 Sep 2016 12:45:18 -0400] rev 41295
8164852: Move slow tier1/tier2 runtime tests to later tiers Reviewed-by: gtriantafill, sla, mseledtsov
Wed, 21 Sep 2016 16:47:26 +0000 Merge
coleenp [Wed, 21 Sep 2016 16:47:26 +0000] rev 41294
Merge
Wed, 21 Sep 2016 09:56:18 -0400 8163969: Cyclic interface initialization causes JVM crash
coleenp [Wed, 21 Sep 2016 09:56:18 -0400] rev 41293
8163969: Cyclic interface initialization causes JVM crash Summary: Fix interface initialization to follow spec: interface initializations do not set initialization state of interfaces that extend them. Reviewed-by: dholmes, acorn, lfoltan
Wed, 21 Sep 2016 16:46:13 +0300 8150758: [TESTBUG] need jvmti tests for module aware agents
ddmitriev [Wed, 21 Sep 2016 16:46:13 +0300] rev 41292
8150758: [TESTBUG] need jvmti tests for module aware agents Reviewed-by: sspitsyn, dsamersoff
Wed, 21 Sep 2016 11:31:23 +0200 Merge
kzhaldyb [Wed, 21 Sep 2016 11:31:23 +0200] rev 41291
Merge
Thu, 08 Sep 2016 18:41:10 +0300 8165601: Convert arrayOopDesc_test to Gtest
kzhaldyb [Thu, 08 Sep 2016 18:41:10 +0300] rev 41290
8165601: Convert arrayOopDesc_test to Gtest Reviewed-by: coleenp, iignatyev
Mon, 05 Sep 2016 20:31:03 +0300 8165439: Convert Test_TempNewSymbol to GTest
kzhaldyb [Mon, 05 Sep 2016 20:31:03 +0300] rev 41289
8165439: Convert Test_TempNewSymbol to GTest Reviewed-by: dholmes, coleenp
Wed, 21 Sep 2016 08:38:21 +0000 Merge
sspitsyn [Wed, 21 Sep 2016 08:38:21 +0000] rev 41288
Merge
Wed, 21 Sep 2016 01:33:21 -0700 8147943: jvmti.h generated with GPL header
sspitsyn [Wed, 21 Sep 2016 01:33:21 -0700] rev 41287
8147943: jvmti.h generated with GPL header Summary: Generate the jvmti.h with the GPL+CP header Reviewed-by: dcubed, alanb
Tue, 20 Sep 2016 22:38:26 +0000 Merge
jprovino [Tue, 20 Sep 2016 22:38:26 +0000] rev 41286
Merge
Tue, 20 Sep 2016 20:45:35 +0000 Merge
jprovino [Tue, 20 Sep 2016 20:45:35 +0000] rev 41285
Merge
Tue, 20 Sep 2016 10:27:51 -0400 8164482: [REDO] G1 does not implement millis_since_last_gc which is needed by RMI GC
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
Tue, 20 Sep 2016 15:42:17 -0400 8033552: Fix missing missing volatile specifiers in CAS operations in GC code
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
Tue, 20 Sep 2016 20:22:19 +0200 Merge
ccheung [Tue, 20 Sep 2016 20:22:19 +0200] rev 41282
Merge
Tue, 20 Sep 2016 10:37:19 -0700 8164011: --patch-module support for CDS
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
Tue, 20 Sep 2016 10:04:55 -0700 8165372: StackWalker performance regression following JDK-8147039
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
Tue, 20 Sep 2016 11:41:43 +0200 8165860: WorkGroup classes are missing volatile specifiers for lock-free code
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
Wed, 05 Oct 2016 17:11:14 +0200 8161025: GPL header missing comma in year
erikj [Wed, 05 Oct 2016 17:11:14 +0200] rev 41278
8161025: GPL header missing comma in year Reviewed-by: dholmes
Wed, 05 Oct 2016 10:49:49 +0200 8150736: Excessive disk space used by build system
erikj [Wed, 05 Oct 2016 10:49:49 +0200] rev 41277
8150736: Excessive disk space used by build system Reviewed-by: ihse
Thu, 06 Oct 2016 20:56:10 +0000 Added tag jdk-9+139 for changeset 9e274c9c3047
lana [Thu, 06 Oct 2016 20:56:10 +0000] rev 41276
Added tag jdk-9+139 for changeset 9e274c9c3047
Fri, 07 Oct 2016 09:11:42 +0200 8167195: VM fails to initialize intermittently when running jmod to create some images
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
Thu, 06 Oct 2016 18:06:04 -0700 8166799: ASSEMBLY_EXCEPTION contains historical company name
iris [Thu, 06 Oct 2016 18:06:04 -0700] rev 41274
8166799: ASSEMBLY_EXCEPTION contains historical company name Reviewed-by: mchung, tbell
Fri, 07 Oct 2016 07:59:32 +0800 8167181: Exported elements referring to inaccessible types in jdk.security.jgss
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
Thu, 06 Oct 2016 23:12:02 +0000 Merge
lana [Thu, 06 Oct 2016 23:12:02 +0000] rev 41272
Merge
Thu, 06 Oct 2016 14:03:14 +0200 8153362: Add javac -Xlint warning to list exposed types which are not accessible
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
Wed, 05 Oct 2016 09:52:52 -0700 Merge
amurillo [Wed, 05 Oct 2016 09:52:52 -0700] rev 41270
Merge
Wed, 05 Oct 2016 06:28:22 -0700 Merge
amurillo [Wed, 05 Oct 2016 06:28:22 -0700] rev 41269
Merge
Fri, 30 Sep 2016 02:52:36 -0700 Merge
amurillo [Fri, 30 Sep 2016 02:52:36 -0700] rev 41268
Merge
Tue, 27 Sep 2016 20:57:47 -0400 Merge
dlong [Tue, 27 Sep 2016 20:57:47 -0400] rev 41267
Merge
Mon, 26 Sep 2016 14:21:20 -0400 Merge
dlong [Mon, 26 Sep 2016 14:21:20 -0400] rev 41266
Merge
Tue, 20 Sep 2016 16:34:44 -0400 Merge
dlong [Tue, 20 Sep 2016 16:34:44 -0400] rev 41265
Merge
Thu, 01 Sep 2016 16:46:59 +0200 8165235: [TESTBUG] RTM tests must check OS version
goetz [Thu, 01 Sep 2016 16:46:59 +0200] rev 41264
8165235: [TESTBUG] RTM tests must check OS version Reviewed-by: simonis, fzhinkin
Fri, 23 Sep 2016 13:44:01 -0700 Merge
amurillo [Fri, 23 Sep 2016 13:44:01 -0700] rev 41263
Merge
Thu, 22 Sep 2016 15:40:35 +0300 8166483: gtest fmw should be updated to support null detection on SS >= 12u4
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
Wed, 05 Oct 2016 17:10:49 +0200 8161018: GPL header missing comma in year
erikj [Wed, 05 Oct 2016 17:10:49 +0200] rev 41261
8161018: GPL header missing comma in year Reviewed-by: dholmes
Wed, 05 Oct 2016 10:49:21 +0200 8150736: Excessive disk space used by build system
erikj [Wed, 05 Oct 2016 10:49:21 +0200] rev 41260
8150736: Excessive disk space used by build system Reviewed-by: ihse
Thu, 06 Oct 2016 20:56:09 +0000 Added tag jdk-9+139 for changeset 1de8867db5a3
lana [Thu, 06 Oct 2016 20:56:09 +0000] rev 41259
Added tag jdk-9+139 for changeset 1de8867db5a3
Wed, 05 Jul 2017 22:17:46 +0200 Added tag jdk-9+139 for changeset 65477538bec3
duke [Wed, 05 Jul 2017 22:17:46 +0200] rev 41258
Added tag jdk-9+139 for changeset 65477538bec3
Wed, 05 Jul 2017 22:17:45 +0200 Merge jdk-9+139
duke [Wed, 05 Jul 2017 22:17:45 +0200] rev 41257
Merge
Wed, 05 Jul 2017 22:17:39 +0200 Merge
duke [Wed, 05 Jul 2017 22:17:39 +0200] rev 41256
Merge
Tue, 04 Oct 2016 17:40:29 +0200 8073844: fatal annotation processing errors do not stop compilation
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
Tue, 04 Oct 2016 16:25:19 +0200 8152911: javac assertion error when compiling overlay sources
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
Tue, 04 Oct 2016 13:41:52 +0200 8166965: Some small java build tools are still running with big JVM configuration
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
Fri, 30 Sep 2016 13:15:22 -0700 8166144: New javadoc options don't conform to JEP 293 (GNU style options)
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
Thu, 29 Sep 2016 21:31:09 -0700 8166238: Update jdeps for GNU-style long form options
mchung [Thu, 29 Sep 2016 21:31:09 -0700] rev 41251
8166238: Update jdeps for GNU-style long form options Reviewed-by: alanb
Thu, 29 Sep 2016 17:24:10 +0000 Merge
lana [Thu, 29 Sep 2016 17:24:10 +0000] rev 41250
Merge
Thu, 29 Sep 2016 17:36:22 +0900 8166744: JShell: java.lang.IndexOutOfBoundsException for legal history access
shinyafox [Thu, 29 Sep 2016 17:36:22 +0900] rev 41249
8166744: JShell: java.lang.IndexOutOfBoundsException for legal history access Reviewed-by: rfield, jlahoda
Wed, 28 Sep 2016 16:36:10 +0900 8154714: jshell tool: add exports support
shinyafox [Wed, 28 Sep 2016 16:36:10 +0900] rev 41248
8154714: jshell tool: add exports support Reviewed-by: jlahoda, rfield
Wed, 28 Sep 2016 09:05:20 +0530 8166363: Method with reordered type parameter bounds compiles with @Override annotation but does not actually override superclass method.
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
Thu, 29 Sep 2016 16:45:12 +0000 Added tag jdk-9+138 for changeset 4b05dadfb69d
lana [Thu, 29 Sep 2016 16:45:12 +0000] rev 41246
Added tag jdk-9+138 for changeset 4b05dadfb69d
Wed, 05 Jul 2017 22:17:29 +0200 Merge
duke [Wed, 05 Jul 2017 22:17:29 +0200] rev 41245
Merge
Thu, 29 Sep 2016 16:45:10 +0000 Added tag jdk-9+138 for changeset 8ced0dd94a6e
lana [Thu, 29 Sep 2016 16:45:10 +0000] rev 41244
Added tag jdk-9+138 for changeset 8ced0dd94a6e
Wed, 05 Jul 2017 22:17:22 +0200 Merge
duke [Wed, 05 Jul 2017 22:17:22 +0200] rev 41243
Merge
Thu, 29 Sep 2016 16:45:10 +0000 Added tag jdk-9+138 for changeset 7223a315fd01
lana [Thu, 29 Sep 2016 16:45:10 +0000] rev 41242
Added tag jdk-9+138 for changeset 7223a315fd01
Wed, 05 Jul 2017 22:17:15 +0200 Merge
duke [Wed, 05 Jul 2017 22:17:15 +0200] rev 41241
Merge
Tue, 04 Oct 2016 13:41:52 +0200 8166965: Some small java build tools are still running with big JVM configuration
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
Tue, 04 Oct 2016 13:23:10 +0200 8167037: Remove CALL_METHOD support from internal Nashorn linkers
attila [Tue, 04 Oct 2016 13:23:10 +0200] rev 41239
8167037: Remove CALL_METHOD support from internal Nashorn linkers Reviewed-by: hannesw, sundar
Fri, 30 Sep 2016 19:40:31 +0200 8166902: Nested object literal property maps not reset in optimistic recompilation
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
Thu, 29 Sep 2016 16:45:12 +0000 Added tag jdk-9+138 for changeset b9a1cb9ed1d3
lana [Thu, 29 Sep 2016 16:45:12 +0000] rev 41237
Added tag jdk-9+138 for changeset b9a1cb9ed1d3
Wed, 05 Jul 2017 22:17:07 +0200 Merge
duke [Wed, 05 Jul 2017 22:17:07 +0200] rev 41236
Merge
Tue, 04 Oct 2016 13:41:52 +0200 8166965: Some small java build tools are still running with big JVM configuration
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
Thu, 29 Sep 2016 16:45:08 +0000 Added tag jdk-9+138 for changeset f8823c55a1b7
lana [Thu, 29 Sep 2016 16:45:08 +0000] rev 41234
Added tag jdk-9+138 for changeset f8823c55a1b7
Wed, 05 Jul 2017 22:16:59 +0200 Merge
duke [Wed, 05 Jul 2017 22:16:59 +0200] rev 41233
Merge
Tue, 04 Oct 2016 14:19:16 -0400 8165261: RMI API to export an object with a serialization filter
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
Tue, 04 Oct 2016 14:18:54 -0400 8165806: UnicastServerRef support to export an object with a filter
rriggs [Tue, 04 Oct 2016 14:18:54 -0400] rev 41231
8165806: UnicastServerRef support to export an object with a filter Reviewed-by: dfuchs
Tue, 04 Oct 2016 13:45:42 -0400 8155760: Implement Serialization Filtering
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
Tue, 04 Oct 2016 09:52:03 -0700 8166645: Include locales plugin throws InternalError with "*" specified.
naoto [Tue, 04 Oct 2016 09:52:03 -0700] rev 41229
8166645: Include locales plugin throws InternalError with "*" specified. Reviewed-by: mchung
Tue, 04 Oct 2016 21:59:16 +0530 8153674: Expected SocketException not thrown when calling bind() with setReuseAddress(false)
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
Tue, 04 Oct 2016 08:32:49 -0700 8167058: (fs) UnixDirectoryIterator::stream unused
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
Tue, 04 Oct 2016 11:55:42 +0300 8166378: Missing dependencies in several java/security tests
skovalev [Tue, 04 Oct 2016 11:55:42 +0300] rev 41226
8166378: Missing dependencies in several java/security tests Reviewed-by: xuelei
Tue, 04 Oct 2016 13:41:52 +0200 8166965: Some small java build tools are still running with big JVM configuration
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
Tue, 04 Oct 2016 13:34:49 +0200 8166948: Exploded image too slow to be usable
erikj [Tue, 04 Oct 2016 13:34:49 +0200] rev 41224
8166948: Exploded image too slow to be usable Reviewed-by: alanb, mchung, ihse
Tue, 04 Oct 2016 19:28:09 +0900 8165466: DecimalFormat percentage format can contain unexpected %
nishjain [Tue, 04 Oct 2016 19:28:09 +0900] rev 41223
8165466: DecimalFormat percentage format can contain unexpected % Reviewed-by: okutsu, peytoia
Tue, 04 Oct 2016 17:18:46 +0900 8166993: typo in java.util.Locale javadoc
rgoel [Tue, 04 Oct 2016 17:18:46 +0900] rev 41222
8166993: typo in java.util.Locale javadoc Reviewed-by: okutsu, peytoia
Mon, 03 Oct 2016 10:57:29 -0700 8165944: jar utility doesn't process more than one -C argument
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
Mon, 03 Oct 2016 15:39:02 +0200 8167026: Quarantine TestDaemonThread.java
jwilhelm [Mon, 03 Oct 2016 15:39:02 +0200] rev 41220
8167026: Quarantine TestDaemonThread.java Reviewed-by: dsamersoff
Fri, 30 Sep 2016 17:34:08 +0200 8166842: String.hashCode() has a non-benign data race
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
Fri, 30 Sep 2016 17:05:54 +0300 8165263: Remove code in MetaData that hacks into private fields of Collections implementation classes
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
Fri, 30 Sep 2016 09:06:21 +0200 8160630: libjimage.so and others should link statically to libgcc
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
Thu, 29 Sep 2016 17:24:21 +0000 Merge
lana [Thu, 29 Sep 2016 17:24:21 +0000] rev 41216
Merge
Thu, 29 Sep 2016 14:58:26 +0200 8166866: (ch) Remove AIX specific implementation file java.base/aix/native/libnio/ch/AixNativeThread.c
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
Thu, 29 Sep 2016 14:48:07 +0200 8166850: No runtime error expected after calling NET_MapSocketOption
clanger [Thu, 29 Sep 2016 14:48:07 +0200] rev 41214
8166850: No runtime error expected after calling NET_MapSocketOption Reviewed-by: chegar
Thu, 29 Sep 2016 17:36:26 +0900 8166744: JShell: java.lang.IndexOutOfBoundsException for legal history access
shinyafox [Thu, 29 Sep 2016 17:36:26 +0900] rev 41213
8166744: JShell: java.lang.IndexOutOfBoundsException for legal history access Reviewed-by: rfield, jlahoda
Wed, 28 Sep 2016 22:13:14 +0530 8165735: jlink incorrectly accepts multiple --module-path and --limit-modules options
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
Wed, 28 Sep 2016 19:21:42 +0300 8166841: Unused import causes test failure on compilation for java.text tests
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
Wed, 28 Sep 2016 15:47:03 +0200 8166584: Remove obsolete utility function NET_ThrowSocketException in windows libnet
clanger [Wed, 28 Sep 2016 15:47:03 +0200] rev 41210
8166584: Remove obsolete utility function NET_ThrowSocketException in windows libnet Reviewed-by: chegar
Wed, 28 Sep 2016 14:29:35 +0200 8166287: MultiReleaseJarAPI.isMultiReleaseJar(): failure java.nio.file.AccessDeniedException: custom-mr.jar
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
Wed, 28 Sep 2016 14:27:34 +0200 8166840: Synthetic bridge constructor in ArrayList$Itr blocks inlining
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
Wed, 28 Sep 2016 14:02:21 +0200 8151179: address issues raised by JCK team on JEP 274 API
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
Wed, 28 Sep 2016 03:18:01 +0000 6946830: javax.crypto.Cipher.doFinal behavior differs depending on platform
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
Wed, 28 Sep 2016 03:10:37 +0000 8149802: Signature.verify() doesn't reset the signature object on exception
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
Tue, 27 Sep 2016 18:45:51 -0700 8162519: Remove ParallelPrefix.java from ProblemList.txt
mli [Tue, 27 Sep 2016 18:45:51 -0700] rev 41204
8162519: Remove ParallelPrefix.java from ProblemList.txt Reviewed-by: psandoz
Tue, 27 Sep 2016 13:22:41 -0700 Merge
amurillo [Tue, 27 Sep 2016 13:22:41 -0700] rev 41203
Merge
Tue, 27 Sep 2016 09:04:49 -0700 Merge
amurillo [Tue, 27 Sep 2016 09:04:49 -0700] rev 41202
Merge
Fri, 23 Sep 2016 13:32:21 -0700 Merge
amurillo [Fri, 23 Sep 2016 13:32:21 -0700] rev 41201
Merge
Fri, 16 Sep 2016 13:15:02 -0700 Merge
amurillo [Fri, 16 Sep 2016 13:15:02 -0700] rev 41200
Merge
Thu, 15 Sep 2016 16:56:11 -0400 6648858: InvokeHangTest.java fails due to "failure: Debuggee appears to be hung" when running with -Xcomp
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
Mon, 21 Mar 2016 11:24:09 +0100 8153711: [REDO] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
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
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
(0) -30000 -10000 -3000 -1000 -192 +192 +1000 +3000 +10000 tip