jiangli [Mon, 19 Aug 2013 14:59:54 -0400] rev 19326
8021948: Change InstanceKlass::_source_file_name and _generic_signature from Symbol* to constant pool indexes.
Summary: Change InstanceKlass::_source_file_name and _generic_signature to u2 fields.
Reviewed-by: coleenp, iklam
kevinw [Mon, 19 Aug 2013 22:28:52 -0700] rev 19325
Merge
kevinw [Mon, 19 Aug 2013 14:28:58 +0100] rev 19324
8022655: ClassDump ignored jarStream setting
Reviewed-by: minqi, sla
ehelin [Mon, 19 Aug 2013 17:29:41 -0700] rev 19323
Merge
ehelin [Wed, 07 Aug 2013 16:47:32 +0200] rev 19322
8014659: NPG: performance counters for compressed klass space
Reviewed-by: mgerdin, coleenp, hseigel, jmasa, ctornqvi
minqi [Mon, 19 Aug 2013 09:16:35 -0700] rev 19321
8023188: Unsafe volatile double store on bsd is broken
Reviewed-by: dcubed, dholmes
Contributed-by: yumin.qi@oracle.com
dcubed [Fri, 16 Aug 2013 10:06:58 -0700] rev 19320
Merge
hseigel [Thu, 15 Aug 2013 20:04:10 -0400] rev 19319
8003424: Enable Class Data Sharing for CompressedOops
8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops
8005933: The -Xshare:auto option is ignored for -server
Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs.
Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank