hseigel [Thu, 11 Oct 2018 11:31:37 -0400] rev 52097
8211821: PrintStringTableStatistics crashes JVM
Summary: During JVM exit, print the Symbol and String tables before current thread gets deleted.
Reviewed-by: iklam, dholmes
hseigel [Thu, 11 Oct 2018 10:11:18 -0400] rev 52096
8079784: Unexpected IllegalAccessError when trying access InnerClasses attribute
Summary: Prevent classes in the InnerClasses attribute from being loaded unless they are actually being accessed.
Reviewed-by: dholmes, lfoltan
prappo [Thu, 11 Oct 2018 14:10:13 +0100] rev 52095
8212001: Verify exported symbols in java.base (libjava)
Reviewed-by: chegar
chegar [Thu, 11 Oct 2018 13:40:09 +0100] rev 52094
8211922: Remove test/jdk/javax/naming/module/RunBasic.java from the ProblemList
Reviewed-by: lancea
roland [Thu, 27 Sep 2018 17:46:01 +0200] rev 52093
8211233: MemBarNode::trailing_membar() and MemBarNode::leading_membar() need to handle dying subgraphs better
Reviewed-by: kvn, thartmann
roland [Tue, 18 Sep 2018 20:41:17 +0200] rev 52092
8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
Reviewed-by: kvn, thartmann
shade [Thu, 11 Oct 2018 10:42:17 +0200] rev 52091
8212005: Epsilon elastic TLAB sizing may cause misalignment
Reviewed-by: rkennke, tschatzl
mbaesken [Wed, 10 Oct 2018 16:56:18 +0200] rev 52090
8211929: hotspot/share/opto/parse2.cpp compile error with gcc 7.3.1
Reviewed-by: kvn, stuefe
kbarrett [Wed, 10 Oct 2018 23:47:36 -0400] rev 52089
8211962: Implicit narrowing in MacOSX java.desktop jsound
Summary: Cast value to needed type.
Reviewed-by: serb
bpb [Wed, 10 Oct 2018 17:53:22 -0700] rev 52088
8152910: Get performance improvement with Stable annotation
Reviewed-by: darcy
Contributed-by: Peter Levart <peter.levart@gmail.com>