@@ -74,11 +74,11 @@ public static boolean fromBootClassLoader() {
74
74
75
75
subTestResult &= GetCallerClassTests .test_getCallerClass_fromBootExtWithAnnotation ();
76
76
subTestResult &= GetCallerClassTests .test_ensureCalledFromBootstrapClass_fromBootWithAnnotation ();
77
- subTestResult &= RefectionMHTests .test_getCallerClass_Helper_Reflection_fromBootExtWithAnnotation ();
78
- subTestResult &= RefectionMHTests .test_getCallerClass_Direct_Reflection_fromBootExtClassLoader ();
79
- subTestResult &= RefectionMHTests .test_getCallerClass_Helper_MethodHandle_fromBootExtWithAnnotation ();
80
- subTestResult &= RefectionMHTests .test_getCallerClass_Direct_MethodHandle_fromBootExtClassLoader ();
81
- subTestResult &= RefectionMHTests .test_getCallerClass_MethodHandle_ArgumentHelper ();
77
+ subTestResult &= ReflectionMHTests .test_getCallerClass_Helper_Reflection_fromBootExtWithAnnotation ();
78
+ subTestResult &= ReflectionMHTests .test_getCallerClass_Direct_Reflection_fromBootExtClassLoader ();
79
+ subTestResult &= ReflectionMHTests .test_getCallerClass_Helper_MethodHandle_fromBootExtWithAnnotation ();
80
+ subTestResult &= ReflectionMHTests .test_getCallerClass_Direct_MethodHandle_fromBootExtClassLoader ();
81
+ subTestResult &= ReflectionMHTests .test_getCallerClass_MethodHandle_ArgumentHelper ();
82
82
83
83
subTestResult &= GetCallerClassTests .test_getCallerClass_fromBootExtWithoutAnnotation ();
84
84
subTestResult &= GetCallerClassTests .test_ensureCalledFromBootstrapClass_fromBootExtWithoutAnnotation ();
@@ -91,11 +91,11 @@ public static boolean fromExtClassLoader() {
91
91
92
92
subTestResult &= GetCallerClassTests .test_getCallerClass_fromBootExtWithAnnotation ();
93
93
subTestResult &= GetCallerClassTests .test_ensureCalledFromBootstrapClass_fromExtWithAnnotation ();
94
- subTestResult &= RefectionMHTests .test_getCallerClass_Helper_Reflection_fromBootExtWithAnnotation ();
95
- subTestResult &= RefectionMHTests .test_getCallerClass_Direct_Reflection_fromBootExtClassLoader ();
96
- subTestResult &= RefectionMHTests .test_getCallerClass_Helper_MethodHandle_fromBootExtWithAnnotation ();
97
- subTestResult &= RefectionMHTests .test_getCallerClass_Direct_MethodHandle_fromBootExtClassLoader ();
98
- subTestResult &= RefectionMHTests .test_getCallerClass_MethodHandle_ArgumentHelper ();
94
+ subTestResult &= ReflectionMHTests .test_getCallerClass_Helper_Reflection_fromBootExtWithAnnotation ();
95
+ subTestResult &= ReflectionMHTests .test_getCallerClass_Direct_Reflection_fromBootExtClassLoader ();
96
+ subTestResult &= ReflectionMHTests .test_getCallerClass_Helper_MethodHandle_fromBootExtWithAnnotation ();
97
+ subTestResult &= ReflectionMHTests .test_getCallerClass_Direct_MethodHandle_fromBootExtClassLoader ();
98
+ subTestResult &= ReflectionMHTests .test_getCallerClass_MethodHandle_ArgumentHelper ();
99
99
100
100
subTestResult &= GetCallerClassTests .test_getCallerClass_fromBootExtWithoutAnnotation ();
101
101
subTestResult &= GetCallerClassTests .test_ensureCalledFromBootstrapClass_fromBootExtWithoutAnnotation ();
0 commit comments