ccheung [Thu, 31 Aug 2017 17:06:10 +0000] rev 47104
Merge
ccheung [Mon, 28 Aug 2017 15:34:04 -0700] rev 47103
8186842: Use Java class loaders for creating the CDS archive
Reviewed-by: coleenp, jiangli, iklam, mseledtsov
Contributed-by: calvin.cheung@oracle.com, ioi.lam@oracle.com
stuefe [Thu, 31 Aug 2017 18:34:40 +0200] rev 47102
8186982: [aix] Garbage output for CPU info in hs-err file
Reviewed-by: goetz, simonis
Contributed-by: arno.zeller@sap.com
bobv [Thu, 31 Aug 2017 16:29:58 +0200] rev 47101
Merge
bobv [Tue, 29 Aug 2017 15:53:04 -0400] rev 47100
8186248: Allow more flexibility in selecting Heap % of available RAM
Reviewed-by: dholmes, drwhite
rehn [Thu, 31 Aug 2017 08:18:47 +0200] rev 47099
8186837: Memory ordering nmethod, _state and _stack_traversal_mark
Reviewed-by: dholmes, rkennke
coleenp [Wed, 30 Aug 2017 19:18:22 -0400] rev 47098
8164207: Checking missing load-acquire in relation to _pd_set in dictionary.cpp
Summary: Use load_acquire for accessing DictionaryEntry::_pd_set since it's accessed outside the SystemDictionary_lock
Reviewed-by: zgu, twisti, dholmes, adinn