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