Skip to content

Commit

Permalink
Removal of unused fields from AccessControlContext - no longer needed…
Browse files Browse the repository at this point in the history
… now that VM cleanup is done.
  • Loading branch information
seanjmullan committed Nov 27, 2024
1 parent c3bbd1d commit 8abeb41
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@
public final class AccessControlContext {

private ProtectionDomain[] context;
// isPrivileged and isAuthorized are referenced by the VM - do not remove
// or change their names
private boolean isPrivileged;
private boolean isAuthorized = false;

// Note: This field is directly used by the virtual machine
// native codes. Don't touch it.
private AccessControlContext privilegedContext;

@SuppressWarnings("removal")
private DomainCombiner combiner = null;
Expand Down

0 comments on commit 8abeb41

Please sign in to comment.