jdk-24/test/micro/org/openjdk/bench/java/lang/invoke
Claes Redestad 29321447b1 8343305: Remove Indify-dependent microbenchmarks
Reviewed-by: liach, ihse, erikj
2024-10-31 22:28:53 +00:00
..
LazyStaticColdStart.java 8342958: Use jvmArgs consistently in microbenchmarks 2024-10-28 22:40:25 +00:00
LookupAcquire.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
LookupDefaultFind.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
LookupDefineClass.java
LookupPublicFind.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleAsCollector.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleAsSpreader.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleAsVarargsCollector.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleBasicInvoke.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleBindToBinding.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleBindToCurry.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleConvertBoxing.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleConvertCast.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleConvertReturnPrimitive.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleConvertReturnReference.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleConvertReturnVoid.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleConvertUnboxing.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleConvertWidening.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleInvokeWithArgs.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleProxiesAsIFInstance.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandleProxiesSuppl.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesArrayElementGetter.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesArrayElementSetter.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesCatchException.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesConstant.java 8314085: Fixing scope from benchmark to thread for JMH tests having shared state 2023-10-03 16:01:36 +00:00
MethodHandlesDropArguments.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesExactInvoker.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesFilterArgs.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesFilterReturn.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesFoldArguments.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesGuardWithTest.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesIdentity.java 8314085: Fixing scope from benchmark to thread for JMH tests having shared state 2023-10-03 16:01:36 +00:00
MethodHandlesInsertArguments.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesInvoker.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesPermuteArguments.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesSpreadInvoker.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodHandlesTableSwitchConstant.java 8263087: Add a MethodHandle combinator that switches over a set of MethodHandles 2021-05-27 12:28:10 +00:00
MethodHandlesTableSwitchOpaqueSingle.java 8263087: Add a MethodHandle combinator that switches over a set of MethodHandles 2021-05-27 12:28:10 +00:00
MethodHandlesTableSwitchRandom.java 8263087: Add a MethodHandle combinator that switches over a set of MethodHandles 2021-05-27 12:28:10 +00:00
MethodHandlesThrowException.java 8314085: Fixing scope from benchmark to thread for JMH tests having shared state 2023-10-03 16:01:36 +00:00
MethodTypeAcquire.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
MethodTypeAppendParams.java 8314085: Fixing scope from benchmark to thread for JMH tests having shared state 2023-10-03 16:01:36 +00:00
MethodTypeChangeParam.java 8314085: Fixing scope from benchmark to thread for JMH tests having shared state 2023-10-03 16:01:36 +00:00
MethodTypeChangeReturn.java 8314085: Fixing scope from benchmark to thread for JMH tests having shared state 2023-10-03 16:01:36 +00:00
MethodTypeDropParams.java 8314085: Fixing scope from benchmark to thread for JMH tests having shared state 2023-10-03 16:01:36 +00:00
MethodTypeGenerify.java 8314085: Fixing scope from benchmark to thread for JMH tests having shared state 2023-10-03 16:01:36 +00:00
MethodTypeInsertParams.java 8314085: Fixing scope from benchmark to thread for JMH tests having shared state 2023-10-03 16:01:36 +00:00
StringConcatFactoryBootstraps.java 8287522: StringConcatFactory: Add in prependers and mixers in batches 2022-06-08 07:17:31 +00:00
SwitchPointAdhoc.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
SwitchPointGuard.java 8287785: Reduce runtime of java.lang.invoke microbenchmarks 2022-06-07 07:25:06 +00:00
TypedAsCollector.java
VarHandleExact.java
VarHandleLazyStaticInvocation.java 8291065: Creating a VarHandle for a static field triggers class initialization 2023-07-18 00:58:25 +00:00
Wrappers.java 8342958: Use jvmArgs consistently in microbenchmarks 2024-10-28 22:40:25 +00:00