jcbeyler [Thu, 11 Oct 2018 12:41:47 -0700] rev 52099
8212025: Remove collector_present variable from ThreadHeapSampler
Summary: Remove unused variable from ThreadHeapSampler
Reviewed-by: tschatzl, pliden
jcbeyler [Thu, 11 Oct 2018 09:30:10 -0700] rev 52098
8211432: [REDO] Handle JNIGlobalRefLocker.cpp
Summary: Adding a JNI verification wrapper for tests
Reviewed-by: amenkov, sspitsyn, phh
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