bharadwaj [Mon, 25 Mar 2013 09:36:15 -0700] rev 16443
8009552: test/vm/verifier/TestStaticIF.java failing with hs25.0-b
Summary: Remove support for verification of class files with version 52 and above from type inference verifier.
Reviewed-by: acorn, hseigel
hseigel [Mon, 25 Mar 2013 08:37:28 -0400] rev 16442
8010667: Non-zero padding is not allowed in splitverifier for tableswitch/lookupswitch instructions.
Summary: Don't check the padding bits if class file version is >= 51.
Reviewed-by: kvn, dholmes, coleenp
ctornqvi [Sun, 24 Mar 2013 09:21:37 +0100] rev 16441
Merge
ctornqvi [Sun, 24 Mar 2013 09:11:55 +0100] rev 16440
8008454: test/runtime/NMT/PrintNMTStatistics is broken
Summary: Added @run tag so that it actually runs the test, also fixed broken command line and incorrect parsing. Also reviewed by gerard.ziemski@oracle.com
Reviewed-by: mgerdin, zgu
dcubed [Sat, 23 Mar 2013 22:35:02 -0700] rev 16439
Merge
iklam [Thu, 21 Mar 2013 20:46:46 -0700] rev 16438
8010389: After fix for 7107135 a failed dlopen() call results in a VM crash
Summary: Call dlerror() in VM thread as necessary.
Reviewed-by: coleenp, dholmes
zgu [Thu, 21 Mar 2013 06:53:53 -0700] rev 16437
Merge
zgu [Wed, 20 Mar 2013 09:42:48 -0400] rev 16436
8009298: NMT: Special version of class loading/unloading with runThese stresses out NMT
8009777: NMT: add new NMT dcmd to control auto shutdown option
Summary: Added diagnostic VM option and DCmd command to allow NMT stay alive under stress situation
Reviewed-by: dcubed, coleenp
dcubed [Wed, 20 Mar 2013 20:52:00 -0700] rev 16435
Merge
rdurbin [Wed, 20 Mar 2013 20:44:54 -0700] rev 16434
8010396: checking MallocMaxTestWords in testMalloc() function is redundant
Summary: Remove redundant checks in testMalloc and add assert.
Reviewed-by: dcubed, coleenp, dholmes
ctornqvi [Wed, 20 Mar 2013 20:40:57 +0100] rev 16433
8007982: some runtime/CommandLine/ tests fail on 32-bit platforms
Summary: Changed tests to use platform independent flags
Reviewed-by: collins, hseigel, zgu
acorn [Wed, 20 Mar 2013 12:20:10 -0400] rev 16432
Merge
acorn [Wed, 20 Mar 2013 11:43:56 -0400] rev 16431
8010017: lambda: reflection get(Declared)Methods support for default methods.
Summary: Don't expose vm generated overpass (bridges to default methods).
Reviewed-by: dholmes, fparain
coleenp [Wed, 20 Mar 2013 08:04:54 -0400] rev 16430
8008217: CDS: Class data sharing limits the malloc heap on Solaris
Summary: In 64bit VM move CDS archive address to 32G on all platforms using new flag SharedBaseAddress. In 32bit VM set CDS archive address to 3Gb on Linux and let other OSs pick the address.
Reviewed-by: kvn, dcubed, zgu, hseigel