ysuenaga [Sat, 07 Oct 2017 22:42:35 +0900] rev 47601
8187401: Java Stack cannot be shown on HSDB
Reviewed-by: sspitsyn, jgeorge
zgu [Fri, 06 Oct 2017 22:40:31 -0400] rev 47600
8187685: NMT: Tracking compiler memory usage of thread's resource area
Summary: Bias compiler thread's resource area to mtCompiler
Reviewed-by: kvn, coleenp
jiangli [Fri, 06 Oct 2017 19:33:27 -0400] rev 47599
8174986: CDS archived java heap region may not compatible with AOT
Summary: Always uses LogKlassAlignmentInBytes for narrow_klass_shift when CDS is enabled.
Reviewed-by: iklam, ccheung
kvn [Fri, 06 Oct 2017 13:00:18 -0700] rev 47598
8188776: jdk.internal.vm.ci can't export package to upgradeable modules
Summary: Added missing exception in JdkQualifiedExportTest.java test
Reviewed-by: mchung
coleenp [Fri, 06 Oct 2017 18:50:04 +0000] rev 47597
Merge
coleenp [Fri, 06 Oct 2017 14:30:04 -0400] rev 47596
8178870: instrumentation.retransformClasses cause coredump
Summary: Don't double-free cached class bytes on redefinition loading failure.
Reviewed-by: sspitsyn, jiangli
kvn [Fri, 06 Oct 2017 10:39:09 -0700] rev 47595
8188775: Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.hotspot
Summary: add missed changes in default.policy for new module
Reviewed-by: mchung
mhorie [Thu, 05 Oct 2017 12:56:42 +0200] rev 47594
8188802: PPC64: Failure on assert(lrgmask.is_aligned_sets(RegMask::SlotsPerVecX))
Reviewed-by: mdoerr
eosterlund [Thu, 05 Oct 2017 10:55:34 +0200] rev 47593
8188224: Generalize Atomic::load/store to use templates
Reviewed-by: dholmes, coleenp
uvangapally [Thu, 05 Oct 2017 01:31:53 -0700] rev 47592
8185003: JMX: Add a version of ThreadMXBean.dumpAllThreads with a maxDepth argument
Summary: Added two new API's to limit the stack trace depth
Reviewed-by: mchung, dfuchs, rriggs, egahlin
Contributed-by: ujwal.vangapally@oracle.com
zyao [Wed, 20 Sep 2017 18:30:32 +0800] rev 47591
8187601: Unrolling more when SLP auto-vectorization failed
Reviewed-by: kvn
roland [Wed, 27 Sep 2017 16:17:47 +0200] rev 47590
8187822: C2 conditonal move optimization might create broken graph
Reviewed-by: kvn