













/home/jenkins/workspace/Grinder_iteration_0/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.RestrictReceiverTest
testBind
testClass
testUnreflect
testUnrelfectNoAccess
testFindSpecialSameTokenAsCurrentClass
testFindSpecial
testFindVirtual
testClass
testUnreflect
testUnrelfectNoAccess
testFindSpecialSameTokenAsCurrentClass
testFindSpecial
testFindVirtual
com.ibm.j9.jsr292.PermuteTest
testPermuteArguments
com.ibm.j9.jsr292.AsTypeTest
testAll
Methods in chronological order
com.ibm.j9.jsr292.AdaptorTests
testArrayElementGetter
0 ms
testArrayElementSetter
307 ms
testAsSpreader
323 ms
testAsType_four
1855 ms
testBindToAndInsertArgumentsForNull
2017 ms
testCatchException
2021 ms
testConstant
2199 ms
testConstantWithDrop
2304 ms
testConstantWithDropAndInsert
2380 ms
testDropArgumentsMethodHandleIntClassOfQArray
2522 ms
testDropArgumentsMethodHandleIntListOfClassOfQ
2673 ms
testExactInvoker
2702 ms
testFilterArguments
2862 ms
testFilterArgumentsSafety
2892 ms
testFilterReturnValue
2914 ms
testFoldArguments
2926 ms
testGuardWithTest
3000 ms
testIdentity
3468 ms
testInsertArguments
3485 ms
testInsertArgumentsSafety
3518 ms
testInsertArguments_five
3765 ms
testInsertArguments_one
3793 ms
testInsertArguments_six
4031 ms
testInsertArguments_three
4048 ms
testInsertArguments_two
4093 ms
testInvoker
4098 ms
testMethodHandleCachingVisibilityForStaticDefault
4175 ms
testMethodHandleCachingVisibilityForStaticPrivate
4490 ms
testMethodHandleCachingVisibilityForStaticProtected
4496 ms
testPermuteSafety
4508 ms
testThrowException
4519 ms
testVoidFoldArguments
4528 ms
test_MethodHandles_SpreadInvoker
4605 ms
com.ibm.j9.jsr292.ConstantCallSiteTest
testBasicNegative_ConstantCallSite
4626 ms
testBasic_ConstantCallSite
4636 ms
testClassCast_TargetHookConstructor
4648 ms
testConstantCallSiteSetTarget
4665 ms
testNullHook_TargetHookConstructor
4673 ms
testTargetHookConstructor
4679 ms
testTypeMismatch_TargetHookConstructor
4689 ms
testType_ConstantCallSite
4695 ms
testUnconstructedCCS
4697 ms
com.ibm.j9.jsr292.Crash
testIllegalArgument
4733 ms
com.ibm.j9.jsr292.VolatileCallSiteTest
testBasicNegative_VolatileCallSite
4742 ms
testBasic_VolatileCallSite
4756 ms
testIllegalState_dynamicInvoker_VolatileCallSite
4779 ms
testIllegalState_getTarget_VolatileCallSite
4790 ms
testType_VolatileCallSite
4794 ms
com.ibm.j9.jsr292.Catch
testCatcher
4799 ms
com.ibm.j9.jsr292.MutableCallSiteTest
testBasicNegative_MutableCallSite
4808 ms
testBasic_MutableCallSite
4820 ms
testIllegalState_dynamicInvoker_MutableCallSite
4826 ms
testIllegalState_getTarget_MutableCallSite
4829 ms
testMCSChild_CallsParent
4833 ms
testMCSChild_DoesNotCallParent
4841 ms
testType
4847 ms
com.ibm.j9.jsr292.MethodTypeTests
test_AppendParameterTypes_Default
4850 ms
test_AppendParameterTypes_List
4866 ms
test_ChangeParameterType
4885 ms
test_ChangeReturnType
4891 ms
test_DropParameterTypes
4904 ms
test_DropParameterTypesEdgeCases
4912 ms
test_Erase
5096 ms
test_FromMethodDescriptorString
5103 ms
test_Generic
5111 ms
test_GenericMethodType
5113 ms
test_GenericMethodType_FinalArrayOption
5115 ms
test_HasPrimitive
5117 ms
test_HasWrapper
5126 ms
test_InsertParameterTypes
5140 ms
test_InsertParameterTypes_List
5143 ms
test_MethodType_Default
5147 ms
test_MethodType_List
5148 ms
test_MethodType_MethodType
5150 ms
test_MethodType_OneParam
5151 ms
test_MethodType_Prepend
5152 ms
test_MethodType_TypeArray
5153 ms
test_ParameterArray
5154 ms
test_ParameterCount
5173 ms
test_ParameterList
5174 ms
test_ParameterType
5180 ms
test_ReturnType
5187 ms
test_ToMethodDescriptorString
5191 ms
test_Unwrap
5193 ms
test_Wrap
5201 ms
com.ibm.j9.jsr292.SwitchPointTest
testSwitchPoint_Invalidation_Basic
5210 ms
testSwitchPoint_guardWithTest_Basic
5220 ms
testSwitchPoint_guardWithTest_Chained
5234 ms
com.ibm.j9.jsr292.MethodHandleProxiesTest
test_asInterfaceInstance_InnerClass
5251 ms
test_asInterfaceInstance_StaticMethod
5306 ms
test_asInterfaceInstance_VirtualMethod
5319 ms
test_isWrapperInstance_InnerClass
5325 ms
test_isWrapperInstance_NegativeTest
5333 ms
test_isWrapperInstance_StaticMethod
5337 ms
test_isWrapperInstance_VirtualMethod
5490 ms
test_wrapperInstanceTarget_InnerClass
5497 ms
test_wrapperInstanceTarget_NegativeTest
5519 ms
test_wrapperInstanceTarget_StaticMethod
5522 ms
test_wrapperInstanceTarget_VirtualMethod
5535 ms
test_wrapperInstanceType_InnerClass
5550 ms
test_wrapperInstanceType_NegativeTest
5558 ms
test_wrapperInstanceType_StaticMethod
5560 ms
test_wrapperInstanceType_VirtualMethod
5565 ms
com.ibm.j9.jsr292.JSR292_MultiThreadedTests
testSwitchPoint_Invalidation_Global
5569 ms
testSyncAll
7601 ms
testSyncAll_WithoutJoin
8632 ms
testVolatility
8671 ms
testVolatility_WithoutJoin
9688 ms
com.ibm.j9.jsr292.MethodHandleTest
testBindTo
9759 ms
test_InvokeExact_InvalidArgument1
9791 ms
test_InvokeExact_InvalidArgument2
9794 ms
test_Invoke_Int
9797 ms
test_Invoke_String
9805 ms
test_MethodHandle_ArityLimit_TooHigh
9813 ms
test_MethodHandle_Static_ArityLimit_TooHigh
9814 ms
test_asCollector_ArityLimit
9816 ms
test_asCollector_ArityLimit_TooHigh
9826 ms
test_asCollector_CompatibleArrayTypes_StringToObject
9830 ms
test_asCollector_CrossPackage_Static
9879 ms
test_asCollector_CrossPackage_Virtual
9895 ms
test_asCollector_CrossPackage_Virtual_WrongType
9907 ms
test_asCollector_CrossPackage_Virtual_WrongType_nonArrayTarget
9912 ms
test_asCollector_SamePackage_Static
9915 ms
test_asCollector_SamePackage_Static_Array
9921 ms
test_asCollector_SamePackage_Virtual
9934 ms
test_asCollector_SamePackage_Virtual_WrongType
9943 ms
test_asCollector_Static_ArityLimit
9946 ms
test_asCollector_Static_ArityLimit_TooHigh
9956 ms
test_asCollector_TypeCompatibility_Array_Object
9977 ms
test_asCollector_ZeroSizedArray
10058 ms
test_asFixedArity_SamePackage_Static
10081 ms
test_asFixedArity_SamePackage_Static_VarialbeInput
10090 ms
test_asFixedArity_Using_VariableArity_JavaMethod_Virtual_SamePackage
10097 ms
test_asSpreader_ArityLimit
10108 ms
test_asSpreader_CrossPackage_Static
10130 ms
test_asSpreader_CrossPackage_Static_WrongArgCount
10135 ms
test_asSpreader_CrossPackage_Static_WrongType
10137 ms
test_asSpreader_CrossPackage_Virtual
10139 ms
test_asSpreader_CrossPackage_Virtual_WrongType
10146 ms
test_asSpreader_SamePackage_Static
10148 ms
test_asSpreader_SamePackage_Static_WrongType
10153 ms
test_asSpreader_SamePackage_Virtual
10155 ms
test_asSpreader_SamePackage_Virtual_WrongArgCount
10159 ms
test_asSpreader_SamePackage_Virtual_WrongType
10161 ms
test_asSpreader_Static_ArityLimit
10163 ms
test_asVarargsCollector_CompatibleArrayTypes_StringToObject
10168 ms
test_asVarargsCollector_CrossPackage_Static
10170 ms
test_asVarargsCollector_CrossPackage_Virtual_Invoke
10176 ms
test_asVarargsCollector_CrossPackage_Virtual_InvokeExact
10185 ms
test_asVarargsCollector_CrossPackage_Virtual_WrongType
10190 ms
test_asVarargsCollector_CrossPackage_Virtual_WrongType_nonArrayTarget
10192 ms
test_asVarargsCollector_SamePackage_Static_Array
10195 ms
test_asVarargsCollector_SamePackage_Virtual_Invoke
10197 ms
test_asVarargsCollector_SamePackage_Virtual_InvokeExact
10202 ms
test_asVarargsCollector_SamePackage_Virtual_WrongType
10205 ms
test_asVarargsCollector_TypeCompatibility_Array_Object
10208 ms
test_exactInvoker_ArityLimit
10211 ms
test_exactInvoker_ArityLimit_TooHigh
10685 ms
test_exactInvoker_Static_ArityLimit
10686 ms
test_exactInvoker_Static_ArityLimit_TooHigh
11154 ms
test_findConstructor_ArityLimit
11160 ms
test_findConstructor_ArityLimit_TooHigh
11168 ms
test_invokeWithArguments_ArityLimit
11171 ms
test_invokeWithArguments_List_CrossPackage_Static
11545 ms
test_invokeWithArguments_List_CrossPackage_Virtual
11564 ms
test_invokeWithArguments_List_Different_Array_Type
11572 ms
test_invokeWithArguments_List_SamePackage_Static
11612 ms
test_invokeWithArguments_List_SamePackage_Virtual
11614 ms
test_invokeWithArguments_List_SamePackage_Virtual_WrongArgCount
11617 ms
test_invokeWithArguments_Static_ArityLimit
11620 ms
test_invokeWithArguments_VarArgs_EdgeArityLimit
12020 ms
test_invokeWithArguments_VarArgs_SmallArityLimit
12103 ms
test_invokeWithArguments_VarargsObj_CrossPackage_Static
12162 ms
test_invokeWithArguments_VarargsObj_CrossPackage_Static_ZeroLengthArray
12165 ms
test_invokeWithArguments_VarargsObj_CrossPackage_Virtual
12174 ms
test_invokeWithArguments_VarargsObj_SamePackage_Static
12177 ms
test_invokeWithArguments_VarargsObj_SamePackage_Virtual
12179 ms
test_invokeWithArguments_VarargsObj_SamePackage_Virtual_VarargsMethod
12185 ms
test_invokeWithArguments_VarargsObj_SamePackage_Virtual_WrongArgCount
12201 ms
test_invokeWithArguments_WMT_NULL_args
12203 ms
test_invokeWithArguments_variable_input
12205 ms
test_invoker_ArityLimit
13393 ms
test_invoker_ArityLimit_TooHigh
13675 ms
test_invoker_Static_ArityLimit
13677 ms
test_invoker_Static_ArityLimit_TooHigh
14002 ms
test_isVarargsCollector_Using_VariableArity_JavaConstructor_SamePackage
14003 ms
test_isVarargsCollector_Using_VariableArity_JavaMethod_Static_CrossPackage
14005 ms
test_isVarargsCollector_Using_VariableArity_JavaMethod_Virtual_CrossPackage
14006 ms
test_isVarargsCollector_Using_VariableArity_JavaMethod_Virtual_SamePackage
14008 ms
test_isVarargsCollector_Using_asCollector_Virtual_SamePackage
14009 ms
test_isVarargsCollector_Using_asVarargsCollector_Static_CrossPackage
14096 ms
test_isVarargsCollector_Using_asVarargsCollector_Virtual_SamePackage
14102 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped
14135 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_RT_int_to_byte
14141 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_RT_int_to_long
14144 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_RT_int_to_short
14221 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_byte
14233 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_double
14297 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_long
14303 ms
test_isVarargsCollector_Using_asVarargsCollector_asTyped_arg_int_to_short
14308 ms
test_spreadInvoker_ArityLimit
14314 ms
test_spreadInvoker_Static_ArityLimit
15688 ms
com.ibm.j9.jsr292.InsertArgumentsTests
test_insert_handle_NPE
16230 ms
test_insert_location_IAE
16383 ms
test_insert_no_values
16385 ms
test_insert_values_NPE
16388 ms
com.ibm.j9.jsr292.PermuteTest
testFirstArgument
16391 ms
testLastArgument
16442 ms
testMiddleArgument
16459 ms
testPermuteHandleMaximumArguments
16473 ms
com.ibm.j9.jsr292.FoldArgumentsTest
test_foldArguments_Boolean
17250 ms
test_foldArguments_Byte
17280 ms
test_foldArguments_Character
17326 ms
test_foldArguments_Double
17351 ms
test_foldArguments_DoubleObject
17416 ms
test_foldArguments_Float
17466 ms
test_foldArguments_Integer
17534 ms
test_foldArguments_Long
17559 ms
test_foldArguments_Short
17631 ms
com.ibm.j9.jsr292.GuardTest
test_guardWithTest_Byte
17673 ms
test_guardWithTest_Character
17795 ms
test_guardWithTest_Double
17824 ms
test_guardWithTest_DoubleObject
17908 ms
test_guardWithTest_Float
17973 ms
test_guardWithTest_Integer
18038 ms
test_guardWithTest_Long
18068 ms
test_guardWithTest_Short
18128 ms
com.ibm.j9.jsr292.FilterArgumentsTest
test_filterArguments_Boolean
18157 ms
test_filterArguments_Byte
27264 ms
test_filterArguments_Character
41519 ms
test_filterArguments_Double
51452 ms
test_filterArguments_DoubleObject
64374 ms
test_filterArguments_Float
71569 ms
test_filterArguments_Integer
78237 ms
test_filterArguments_Long
88619 ms
test_filterArguments_Short
99734 ms
com.ibm.j9.jsr292.RestrictReceiverTest
testRestrictReceiver
109425 ms