RFR: 8261551: Remove special CDS handling in Metaspace::allocate
Yumin Qi
minqi at openjdk.java.net
Thu Mar 25 04:07:38 UTC 2021
On Thu, 25 Mar 2021 01:50:49 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Please review this simple patch to remove the special handling of OOM conditions inside `Metaspace::allocate()` for CDS archive dumping. Now the OOM exception will be thrown normally and will be handled by `MetaspaceShared::preload_and_dump()` and `ClassListParser::parse()`.
LGTM.
-------------
Marked as reviewed by minqi (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3185
More information about the hotspot-runtime-dev
mailing list