This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I'm not checking this in yet, I thought I'd get some comments first.
This patch changes the marking of Class objects so that only the direct fields of Class are marked. Then it updates all the Class-related structures to be allocated with _Jv_AllocRawObj, so that they will be conservatively scanned.
This fixes a number of memory leaks and is also useful infrastructure
for eventually enabling incremental collection.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |