anoll [Tue, 09 Jul 2013 11:48:05 +0200] rev 18700
8015635: Crash when specifying very large code cache size
Summary: Limit the size of the code cache to at most 2G when arguments are checked; added regression test
Reviewed-by: kvn, twisti
drchase [Tue, 09 Jul 2013 08:56:04 -0400] rev 18699
8017578: Hotspot compilation error with latest Studio compiler
Summary: Make the destructor virtual (note more non-compiler hotspot errors occur downstream)
Reviewed-by: kvn, twisti
adlertz [Tue, 09 Jul 2013 17:20:32 +0200] rev 18698
8019625: Test compiler/8005956/PolynomialRoot.java timeouts on Solaris SPARCs
Summary: Disable the test for SPARC and reduce the number of test iterations
Reviewed-by: kvn
goetz [Mon, 08 Jul 2013 14:15:02 -0700] rev 18697
8020059: The flag introduced by 8014972 is not defined if Hotspot is built without a compiler (zero, ppc64 core build).
Summary: define CodeCacheMinimumUseSpace flag for cppInterpeter build.
Reviewed-by: kvn
acorn [Tue, 09 Jul 2013 22:48:52 +0200] rev 18696
Merge
acorn [Tue, 09 Jul 2013 14:02:28 -0400] rev 18695
8013635: VM should no longer create bridges for generic signatures.
Summary: Requires: 8013789: Compiler bridges, 8015402: metafactory
Reviewed-by: sspitsyn, coleenp, bharadwaj