Generational Garbage Collection
From: Marc Lehmann (m.lehmann_at_stud.fh-aargau.ch)
Date: 01/28/04
- Previous message: hiwa: "Server directory listing with JSP/Servlet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Jan 2004 08:36:51 +0100
Hello Group,
I'm working on a seminar talk about generational garbage collection in the
Java HotSpot enginge. Now most things are quite clear to me, but there's
a question I didn't find an answer yet:
On a minor collection, how can I move Objects, say from Eden to SS#1,
without touching the old generation? What if an object from the old
generation refers to one in Eden? I mean, when at the same time they stop
using handles for object references...
Any hint's or (even better) references would be helpful to me. Thanx alot!
Marc
- Previous message: hiwa: "Server directory listing with JSP/Servlet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]