pliden [Mon, 27 Nov 2017 13:34:00 +0100] rev 48122
8191862: Warn about UseNUMA/UseLargePages only when using ParallelGC
Reviewed-by: stefank, sjohanss
pliden [Mon, 27 Nov 2017 12:38:47 +0100] rev 48121
8191846: jstat prints debug message when debugging is disabled
Reviewed-by: ehelin, rehn
rraghavan [Mon, 27 Nov 2017 03:11:38 -0800] rev 48120
8191227: issues with unsafe handle resolution
Summary: added ThreadInVMfromNative or ThreadInVMfromUnknown support
Reviewed-by: thartmann, vlivanov
thartmann [Mon, 27 Nov 2017 11:41:00 +0100] rev 48119
8087339: The code heap might use different alignment for committed size and reserved size
Summary: InitialCodeCacheSize should not constrain code cache memory alignment.
Reviewed-by: kvn
thartmann [Mon, 27 Nov 2017 11:39:21 +0100] rev 48118
8179026: Remove explicit code cache options processing
Summary: Removed explicit processing of code cache related options because generic processing already handles these.
Reviewed-by: kvn
ehelin [Mon, 27 Nov 2017 10:51:31 +0100] rev 48117
8080345: With perm gen gone, perfdata counter sun.gc.policy.generations should be 2, not 3
Reviewed-by: sjohanss, tschatzl
Contributed-by: ysr1729@gmail.com, erik.helin@oracle.com
stefank [Fri, 24 Nov 2017 15:48:01 +0100] rev 48116
8191861: Move and refactor hSpaceCounters
Reviewed-by: pliden, ehelin, rkennke
stefank [Fri, 24 Nov 2017 15:21:30 +0100] rev 48115
8191860: Add perfData.inline.hpp
Reviewed-by: ehelin, pliden
stefank [Fri, 24 Nov 2017 15:21:28 +0100] rev 48114
8191858: Add missing includes in memoryManager.hpp
Reviewed-by: ehelin, tschatzl, pliden
ysuenaga [Mon, 27 Nov 2017 11:20:38 +0530] rev 48113
8185796: jstack and clhsdb jstack should show lock objects
Summary: Modifications to display monitor details with SA jstack
Reviewed-by: sspitsyn, jgeorge
rraghavan [Sun, 26 Nov 2017 09:05:13 -0800] rev 48112
8191313: compiler/runtime/SpreadNullArg.java fails in tier1
Summary: corrected SpreadNullArg.java test to expect NullPointerException after 8157246 fix
Reviewed-by: dcubed, mchung
jwilhelm [Sat, 25 Nov 2017 20:28:10 +0100] rev 48111
Merge
jwilhelm [Sat, 25 Nov 2017 04:36:43 +0100] rev 48110
Merge
dholmes [Fri, 24 Nov 2017 14:07:59 +0100] rev 48109
8191707: Options with invalid values are incorrectly treated as obsolete and ignored
Reviewed-by: rehn, dcubed
rehn [Fri, 24 Nov 2017 13:58:52 +0100] rev 48108
8191782: Missing deprecated options in VMDeprecatedOptions.java
Reviewed-by: dcubed, mlarsson
dcubed [Thu, 23 Nov 2017 19:42:56 -0800] rev 48107
Merge