Last active
August 29, 2015 14:16
-
-
Save ykubota/e914aeb147cda7294a62 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>IBMの@ashigeru | |
IBM さんや @ashigeru さんの資料でした。2資料です。ちなみにそれぞれ | |
http://www.ibm.com/developerworks/jp/websphere/library/java/j2ee_classloader/index.html | |
http://www.slideshare.net/ashigeru/classloader | |
です。 | |
>YoungとOldは、参照があるかどうかの違い。不要になったタイミングでGCで回収される。 | |
すみません、伝え方が悪かったようです。「参照がなくなったときに不要になる。不要になったタイミングでGCに回収される」です。主なYoungとOldの違いはオブジェクトの年齢で、参照云々は別の話でした。(参照され続けてオブジェクトが長生きしてたらYoungからOldへ移動する) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment