The Modifier() and ConstantBootstraps() constructors have been removed

The java.lang.reflect.Modifier() and java.lang.invoke.ConstantBootstraps() constructors have been removed in Java SE 15. Remove the usage of these constructors in your application. The constructors were both unnecessary because both classes only contain static methods.

For more information on these changes, see APIs Removed in Java SE 15.