brutisso [Mon, 25 Aug 2014 08:27:19 +0200] rev 26313
8055818: Remove PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC from g1BlockOffsetTable.cpp
Reviewed-by: stefank, mgerdin
rbackman [Thu, 28 Aug 2014 18:31:05 +0200] rev 26312
Merge
iignatyev [Wed, 27 Aug 2014 17:09:18 +0400] rev 26311
8056072: add jprt_optimized targets
Reviewed-by: kvn, roland
zmajo [Wed, 27 Aug 2014 10:02:58 +0200] rev 26310
8051415: TypeTuple::make_domain() and TypeTuple::make_range() allocate too much memory
Summary: Change memory allocation in TypeTuple::make_domain() and TypeTuple::make_range() to not allocate memory for TypeFunc::Parms.
Reviewed-by: kvn, roland
thartmann [Mon, 25 Aug 2014 07:44:58 +0000] rev 26309
Merge
thartmann [Mon, 25 Aug 2014 07:04:09 +0200] rev 26308
8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC
Summary: Remove the '-XX:+UseParallelGC' parameter from the test because it is conflicting with other GC settings.
Reviewed-by: kvn
thartmann [Mon, 25 Aug 2014 07:08:53 +0200] rev 26307
8055751: TestAnonymousClassUnloading.java needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
Summary: Copy additional Whitebox class file to JTwork (required by JDK-8011397).
Reviewed-by: kvn
kvn [Fri, 22 Aug 2014 12:03:49 -0700] rev 26306
8055069: TSX and RTM should be deprecated more strongly until hardware is corrected
Summary: Require to specify UnlockExperimentalVMOptions flag together with UseRTMLocking flag on un-patched systems where CPUID allows it but is unsupported otherwise.
Reviewed-by: iveresov, fzhinkin
ctornqvi [Tue, 26 Aug 2014 13:07:57 -0700] rev 26305
8041727: [TESTBUG] runtime/jsig/Test8017498.sh fails with Test8017498.sh: 50: [: x/usr/bin/gcc: unexpected operator
Summary: Fixed shell script issues
Reviewed-by: dcubed, gtriantafill
ccheung [Mon, 25 Aug 2014 00:13:36 -0700] rev 26304
8048150: Allow easy configurations for large CDS archives
Summary: Estimate the size of shared archive based on the number of classes in the classlist file
Reviewed-by: iklam, jiangli, minqi, dholmes
ctornqvi [Fri, 22 Aug 2014 14:21:41 -0700] rev 26303
8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
Summary: Use 128KB chunks for virtual memory operations
Reviewed-by: zgu, gtriantafill
gtriantafill [Fri, 22 Aug 2014 06:28:14 -0700] rev 26302
8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
Reviewed-by: ctornqvi, zgu, hseigel
gtriantafill [Thu, 21 Aug 2014 14:37:39 -0700] rev 26301
8055684: runtime/NMT/CommandLineEmptyArgument.java fails
Reviewed-by: ctornqvi, sla
gtriantafill [Fri, 22 Aug 2014 07:38:42 -0700] rev 26300
8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
Reviewed-by: ctornqvi, zgu
gtriantafill [Fri, 22 Aug 2014 06:46:29 -0700] rev 26299
8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available
Reviewed-by: ctornqvi, hseigel
dcubed [Fri, 22 Aug 2014 11:23:36 -0700] rev 26298
Merge