com.ibm.j9.jsr292.AdaptorTests
testCatchException
java.lang.ClassCastException: com.ibm.j9.jsr292.AdaptorTests$FooException
at java.base/java.lang.invoke.MethodHandles.throwException(MethodHandles.java:6150)
at com.ibm.j9.jsr292.AdaptorTests.testCatchException(AdaptorTests.java:401)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:571)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:580)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
at org.testng.TestNG.runSuites(TestNG.java:1049)
at org.testng.TestNG.run(TestNG.java:1017)
at org.testng.TestNG.privateMain(TestNG.java:1354)
at org.testng.TestNG.main(TestNG.java:1323)
testThrowException
java.lang.ClassCastException: com.ibm.j9.jsr292.AdaptorTests$FooException
at java.base/java.lang.invoke.MethodHandles.throwException(MethodHandles.java:6150)
at com.ibm.j9.jsr292.AdaptorTests.testThrowException(AdaptorTests.java:586)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:571)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:580)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
at org.testng.TestNG.runSuites(TestNG.java:1049)
at org.testng.TestNG.run(TestNG.java:1017)
at org.testng.TestNG.privateMain(TestNG.java:1354)
at org.testng.TestNG.main(TestNG.java:1323)
com.ibm.j9.jsr292.FilterArgumentsTest
com.ibm.j9.jsr292.PermuteTest
com.ibm.j9.jsr292.AdaptorTests
com.ibm.j9.jsr292.FoldArgumentsTest
com.ibm.j9.jsr292.InsertArgumentsTests
com.ibm.j9.jsr292.JSR292_MultiThreadedTests
com.ibm.j9.jsr292.SwitchPointTest
com.ibm.j9.jsr292.MutableCallSiteTest
com.ibm.j9.jsr292.MethodHandleProxiesTest
com.ibm.j9.jsr292.ConstantCallSiteTest
com.ibm.j9.jsr292.GuardTest
com.ibm.j9.jsr292.MethodHandleTest
com.ibm.j9.jsr292.MethodTypeTests
com.ibm.j9.jsr292.VolatileCallSiteTest
/home/jenkins/workspace/Grinder_iteration_1/jvmtest/functional/Jsr292/testng.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="jsr292_Suite_SE90" guice-stage="DEVELOPMENT" verbose="2">
<listeners>
<listener class-name="org.openj9.test.util.IncludeExcludeTestAnnotationTransformer"/>
</listeners>
<groups>
<run>
<include name="level.extended"/>
<exclude name="d.*.linux_390-64"/>
<exclude name="d.*.arch.390"/>
<exclude name="d.*.os.linux"/>
<exclude name="d.*.bits.64"/>
<exclude name="d.*.generic-all"/>
</run>
</groups>
<test thread-count="5" name="jsr292Test" verbose="2">
<groups>
<run>
<include name="level.extended"/>
<exclude name="d.*.linux_390-64"/>
<exclude name="d.*.arch.390"/>
<exclude name="d.*.os.linux"/>
<exclude name="d.*.bits.64"/>
<exclude name="d.*.generic-all"/>
</run>
</groups>
<classes>
<class name="com.ibm.j9.jsr292.AdaptorTests"/>
<class name="com.ibm.j9.jsr292.Crash"/>
<class name="com.ibm.j9.jsr292.Catch"/>
<class name="com.ibm.j9.jsr292.MethodTypeTests"/>
<class name="com.ibm.j9.jsr292.MethodHandleProxiesTest"/>
<class name="com.ibm.j9.jsr292.MethodHandleTest"/>
<class name="com.ibm.j9.jsr292.AsTypeTest"/>
<class name="com.ibm.j9.jsr292.ConstantCallSiteTest"/>
<class name="com.ibm.j9.jsr292.VolatileCallSiteTest"/>
<class name="com.ibm.j9.jsr292.MutableCallSiteTest"/>
<class name="com.ibm.j9.jsr292.SwitchPointTest"/>
<class name="com.ibm.j9.jsr292.JSR292_MultiThreadedTests"/>
<class name="com.ibm.j9.jsr292.InsertArgumentsTests"/>
<class name="com.ibm.j9.jsr292.PermuteTest"/>
<class name="com.ibm.j9.jsr292.FoldArgumentsTest"/>
<class name="com.ibm.j9.jsr292.GuardTest"/>
<class name="com.ibm.j9.jsr292.FilterArgumentsTest"/>
<class name="com.ibm.j9.jsr292.RestrictReceiverTest"/>
</classes>
</test> <!-- jsr292Test -->
</suite> <!-- jsr292_Suite_SE90 -->
Tests for jsr292_Suite_SE90
- jsr292Test (18 classes)
Groups for jsr292_Suite_SE90
level.extended
testArrayElementGetter
testArrayElementSetter
testAsSpreader
testAsType_four
testBasicNegative_ConstantCallSite
testBasicNegative_MutableCallSite
testBasicNegative_VolatileCallSite
testBasic_ConstantCallSite
testBasic_MutableCallSite
testBasic_VolatileCallSite
testBindTo
testBindToAndInsertArgumentsForNull
testCatchException
testCatcher
testClassCast_TargetHookConstructor
testConstant
testConstantCallSiteSetTarget
testConstantWithDrop
testConstantWithDropAndInsert
testDropArgumentsMethodHandleIntClassOfQArray
testDropArgumentsMethodHandleIntListOfClassOfQ
testExactInvoker
testFilterArguments
testFilterArgumentsSafety
testFilterReturnValue
testFirstArgument
testFoldArguments
testGuardWithTest
testIdentity
testIllegalArgument
testIllegalState_dynamicInvoker_MutableCallSite
testIllegalState_dynamicInvoker_VolatileCallSite
testIllegalState_getTarget_MutableCallSite
testIllegalState_getTarget_VolatileCallSite
testInsertArguments
testInsertArgumentsSafety
testInsertArguments_five
testInsertArguments_one
testInsertArguments_six
testInsertArguments_three
testInsertArguments_two
testInvoker
testLastArgument
testMCSChild_CallsParent
testMCSChild_DoesNotCallParent
testMethodHandleCachingVisibilityForStaticDefault
testMethodHandleCachingVisibilityForStaticPrivate
testMethodHandleCachingVisibilityForStaticProtected
testMiddleArgument
testNullHook_TargetHookConstructor
testPermuteHandleMaximumArguments
testPermuteSafety
testRestrictReceiver
testSwitchPoint_Invalidation_Basic
testSwitchPoint_Invalidation_Global
testSwitchPoint_guardWithTest_Basic
testSwitchPoint_guardWithTest_Chained
testSyncAll
testSyncAll_WithoutJoin
testTargetHookConstructor
testThrowException
testType
testTypeMismatch_TargetHookConstructor
testType_ConstantCallSite
testType_VolatileCallSite
testUnconstructedCCS
testVoidFoldArguments
testVolatility
testVolatility_WithoutJoin
test_AppendParameterTypes_Default
test_AppendParameterTypes_List
test_ChangeParameterType
test_ChangeReturnType
test_DropParameterTypes
test_DropParameterTypesEdgeCases
test_Erase
test_FromMethodDescriptorString
test_Generic
test_GenericMethodType
test_GenericMethodType_FinalArrayOption
test_HasPrimitive
test_HasWrapper
test_InsertParameterTypes
test_InsertParameterTypes_List
test_InvokeExact_InvalidArgument1
test_InvokeExact_InvalidArgument2
test_Invoke_Int
test_Invoke_String
test_MethodHandle_ArityLimit_TooHigh
test_MethodHandle_Static_ArityLimit_TooHigh
test_MethodHandles_SpreadInvoker
test_MethodType_Default
test_MethodType_List
test_MethodType_MethodType
test_MethodType_OneParam
test_MethodType_Prepend
test_MethodType_TypeArray
test_ParameterArray
test_ParameterCount
test_ParameterList
test_ParameterType
test_ReturnType
test_ToMethodDescriptorString
test_Unwrap
test_Wrap
test_asCollector_ArityLimit
test_asCollector_ArityLimit_TooHigh
test_asCollector_CompatibleArrayTypes_StringToObject
test_asCollector_CrossPackage_Static
test_asCollector_CrossPackage_Virtual
test_asCollector_CrossPackage_Virtual_WrongType
test_asCollector_CrossPackage_Virtual_WrongType_nonArrayTarget
test_asCollector_SamePackage_Static
test_asCollector_SamePackage_Static_Array
test_asCollector_SamePackage_Virtual
test_asCollector_SamePackage_Virtual_WrongType
test_asCollector_Static_ArityLimit
test_asCollector_Static_ArityLimit_TooHigh
test_asCollector_TypeCompatibility_Array_Object
test_asCollector_ZeroSizedArray
test_asFixedArity_SamePackage_Static
test_asFixedArity_SamePackage_Static_VarialbeInput
test_asFixedArity_Using_VariableArity_JavaMethod_Virtual_SamePackage
test_asInterfaceInstance_InnerClass
test_asInterfaceInstance_StaticMethod
test_asInterfaceInstance_VirtualMethod
test_asSpreader_ArityLimit
test_asSpreader_CrossPackage_Static
test_asSpreader_CrossPackage_Static_WrongArgCount
test_asSpreader_CrossPackage_Static_WrongType
test_asSpreader_CrossPackage_Virtual
test_asSpreader_CrossPackage_Virtual_WrongType
test_asSpreader_SamePackage_Static
test_asSpreader_SamePackage_Static_WrongType
test_asSpreader_SamePackage_Virtual
test_asSpreader_SamePackage_Virtual_WrongArgCount
test_asSpreader_SamePackage_Virtual_WrongType
test_asSpreader_Static_ArityLimit
test_asVarargsCollector_CompatibleArrayTypes_StringToObject
test_asVarargsCollector_CrossPackage_Static
test_asVarargsCollector_CrossPackage_Virtual_Invoke
test_asVarargsCollector_CrossPackage_Virtual_InvokeExact
test_asVarargsCollector_CrossPackage_Virtual_WrongType
test_asVarargsCollector_CrossPackage_Virtual_WrongType_nonArrayTarget
test_asVarargsCollector_SamePackage_Static_Array
test_asVarargsCollector_SamePackage_Virtual_Invoke
test_asVarargsCollector_SamePackage_Virtual_InvokeExact
test_asVarargsCollector_SamePackage_Virtual_WrongType
test_asVarargsCollector_TypeCompatibility_Array_Object
test_exactInvoker_ArityLimit
test_exactInvoker_ArityLimit_TooHigh
test_exactInvoker_Static_ArityLimit
test_exactInvoker_Static_ArityLimit_TooHigh
test_filterArguments_Boolean
test_filterArguments_Byte
test_filterArguments_Character
test_filterArguments_Double
test_filterArguments_DoubleObject
test_filterArguments_Float
test_filterArguments_Integer
test_filterArguments_Long
test_filterArguments_Short
test_findConstructor_ArityLimit
test_findConstructor_ArityLimit_TooHigh
test_foldArguments_Boolean
test_foldArguments_Byte
test_foldArguments_Character
test_foldArguments_Double
test_foldArguments_DoubleObject
test_foldArguments_Float
test_foldArguments_Integer
test_foldArguments_Long
test_foldArguments_Short
test_guardWithTest_Byte
test_guardWithTest_Character
test_guardWithTest_Double
test_guardWithTest_DoubleObject
test_guardWithTest_Float
test_guardWithTest_Integer
test_guardWithTest_Long
test_guardWithTest_Short
test_insert_handle_NPE
test_insert_location_IAE
test_insert_no_values
test_insert_values_NPE
test_invokeWithArguments_ArityLimit
test_invokeWithArguments_List_CrossPackage_Static
test_invokeWithArguments_List_CrossPackage_Virtual
test_invokeWithArguments_List_Different_Array_Type
test_invokeWithArguments_List_SamePackage_Static
test_invokeWithArguments_List_SamePackage_Virtual
test_invokeWithArguments_List_SamePackage_Virtual_WrongArgCount
test_invokeWithArguments_Static_ArityLimit
test_invokeWithArguments_VarArgs_EdgeArityLimit
test_invokeWithArguments_VarArgs_SmallArityLimit
test_invokeWithArguments_VarargsObj_CrossPackage_Static
test_invokeWithArguments_VarargsObj_CrossPackage_Static_ZeroLengthArray
test_invokeWithArguments_VarargsObj_CrossPackage_Virtual
test_invokeWithArguments_VarargsObj_SamePackage_Static
test_invokeWithArguments_VarargsObj_SamePackage_Virtual
test_invokeWithArguments_VarargsObj_SamePackage_Virtual_VarargsMethod
test_invokeWithArguments_VarargsObj_SamePackage_Virtual_WrongArgCount
test_invokeWithArguments_WMT_NULL_args
test_invokeWithArguments_variable_input
test_invoker_ArityLimit
test_invoker_ArityLimit_TooHigh
test_invoker_Static_ArityLimit
test_invoker_Static_ArityLimit_TooHigh
test_isVarargsCollector_Using_VariableArity_JavaConstructor_SamePackage
test_isVarargsCollector_Using_VariableArity_JavaMethod_Static_CrossPackage
test_isVarargsCollector_Using_VariableArity_JavaMethod_Virtual_CrossPackage
test_isVarargsCollector_Using_VariableArity_JavaMethod_Virtual_SamePackage
test_isVarargsCollector_Using_asCollector_Virtual_SamePackage
test_isVarargsCollector_Using_asVarargsCollector_Static_CrossPackage
test_isVarargsCollector_Using_asVarargsCollector_Virtual_SamePackage
test_isVarargsCollector_Using_asVarargsCollector_asTyped
test_isVarargsCollector_Using_asVarargsCollector_asTyped_RT_int_to_byte
test_isVarargsCollector_Using_asVarargsCollector_asTyped_RT_int_to_long
test_isVarargsCollector_Using_asVarargsCollector_asTyped_RT_int_to_short
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_byte
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_double
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_long
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_short
test_isWrapperInstance_InnerClass
test_isWrapperInstance_NegativeTest
test_isWrapperInstance_StaticMethod
test_isWrapperInstance_VirtualMethod
test_spreadInvoker_ArityLimit
test_spreadInvoker_Static_ArityLimit
test_wrapperInstanceTarget_InnerClass
test_wrapperInstanceTarget_NegativeTest
test_wrapperInstanceTarget_StaticMethod
test_wrapperInstanceTarget_VirtualMethod
test_wrapperInstanceType_InnerClass
test_wrapperInstanceType_NegativeTest
test_wrapperInstanceType_StaticMethod
test_wrapperInstanceType_VirtualMethod
Times for jsr292_Suite_SE90
Total running time: 1 minutes
Reporter output for jsr292_Suite_SE90
9 ignored methods
com.ibm.j9.jsr292.PermuteTest
testPermuteArguments
com.ibm.j9.jsr292.AsTypeTest
testAll
com.ibm.j9.jsr292.RestrictReceiverTest
testBind
testClass
testUnreflect
testUnrelfectNoAccess
testFindSpecialSameTokenAsCurrentClass
testFindSpecial
testFindVirtual
testClass
testUnreflect
testUnrelfectNoAccess
testFindSpecialSameTokenAsCurrentClass
testFindSpecial
testFindVirtual
Methods in chronological order
com.ibm.j9.jsr292.AdaptorTests
testArrayElementGetter
0 ms
testArrayElementSetter
1002 ms
testAsSpreader
1129 ms
testAsType_four
2461 ms
testBindToAndInsertArgumentsForNull
2711 ms
testCatchException
2716 ms
testConstant
2808 ms
testConstantWithDrop
3336 ms
testConstantWithDropAndInsert
3814 ms
testDropArgumentsMethodHandleIntClassOfQArray
4228 ms
testDropArgumentsMethodHandleIntListOfClassOfQ
4365 ms
testExactInvoker
4389 ms
testFilterArguments
4443 ms
testFilterArgumentsSafety
4480 ms
testFilterReturnValue
4499 ms
testFoldArguments
4509 ms
testGuardWithTest
5624 ms
testIdentity
6235 ms
testInsertArguments
6251 ms
testInsertArgumentsSafety
6298 ms
testInsertArguments_five
6344 ms
testInsertArguments_one
6348 ms
testInsertArguments_six
6395 ms
testInsertArguments_three
6398 ms
testInsertArguments_two
6437 ms
testInvoker
6438 ms
testMethodHandleCachingVisibilityForStaticDefault
6462 ms
testMethodHandleCachingVisibilityForStaticPrivate
6683 ms
testMethodHandleCachingVisibilityForStaticProtected
6687 ms
testPermuteSafety
6695 ms
testThrowException
6705 ms
testVoidFoldArguments
6712 ms
test_MethodHandles_SpreadInvoker
6880 ms
com.ibm.j9.jsr292.ConstantCallSiteTest
testBasicNegative_ConstantCallSite
7028 ms
testBasic_ConstantCallSite
7048 ms
testClassCast_TargetHookConstructor
7072 ms
testConstantCallSiteSetTarget
7834 ms
testNullHook_TargetHookConstructor
7851 ms
testTargetHookConstructor
7873 ms
testTypeMismatch_TargetHookConstructor
7921 ms
testType_ConstantCallSite
7942 ms
testUnconstructedCCS
7951 ms
com.ibm.j9.jsr292.Crash
testIllegalArgument
8053 ms
com.ibm.j9.jsr292.VolatileCallSiteTest
testBasicNegative_VolatileCallSite
8056 ms
testBasic_VolatileCallSite
8064 ms
testIllegalState_dynamicInvoker_VolatileCallSite
8077 ms
testIllegalState_getTarget_VolatileCallSite
8087 ms
testType_VolatileCallSite
8090 ms
com.ibm.j9.jsr292.Catch
testCatcher
8092 ms
com.ibm.j9.jsr292.MutableCallSiteTest
testBasicNegative_MutableCallSite
8186 ms
testBasic_MutableCallSite
8203 ms
testIllegalState_dynamicInvoker_MutableCallSite
8208 ms
testIllegalState_getTarget_MutableCallSite
8209 ms
testMCSChild_CallsParent
8212 ms
testMCSChild_DoesNotCallParent
8225 ms
testType
8228 ms
com.ibm.j9.jsr292.MethodTypeTests
test_AppendParameterTypes_Default
8231 ms
test_AppendParameterTypes_List
8233 ms
test_ChangeParameterType
8236 ms
test_ChangeReturnType
8238 ms
test_DropParameterTypes
8242 ms
test_DropParameterTypesEdgeCases
8245 ms
test_Erase
8328 ms
test_FromMethodDescriptorString
8335 ms
test_Generic
8339 ms
test_GenericMethodType
8361 ms
test_GenericMethodType_FinalArrayOption
8491 ms
test_HasPrimitive
8587 ms
test_HasWrapper
8597 ms
test_InsertParameterTypes
8726 ms
test_InsertParameterTypes_List
8730 ms
test_MethodType_Default
8736 ms
test_MethodType_List
8744 ms
test_MethodType_MethodType
8747 ms
test_MethodType_OneParam
8756 ms
test_MethodType_Prepend
8767 ms
test_MethodType_TypeArray
8772 ms
test_ParameterArray
8818 ms
test_ParameterCount
8822 ms
test_ParameterList
8832 ms
test_ParameterType
8839 ms
test_ReturnType
8844 ms
test_ToMethodDescriptorString
8850 ms
test_Unwrap
8872 ms
test_Wrap
8878 ms
com.ibm.j9.jsr292.SwitchPointTest
testSwitchPoint_Invalidation_Basic
8883 ms
testSwitchPoint_guardWithTest_Basic
8962 ms
testSwitchPoint_guardWithTest_Chained
9115 ms
com.ibm.j9.jsr292.MethodHandleProxiesTest
test_asInterfaceInstance_InnerClass
9149 ms
test_asInterfaceInstance_StaticMethod
10613 ms
test_asInterfaceInstance_VirtualMethod
10621 ms
test_isWrapperInstance_InnerClass
10628 ms
test_isWrapperInstance_NegativeTest
10636 ms
test_isWrapperInstance_StaticMethod
10640 ms
test_isWrapperInstance_VirtualMethod
10643 ms
test_wrapperInstanceTarget_InnerClass
10647 ms
test_wrapperInstanceTarget_NegativeTest
10663 ms
test_wrapperInstanceTarget_StaticMethod
10666 ms
test_wrapperInstanceTarget_VirtualMethod
10673 ms
test_wrapperInstanceType_InnerClass
10680 ms
test_wrapperInstanceType_NegativeTest
10692 ms
test_wrapperInstanceType_StaticMethod
10694 ms
test_wrapperInstanceType_VirtualMethod
10701 ms
com.ibm.j9.jsr292.JSR292_MultiThreadedTests
testSwitchPoint_Invalidation_Global
10707 ms
testSyncAll
12735 ms
testSyncAll_WithoutJoin
13767 ms
testVolatility
13802 ms
testVolatility_WithoutJoin
14811 ms
com.ibm.j9.jsr292.MethodHandleTest
testBindTo
14860 ms
test_InvokeExact_InvalidArgument1
14900 ms
test_InvokeExact_InvalidArgument2
14907 ms
test_Invoke_Int
14912 ms
test_Invoke_String
14935 ms
test_MethodHandle_ArityLimit_TooHigh
14947 ms
test_MethodHandle_Static_ArityLimit_TooHigh
14951 ms
test_asCollector_ArityLimit
14954 ms
test_asCollector_ArityLimit_TooHigh
15017 ms
test_asCollector_CompatibleArrayTypes_StringToObject
15034 ms
test_asCollector_CrossPackage_Static
15070 ms
test_asCollector_CrossPackage_Virtual
15088 ms
test_asCollector_CrossPackage_Virtual_WrongType
15101 ms
test_asCollector_CrossPackage_Virtual_WrongType_nonArrayTarget
15107 ms
test_asCollector_SamePackage_Static
15109 ms
test_asCollector_SamePackage_Static_Array
15113 ms
test_asCollector_SamePackage_Virtual
15311 ms
test_asCollector_SamePackage_Virtual_WrongType
15357 ms
test_asCollector_Static_ArityLimit
15359 ms
test_asCollector_Static_ArityLimit_TooHigh
15367 ms
test_asCollector_TypeCompatibility_Array_Object
15396 ms
test_asCollector_ZeroSizedArray
15508 ms
test_asFixedArity_SamePackage_Static
15531 ms
test_asFixedArity_SamePackage_Static_VarialbeInput
15540 ms
test_asFixedArity_Using_VariableArity_JavaMethod_Virtual_SamePackage
15551 ms
test_asSpreader_ArityLimit
15577 ms
test_asSpreader_CrossPackage_Static
15604 ms
test_asSpreader_CrossPackage_Static_WrongArgCount
15609 ms
test_asSpreader_CrossPackage_Static_WrongType
15611 ms
test_asSpreader_CrossPackage_Virtual
15613 ms
test_asSpreader_CrossPackage_Virtual_WrongType
15624 ms
test_asSpreader_SamePackage_Static
15626 ms
test_asSpreader_SamePackage_Static_WrongType
15630 ms
test_asSpreader_SamePackage_Virtual
15632 ms
test_asSpreader_SamePackage_Virtual_WrongArgCount
15635 ms
test_asSpreader_SamePackage_Virtual_WrongType
15637 ms
test_asSpreader_Static_ArityLimit
15639 ms
test_asVarargsCollector_CompatibleArrayTypes_StringToObject
15646 ms
test_asVarargsCollector_CrossPackage_Static
15648 ms
test_asVarargsCollector_CrossPackage_Virtual_Invoke
15653 ms
test_asVarargsCollector_CrossPackage_Virtual_InvokeExact
15662 ms
test_asVarargsCollector_CrossPackage_Virtual_WrongType
15667 ms
test_asVarargsCollector_CrossPackage_Virtual_WrongType_nonArrayTarget
15669 ms
test_asVarargsCollector_SamePackage_Static_Array
15672 ms
test_asVarargsCollector_SamePackage_Virtual_Invoke
15674 ms
test_asVarargsCollector_SamePackage_Virtual_InvokeExact
15682 ms
test_asVarargsCollector_SamePackage_Virtual_WrongType
15692 ms
test_asVarargsCollector_TypeCompatibility_Array_Object
15694 ms
test_exactInvoker_ArityLimit
15699 ms
test_exactInvoker_ArityLimit_TooHigh
16161 ms
test_exactInvoker_Static_ArityLimit
16165 ms
test_exactInvoker_Static_ArityLimit_TooHigh
16683 ms
test_findConstructor_ArityLimit
16685 ms
test_findConstructor_ArityLimit_TooHigh
16797 ms
test_invokeWithArguments_ArityLimit
16800 ms
test_invokeWithArguments_List_CrossPackage_Static
17535 ms
test_invokeWithArguments_List_CrossPackage_Virtual
17673 ms
test_invokeWithArguments_List_Different_Array_Type
17679 ms
test_invokeWithArguments_List_SamePackage_Static
17702 ms
test_invokeWithArguments_List_SamePackage_Virtual
17704 ms
test_invokeWithArguments_List_SamePackage_Virtual_WrongArgCount
17707 ms
test_invokeWithArguments_Static_ArityLimit
17709 ms
test_invokeWithArguments_VarArgs_EdgeArityLimit
18988 ms
test_invokeWithArguments_VarArgs_SmallArityLimit
19431 ms
test_invokeWithArguments_VarargsObj_CrossPackage_Static
19494 ms
test_invokeWithArguments_VarargsObj_CrossPackage_Static_ZeroLengthArray
19498 ms
test_invokeWithArguments_VarargsObj_CrossPackage_Virtual
19509 ms
test_invokeWithArguments_VarargsObj_SamePackage_Static
19512 ms
test_invokeWithArguments_VarargsObj_SamePackage_Virtual
19514 ms
test_invokeWithArguments_VarargsObj_SamePackage_Virtual_VarargsMethod
19522 ms
test_invokeWithArguments_VarargsObj_SamePackage_Virtual_WrongArgCount
19537 ms
test_invokeWithArguments_WMT_NULL_args
19540 ms
test_invokeWithArguments_variable_input
19541 ms
test_invoker_ArityLimit
21027 ms
test_invoker_ArityLimit_TooHigh
21801 ms
test_invoker_Static_ArityLimit
21851 ms
test_invoker_Static_ArityLimit_TooHigh
22545 ms
test_isVarargsCollector_Using_VariableArity_JavaConstructor_SamePackage
22552 ms
test_isVarargsCollector_Using_VariableArity_JavaMethod_Static_CrossPackage
22577 ms
test_isVarargsCollector_Using_VariableArity_JavaMethod_Virtual_CrossPackage
22579 ms
test_isVarargsCollector_Using_VariableArity_JavaMethod_Virtual_SamePackage
22584 ms
test_isVarargsCollector_Using_asCollector_Virtual_SamePackage
22585 ms
test_isVarargsCollector_Using_asVarargsCollector_Static_CrossPackage
22593 ms
test_isVarargsCollector_Using_asVarargsCollector_Virtual_SamePackage
22605 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped
22811 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_RT_int_to_byte
22815 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_RT_int_to_long
22818 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_RT_int_to_short
22834 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_byte
22837 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_double
22841 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_long
22844 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_short
22847 ms
test_spreadInvoker_ArityLimit
22849 ms
test_spreadInvoker_Static_ArityLimit
23513 ms
com.ibm.j9.jsr292.InsertArgumentsTests
test_insert_handle_NPE
24981 ms
test_insert_location_IAE
24986 ms
test_insert_no_values
25068 ms
test_insert_values_NPE
25089 ms
com.ibm.j9.jsr292.PermuteTest
testFirstArgument
25096 ms
testLastArgument
25176 ms
testMiddleArgument
25223 ms
testPermuteHandleMaximumArguments
25258 ms
com.ibm.j9.jsr292.FoldArgumentsTest
test_foldArguments_Boolean
27285 ms
test_foldArguments_Byte
27395 ms
test_foldArguments_Character
27508 ms
test_foldArguments_Double
28067 ms
test_foldArguments_DoubleObject
28293 ms
test_foldArguments_Float
28347 ms
test_foldArguments_Integer
28571 ms
test_foldArguments_Long
28744 ms
test_foldArguments_Short
28906 ms
com.ibm.j9.jsr292.GuardTest
test_guardWithTest_Byte
28931 ms
test_guardWithTest_Character
29491 ms
test_guardWithTest_Double
29566 ms
test_guardWithTest_DoubleObject
29868 ms
test_guardWithTest_Float
29927 ms
test_guardWithTest_Integer
30038 ms
test_guardWithTest_Long
30078 ms
test_guardWithTest_Short
30151 ms
com.ibm.j9.jsr292.FilterArgumentsTest
test_filterArguments_Boolean
30176 ms
test_filterArguments_Byte
38290 ms
test_filterArguments_Character
52169 ms
test_filterArguments_Double
62367 ms
test_filterArguments_DoubleObject
73890 ms
test_filterArguments_Float
89246 ms
test_filterArguments_Integer
102132 ms
test_filterArguments_Long
108848 ms
test_filterArguments_Short
115718 ms
com.ibm.j9.jsr292.RestrictReceiverTest
testRestrictReceiver
119605 ms