jdk-24/test/micro/org/openjdk/bench/java/lang
Jorn Vernee 509f80bb04 8313889: Fix -Wconversion warnings in foreign benchmarks
Reviewed-by: pminborg, mcimadamore
2023-08-08 13:59:35 +00:00
..
constant 8309413: Improve the performance of MethodTypeDesc::descriptorString 2023-06-06 15:56:36 +00:00
foreign 8313889: Fix -Wconversion warnings in foreign benchmarks 2023-08-08 13:59:35 +00:00
invoke 8291065: Creating a VarHandle for a static field triggers class initialization 2023-07-18 00:58:25 +00:00
reflect 8287798: Reduce runtime of java.lang.reflect/runtime microbenchmarks 2022-06-07 07:22:12 +00:00
runtime 8287798: Reduce runtime of java.lang.reflect/runtime microbenchmarks 2022-06-07 07:22:12 +00:00
ArrayClone.java 8302315: Examine cost of clone of primitive arrays compared to arraycopy 2023-02-18 15:17:57 +00:00
ArrayCopy.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ArrayCopyAligned.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ArrayCopyObject.java 8311178: JMH tests don't scale well when sharing output buffers 2023-07-11 16:14:33 +00:00
ArrayCopyUnalignedBoth.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ArrayCopyUnalignedDst.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ArrayCopyUnalignedSrc.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ArrayFiddle.java 8311178: JMH tests don't scale well when sharing output buffers 2023-07-11 16:14:33 +00:00
Characters.java 8303033: Build failure with the micro bench mark 2023-02-21 21:39:35 +00:00
ClassForName.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ClassGetResource.java 8260337: Optimize ImageReader lookup, used by Class.getResource 2021-02-09 15:32:36 +00:00
Clone.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
DoubleClassCheck.java 8294198: Implement isFinite intrinsic for RISC-V 2022-09-29 18:51:38 +00:00
EnumHashCode.java 8306075: Micro-optimize Enum.hashCode 2023-04-21 09:51:36 +00:00
FloatClassCheck.java 8294198: Implement isFinite intrinsic for RISC-V 2022-09-29 18:51:38 +00:00
FloatingDecimal.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
FPComparison.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
GetStackTrace.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
IntegerDivMod.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
Integers.java 8290034: Auto vectorize reverse bit operations. 2022-07-28 04:43:01 +00:00
LongDivMod.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
Longs.java 8290034: Auto vectorize reverse bit operations. 2022-07-28 04:43:01 +00:00
MathBench.java 8275167: x86 intrinsic for unsignedMultiplyHigh 2021-10-20 22:40:51 +00:00
NewInstance.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ObjectHashCode.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
RegionMatchesIC.java 8302871: Speed up StringLatin1.regionMatchesCI 2023-02-25 07:48:03 +00:00
RotateBenchmark.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ScopedValues.java 8306647: Implementation of Structured Concurrency (Preview) 2023-06-07 06:41:09 +00:00
ScopedValuesData.java 8306647: Implementation of Structured Concurrency (Preview) 2023-06-07 06:41:09 +00:00
ScopedValuesExecutorService.java 8306647: Implementation of Structured Concurrency (Preview) 2023-06-07 06:41:09 +00:00
StackTraceElementBench.java 8291641: Optimize StackTraceElement.toString() 2022-08-10 16:22:19 +00:00
StackWalkBench.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StrictMathBench.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StringBuffers.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StringBuilders.java 8302163: Speed up various String comparison methods with ArraysSupport.mismatch 2023-02-15 21:52:41 +00:00
StringBuilderToString.java 8282429: StringBuilder/StringBuffer.toString() skip compressing for UTF16 strings 2022-04-01 04:42:03 +00:00
StringCompareToDifferentLength.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StringCompareToIgnoreCase.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StringComparisons.java 8302163: Speed up various String comparison methods with ArraysSupport.mismatch 2023-02-15 21:52:41 +00:00
StringConcat.java 8247681: Improve bootstrapping of unary concatenations 2020-06-17 19:36:26 +02:00
StringConstructor.java 8301958: Reduce Arrays.copyOf/-Range overheads 2023-02-13 11:17:38 +00:00
StringDecode.java 8281146: Replace StringCoding.hasNegatives with countPositives 2022-03-17 09:20:24 +00:00
StringEncode.java 8282047: Enhance StringDecode/Encode microbenchmarks 2022-03-01 10:20:22 +00:00
StringEquals.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StringFormat.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StringHashCode.java 8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops 2023-01-17 21:06:22 +00:00
StringIndexOf.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StringIndexOfChar.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StringOffsetByCodePoints.java 8297561: Redundant index check in String.offsetByCodePoints() 2022-12-01 15:28:39 +00:00
StringOther.java 8302163: Speed up various String comparison methods with ArraysSupport.mismatch 2023-02-15 21:52:41 +00:00
StringReplace.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
StringSubstring.java 8240094: Optimize empty substring handling 2020-02-26 21:24:02 +01:00
StringTemplateFMT.java 8285932: Implementation of JEP 430 String Templates (Preview) 2023-05-10 11:34:01 +00:00
StringUpperLower.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
SystemTime.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ThreadOnSpinWait.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ThreadOnSpinWaitProducerConsumer.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ThreadOnSpinWaitSharedCounter.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00
ThreadSleep.java 8305092: Improve Thread.sleep(millis, nanos) for sub-millisecond granularity 2023-05-03 09:39:57 +00:00
ThreadStartJoin.java 8287810: Reduce runtime of java.lang microbenchmarks 2022-06-07 07:23:30 +00:00