RFR: 8272168: some hotspot runtime/logging tests don't check exit code

Jie Fu jiefu at openjdk.java.net
Tue Aug 10 03:52:29 UTC 2021


On Tue, 10 Aug 2021 03:32:40 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> could you please review the patch that adds a check of exit code in five runtime/logging tests?
> 
> Thanks,
> -- Igor

test/hotspot/jtreg/runtime/logging/ClassResolutionTest.java line 69:

> 67:         o.shouldContain("[class,resolve] resolve JVM_CONSTANT_MethodHandle");
> 68: 
> 69: 

This empty line seems to be unnecessary.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5062


More information about the hotspot-runtime-dev mailing list