-
Enhancement
-
Resolution: Won't Fix
-
P4
-
hs23, 7u4
-
generic
-
os_x
The Apple OSX versions of JDK 6 have long used CMS (Concurrent Mark Sweep) as the
default garbage collector. The Oracle JDK has used either the serial or parallel
collectors, depending upon machine configuration. For compatibility and performance
reasons, the JDK 7 OSX port should use CMS in the same configuration as Apple used
in JDK 6.
default garbage collector. The Oracle JDK has used either the serial or parallel
collectors, depending upon machine configuration. For compatibility and performance
reasons, the JDK 7 OSX port should use CMS in the same configuration as Apple used
in JDK 6.
- duplicates
-
JDK-7129718 MAC: Revise default GC policy on Mac OS X
- Closed