thartmann [Fri, 29 Jul 2016 08:36:13 +0200] rev 40021
8162540: Crash in C2 escape analysis with assert: "node should be registered"
Summary: GetAndSet, CompareAndExchange and CompareAndSwap intrinsics emit unsafe accesses to oop fields.
Reviewed-by: kvn
lfoltan [Thu, 28 Jul 2016 09:57:49 -0400] rev 40020
8160487: JVM should validate a module by checking for an instance of java.lang.reflect.Module
Summary: Correct the checking of an instance of java.lang.reflect.Module to validate a module
Reviewed-by: alanb, coleenp, redestad
mchernov [Wed, 27 Jul 2016 18:43:52 +0300] rev 40019
8159606: gc/g1/TestShrinkAuxiliaryData* tests fail because GC triggered before VM initialization completed
Reviewed-by: tschatzl
dfazunen [Wed, 27 Jul 2016 21:16:38 +0400] rev 40018
8161990: Un-quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java.
Reviewed-by: tschatzl
acorn [Wed, 27 Jul 2016 13:33:52 +0000] rev 40017
Merge
acorn [Wed, 27 Jul 2016 08:31:48 -0400] rev 40016
8162340: Better class stream parsing
Summary: Check platform and boot loader for java/* packages
Reviewed-by: lfoltan, coleenp, dholmes
dholmes [Tue, 26 Jul 2016 23:52:25 -0400] rev 40015
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
Reviewed-by: twisti, fparain, cjplummer
jiangli [Tue, 26 Jul 2016 17:25:58 -0400] rev 40014
8156959: compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java fails with exit 134.
Summary: Remove invalid assert in SensorInfo::process_pending_requests.
Reviewed-by: dholmes, coleenp