Mark up some more garbage reflection.
This commit is contained in:
parent
3a894cb8a4
commit
e0352b0be4
@ -19,7 +19,8 @@ public class PredicateElementGarbage extends PredicateElementRegexes
|
|||||||
"^" + Pattern.quote("com.massivecraft.massivecore.command.MassiveCommand.execute") + ".*$", // MassiveCommand - Execution Garbage
|
"^" + Pattern.quote("com.massivecraft.massivecore.command.MassiveCommand.execute") + ".*$", // MassiveCommand - Execution Garbage
|
||||||
|
|
||||||
"^" + Pattern.quote("sun.reflect") + ".*$", // Event Reflection
|
"^" + Pattern.quote("sun.reflect") + ".*$", // Event Reflection
|
||||||
"^" + Pattern.quote("java.lang.reflect") + ".*$" // Event Reflection
|
"^" + Pattern.quote("java.lang.reflect") + ".*$", // Event Reflection
|
||||||
|
"^" + Pattern.quote("java.security.AccessController.doPrivileged") + ".*$" // Event Reflection
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user