The change to the Class constructor signature broke this test.
Exception in thread "main" java.lang.NoSuchMethodException: java.lang.Class.<init>()
at java.lang.Class.getConstructor0(Class.java:3083)
at java.lang.Class.getDeclaredConstructor(Class.java:2181)
at nsk.regression.b4219088.b4219088.run(b4219088.java:17)
at nsk.regression.b4219088.b4219088.main(b4219088.java:12)