Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177344 | 7 | Coleen Phillimore | P3 | Closed | Fixed | b40 |
JDK-2172820 | 6u14 | Coleen Phillimore | P3 | Closed | Fixed | b01 |
Also, UseCompressedOops was supposed to be turned on by default in hs14, bug somehow that changeset was lost.
Coleen Phillimore - Sun Microsystems wrote:
>
>
> On 09/26/08 20:07, Vladimir Kozlov wrote:
>> First, UseParNewGC does not work with compressed oops:
> It is supposed to. Is it broken or just not performant?
>
> thanks,
> Coleen
>>
>> pf-t5120-1% gamma -XX:InlineSmallCode=1400 -XX:FreqInlineSize=210 -XX:+UseCompressedOops -XX:+AggressiveOpts -XX:ParallelGCThreads=40 -XX:+UseLargePages -XX:LargePageSizeInBytes=256m -XX:+AlwaysPreTouch -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xmx28g -Xms28g -Xmn22g -XX:+UseParNewGC -XX:+PrintTenuringDistribution -Xss256k -cp jbb.jar:check.jar spec.jbb.JBBmain
>>
>> Exception in thread "main" java.lang.ClassCastException: java.util.LinkedHashMap$Entry cannot be cast to java.util.Map$Entry
>> at java.security.Provider.ensureLegacyParsed(Provider.java:536)
Coleen Phillimore - Sun Microsystems wrote:
>
>
> On 09/26/08 20:07, Vladimir Kozlov wrote:
>> First, UseParNewGC does not work with compressed oops:
> It is supposed to. Is it broken or just not performant?
>
> thanks,
> Coleen
>>
>> pf-t5120-1% gamma -XX:InlineSmallCode=1400 -XX:FreqInlineSize=210 -XX:+UseCompressedOops -XX:+AggressiveOpts -XX:ParallelGCThreads=40 -XX:+UseLargePages -XX:LargePageSizeInBytes=256m -XX:+AlwaysPreTouch -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xmx28g -Xms28g -Xmn22g -XX:+UseParNewGC -XX:+PrintTenuringDistribution -Xss256k -cp jbb.jar:check.jar spec.jbb.JBBmain
>>
>> Exception in thread "main" java.lang.ClassCastException: java.util.LinkedHashMap$Entry cannot be cast to java.util.Map$Entry
>> at java.security.Provider.ensureLegacyParsed(Provider.java:536)
- backported by
-
JDK-2172820 UseCompressedOops is broken with UseParNewGC
-
- Closed
-
-
JDK-2177344 UseCompressedOops is broken with UseParNewGC
-
- Closed
-