dsamersoff [Thu, 22 Sep 2016 14:29:56 +0000] rev 41304
Merge
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
adinn [Thu, 22 Sep 2016 09:18:16 -0400] rev 41302
8166433: AArch64: Fix for JDK-8163014 broke AArch64 build
Reviewed-by: adinn, coleenp
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
kzhaldyb [Thu, 22 Sep 2016 00:21:25 +0200] rev 41300
Merge
kzhaldyb [Fri, 16 Sep 2016 19:49:03 +0300] rev 41299
8165613: Convert TestKlass_test to Gtest
Reviewed-by: coleenp, rehn
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
ctornqvi [Wed, 21 Sep 2016 18:40:50 +0000] rev 41297
Merge
ctornqvi [Wed, 21 Sep 2016 16:52:45 +0000] rev 41296
Merge
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
coleenp [Wed, 21 Sep 2016 16:47:26 +0000] rev 41294
Merge
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
ddmitriev [Wed, 21 Sep 2016 16:46:13 +0300] rev 41292
8150758: [TESTBUG] need jvmti tests for module aware agents
Reviewed-by: sspitsyn, dsamersoff
kzhaldyb [Wed, 21 Sep 2016 11:31:23 +0200] rev 41291
Merge
kzhaldyb [Thu, 08 Sep 2016 18:41:10 +0300] rev 41290
8165601: Convert arrayOopDesc_test to Gtest
Reviewed-by: coleenp, iignatyev
kzhaldyb [Mon, 05 Sep 2016 20:31:03 +0300] rev 41289
8165439: Convert Test_TempNewSymbol to GTest
Reviewed-by: dholmes, coleenp
sspitsyn [Wed, 21 Sep 2016 08:38:21 +0000] rev 41288
Merge
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
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