mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-13 00:18:59 +00:00
Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam). Reviewed-by: coleenp, iklam