RFR 8221623 : Add StackWalker micro benchmarks to jdk repo

Brent Christian brent.christian at oracle.com
Mon Sep 23 23:50:52 UTC 2019


On 9/23/19 2:15 AM, Daniel Fuchs wrote:
 >> ...
>> since logging is no longer using Throwable to examine 
>> the call stack, maybe it makes more sense to move the logging 
>> benchmarks to their own file under:
>>
>> test/micro/org/openjdk/bench/java/util/logging/ >
> Well, I'll let you decide on that. That would be the first
> logging benchmark :-)

There is 1 already:

http://hg.openjdk.java.net/jdk/jdk/file/2dedeaa537a2/test/micro/org/openjdk/bench/java/util/logging/LogRecord.java

I've moved my two logging benchmarks to that directory, too; I think it 
makes sense.

Also, per the discussion with Claes, I've reduced the number of values 
in the 'depth' @Param.

http://cr.openjdk.java.net/~bchristi/8221623/webrev10/

Thanks,
-Brent


More information about the core-libs-dev mailing list