Skip to content

Commit

Permalink
Remove reference to globalMaskClasses (#6956)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Dec 15, 2023
1 parent 4fa3dda commit 5e669e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ Thus it is best reserved to libraries used purely by internal implementation.
A more limited flag is `maskClasses`, which blocks only selected classes or packages from the parent loader, rather than everything.
You must manually verify that the masked classes are complete under the transitive closure of the Java linker:
for example, masking one package but not another from a library bundled in core could make classes in the masked package unresolvable.
There is a related flag `globalMaskClasses` which adjusts the behavior of _every loaded plugin_ to essentially override a component of the Java Platform.

If you did not understand any part of this section, do not use these options. Even if you did, think twice.

Expand Down

0 comments on commit 5e669e2

Please sign in to comment.