I know that none of you are still making the transition
fromjdk1.4.2 to jdk5 (aka jdk1.5.0, yah, we changed the numbering)
but if you were, I'd want you to know...
I know that none of you are still making the transition
fromjdk1.4.2 to jdk5 (aka jdk1.5.0, yah, we changed the numbering)
but if you were, I'd want you to know that you might need a larger
permanent generation. In jdk5 class data sharing wasimplemented
(the -Xshare option, see the "java -X" output)when the client VM
(-client) is being used.The implementation of class data sharing
split some of theinformation about classes into two parts (the part
thatcan be shared and the...
I know that none of you are still making the transition
fromjdk1.4.2 to jdk5 (aka jdk1.5.0, yah, we changed the numbering)
but if you were, I'd want you to know that you might need a larger
permanent...