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
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip