jdk-24/test/micro/org/openjdk/bench/java/lang
2021-11-22 02:31:33 +00:00
..
invoke 8263087: Add a MethodHandle combinator that switches over a set of MethodHandles 2021-05-27 12:28:10 +00:00
reflect 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
ArrayCopy.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
ArrayCopyAligned.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
ArrayCopyObject.java 8252847: Optimize primitive arrayCopy stubs using AVX-512 masked instructions 2020-10-10 06:29:38 +00:00
ArrayCopyUnalignedBoth.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
ArrayCopyUnalignedDst.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
ArrayCopyUnalignedSrc.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
ArrayFiddle.java 8259074: regex benchmarks and tests 2021-02-08 18:09:59 +00:00
Characters.java 8263677: Improve Character.isLowerCase/isUpperCase lookups 2021-03-17 15:22:06 +00:00
ClassForName.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
ClassGetResource.java 8260337: Optimize ImageReader lookup, used by Class.getResource 2021-02-09 15:32:36 +00:00
Clone.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
FloatingDecimal.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
GetStackTrace.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
Integers.java 8267844: Replace Integer/Long.valueOf() with Integer/Long.parse*() where applicable 2021-08-12 10:03:52 +00:00
Longs.java 8267844: Replace Integer/Long.valueOf() with Integer/Long.parse*() where applicable 2021-08-12 10:03:52 +00:00
MathBench.java 8275167: x86 intrinsic for unsignedMultiplyHigh 2021-10-20 22:40:51 +00:00
NewInstance.java 8243156: Fix deprecation and unchecked warnings in microbenchmark 2020-04-21 13:52:32 +02:00
ObjectHashCode.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
RotateBenchmark.java 8248830: C2: Optimize Rotate API on x86 2020-08-09 02:03:09 +05:30
StackWalkBench.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
StrictMathBench.java 8264054: Bad XMM performance on java.lang.MathBench.sqrtDouble 2021-04-01 00:34:00 +00:00
StringBuffers.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
StringBuilders.java 8271732: Regression in StringBuilder.charAt bounds checking 2021-08-12 07:01:53 +00:00
StringCompareToDifferentLength.java 8275448: [REDO] AArch64: Implement string_compare intrinsic in SVE 2021-11-22 02:31:33 +00:00
StringCompareToIgnoreCase.java 8248655: Support supplementary characters in String case insensitive operations 2020-07-23 08:46:31 -07:00
StringConcat.java 8247681: Improve bootstrapping of unary concatenations 2020-06-17 19:36:26 +02:00
StringDecode.java 8261418: Reduce decoder creation overheads for sun.nio.cs.ext Charsets 2021-02-11 10:43:56 +00:00
StringEncode.java 8259842: Remove Result cache from StringCoding 2021-01-22 11:27:13 +00:00
StringEquals.java 8215017: Improve String::equals warmup characteristics 2019-04-11 14:56:52 +02:00
StringFormat.java 8263038: Optimize String.format for simple specifiers 2021-03-08 23:13:45 +00:00
StringHashCode.java 8221723: Avoid storing zero to String.hash 2019-04-02 11:24:40 +02:00
StringHttp.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
StringIndexOf.java 8220368: Update String.indexOf to test all the C2 intrinsics 2019-03-08 17:45:40 -05:00
StringIndexOfChar.java 8254782: Fix benchmark issues in java/lang/StringIndexOfChar.java benchmark 2020-10-29 12:06:43 +00:00
StringOther.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
StringReplace.java 8222955: Optimize String.replace(CharSequence, CharSequence) for common cases 2019-05-06 18:07:55 -07:00
StringSubstring.java 8240094: Optimize empty substring handling 2020-02-26 21:24:02 +01:00
StringUpperLower.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
SystemTime.java 8242504: Enhance the system clock to nanosecond precision 2020-05-28 22:34:02 -04:00
ThreadOnSpinWait.java 8186670: Implement _onSpinWait() intrinsic for AArch64 2021-11-11 22:23:35 +00:00
ThreadOnSpinWaitProducerConsumer.java 8186670: Implement _onSpinWait() intrinsic for AArch64 2021-11-11 22:23:35 +00:00
ThreadOnSpinWaitSharedCounter.java 8186670: Implement _onSpinWait() intrinsic for AArch64 2021-11-11 22:23:35 +00:00
ThreadStartJoin.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00