coleenp [Tue, 17 May 2016 08:51:05 -0400] rev 38309
8155951: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool
8151066: assert(0 <= i && i < length()) failed: index out of bounds
Summary: lock classes for redefinition because constant pool merging isn't thread safe, use method constant pool because constant pool merging doesn't make equivalent cpCaches because of invokedynamic
Reviewed-by: sspitsyn, dholmes
goetz [Tue, 17 May 2016 03:26:07 -0400] rev 38308
8156929: [aix] Add missing includes
Reviewed-by: coleenp, dholmes
iignatyev [Mon, 23 May 2016 17:49:57 +0300] rev 38307
8156681: Add jtreg wrapper for hotspot gtest tests
Reviewed-by: jwilhelm, ehelin
alanb [Sat, 21 May 2016 08:00:33 +0100] rev 38306
8152650: ModuleFinder.compose should accept varargs
Reviewed-by: mchung
lana [Thu, 19 May 2016 19:45:52 +0000] rev 38305
Merge
kvn [Thu, 19 May 2016 11:01:38 -0700] rev 38304
8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error
Summary: Add missing cache_line_size > 0 checks.
Reviewed-by: vlivanov, kbarrett