Integrated: 8349145: Make Class.getProtectionDomain() non-native

Coleen Phillimore coleenp at openjdk.org
Wed Feb 12 12:08:22 UTC 2025


On Fri, 31 Jan 2025 16:39:35 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change removes the native call and injected field for ProtectionDomain in the java.lang.Class instance, and moves the field to be declared in Java.
> Tested with tier1-4.

This pull request has now been integrated.

Changeset: ed17c55e
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ed17c55ea34b3b6009dab11d64f21e0b7af3d701
Stats:     65 lines in 13 files changed: 15 ins; 34 del; 16 mod

8349145: Make Class.getProtectionDomain() non-native

Reviewed-by: liach, dholmes, yzheng

-------------

PR: https://git.openjdk.org/jdk/pull/23396


More information about the core-libs-dev mailing list