Integrated: 8272608: java_lang_System::allow_security_manager() doesn't set its initialization flag

Matias Saavedra Silva github.com+38446717+matias9927 at openjdk.java.net
Fri Sep 10 01:09:06 UTC 2021


On Thu, 26 Aug 2021 16:00:01 GMT, Matias Saavedra Silva <github.com+38446717+matias9927 at openjdk.org> wrote:

> Originally the initialized flag was always false causing the System fields to be read each time the method is called. The flag is now set the first time it runs.
> Tested with tier1, specifically with runtime/logging/ProtectionDomainVerificationTest.java.

This pull request has now been integrated.

Changeset: 08f0be83
Author:    matias9927 <matias at udel.edu>
Committer: Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/08f0be8388914901ac40525ed995136ce020f432
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8272608: java_lang_System::allow_security_manager() doesn't set its initialization flag

Reviewed-by: coleenp, dholmes

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

PR: https://git.openjdk.java.net/jdk/pull/5268


More information about the hotspot-runtime-dev mailing list