jiangli [Fri, 12 Jun 2015 17:29:14 -0400] rev 31345
8015086: add interned strings to the shared archive.
Summary: Support saving interned strings in shared CDS archive.
Reviewed-by: coleenp, iklam, pliden
david [Fri, 12 Jun 2015 12:55:32 +0200] rev 31344
8025608: GC trace events missing nursery size information
Reviewed-by: sjohanss, mgerdin
goetz [Thu, 11 Jun 2015 11:07:03 -0400] rev 31343
8086073: Fix PrintStubCode for empty StubCodeGenerator.
Reviewed-by: kvn, lfoltan
ykantser [Mon, 08 Jun 2015 12:54:05 +0200] rev 31342
8085813: The targeted processes in sun/tools tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
Reviewed-by: sspitsyn
kbarrett [Wed, 10 Jun 2015 07:37:11 +0200] rev 31341
Merge
kbarrett [Tue, 09 Jun 2015 15:05:47 -0400] rev 31340
8086027: Multiple STATIC_ASSERTs at class scope doesn't work
Summary: Make supporting typedef name unique via __LINE__ concatenation
Reviewed-by: dholmes, brutisso
jwilhelm [Wed, 10 Jun 2015 05:59:44 +0200] rev 31339
Merge
jwilhelm [Tue, 09 Jun 2015 16:48:55 +0200] rev 31338
Merge
coleenp [Wed, 10 Jun 2015 04:39:15 +0200] rev 31337
Merge
mockner [Tue, 09 Jun 2015 12:22:21 -0400] rev 31336
8076161: Runtime stub for throw_null_pointer_exception always constructs log messages
Summary: A LogEvents filter has been added to avoid unnecessary string construction.
Reviewed-by: coleenp, hseigel, dholmes
coleenp [Tue, 09 Jun 2015 10:26:25 -0400] rev 31335
8035074: hs_err improvement: Add time zone information in the hs_err file
8026335: hs_err improvement: Print exact compressed oops mode and the heap base value.
8026331: hs_err improvement: Print if we have seen any OutOfMemoryErrors or StackOverflowErrors
Summary: Add requested things to hs_err file.
Reviewed-by: ctornqvi, dholmes
goetz [Mon, 08 Jun 2015 15:40:28 +0200] rev 31334
8085975: Fix warning "converting to jlong from double" of gcc 4.1.2 after 8079561
Reviewed-by: mgerdin, ehelin
simonis [Mon, 08 Jun 2015 17:39:35 +0000] rev 31333
8080684: PPC64: Fix little-endian build after "8077838: Recent developments for ppc"
Summary: Also fix the Power8 detection which was broken because we issued an illegal 'lqarx' instruction
Reviewed-by: kvn, asmundak
cjplummer [Fri, 05 Jun 2015 13:40:09 -0700] rev 31332
8054386: Allow Java debugging when CDS is enabled
Summary: Map archive RW when debugging is enabled
Reviewed-by: sspitsyn, iklam, mseledtsov, dholmes
drwhite [Fri, 05 Jun 2015 10:27:41 +0200] rev 31331
7097567: G1: abstract and encapsulate collector phases and transitions between them
Reviewed-by: mgerdin, tschatzl
david [Fri, 05 Jun 2015 09:50:09 +0200] rev 31330
8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint
Reviewed-by: drwhite, stefank