RFR: 8313306: More sensible memory reservation logging [v12]

Sonia Zaldana Calles szaldana at openjdk.org
Tue Feb 20 16:31:58 UTC 2024


On Sat, 17 Feb 2024 09:59:07 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> Breaks AIX build: os_aix.cpp:1626:5: error: unknown type name 'ErrorPreserver'; did you mean 'ErrnoPreserver'?
> 
> New test is failing on linux PPC64le: TestMemoryAllocationLogging.java#testUncommitFailed
> 
> ```
>  exitValue = 139
> 
> java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [139]
> 	at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:521)
> 	at TestMemoryAllocationLogging.runTestWithOptions(TestMemoryAllocationLogging.java:202)
> 	at TestMemoryAllocationLogging.main(TestMemoryAllocationLogging.java:195)
> 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
> 	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
> 	at java.base/java.lang.Thread.run(Thread.java:1575)
> ```

Hi @TheRealMDoerr, any chance you could share the *.jtr file with me so I can take a closer look at the  PPC64le failure? Thanks for running the tests!

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

PR Comment: https://git.openjdk.org/jdk/pull/17356#issuecomment-1954591784


More information about the hotspot-runtime-dev mailing list