How to pin/avoid gc for an oop? (original) (raw)
Christian Hagedorn ch-hagedorn at hispeed.ch
Thu Mar 9 17:25:54 UTC 2017
- Previous message: [8u-dev] RFR JDK-8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field
- Next message: How to pin/avoid gc for an oop?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I want to implement an undo functionality and thus need to access an oop even when it is out of scope in the Java code. How can I pin such an oop to avoid garbage collection of its used memory?
Best regards,
Christian
- Previous message: [8u-dev] RFR JDK-8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field
- Next message: How to pin/avoid gc for an oop?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]