Lines Matching full:for
8 1. Allocations for the application
9 1. Allocations for the internal usage by Runtime(Allocations for compiler purposes, for GC internal…
31 - Internal memory space for non-compiler part of runtime (including GC internals)
33 - Non-moving space(space for non-movable objects)
38 - GC for classes (optional)
39 - GC for code cache(optional)
43 High level requirements for GC:
44 - acceptable latency (max pause) for good user experience
51 …ation for application (for example: we can choose non-compacting GC with freelist allocators for s…
58 - allocator API for runtime
59 - TLAB API for compiler and interpreter
60 - interfaces for tools?
65 - Reference storage and additional interfaces for MM <-> JNI interaction
66 - Barriers API for compiler and interpreter
67 - Possibility to change VRegs for any frame in the stack
68 - interfaces for tools?