Integrated: 8263771: Refactor javaClasses initialization code to isolate dumping code
David Holmes
dholmes at openjdk.java.net
Sun Mar 21 00:45:42 UTC 2021
On Thu, 18 Mar 2021 06:12:18 GMT, David Holmes <dholmes at openjdk.org> wrote:
> There is code in javaClasses that has a regular path and a CDS dump path. The latter is executed by the VMThread and can never throw exceptions, while the former can. If we refactor this we can simplify the exception management code.
>
> Testing:
> - runtime/cds locally
> - tiers 1-3
>
> Thanks,
> David
This pull request has now been integrated.
Changeset: cd45538b
Author: David Holmes <dholmes at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/cd45538b
Stats: 121 lines in 1 file changed: 74 ins; 42 del; 5 mod
8263771: Refactor javaClasses initialization code to isolate dumping code
Reviewed-by: coleenp, iklam
-------------
PR: https://git.openjdk.java.net/jdk/pull/3066
More information about the hotspot-runtime-dev
mailing list