Matthias Bäsken
Matthias Bäsken
When running the renaissance benchmark on HP-UX (ia64) with a JDK8, we run into the following error message. It might be related to this Spark issue : https://github.com/apache/spark/commit/e1f6845391078726f60e760f0ea68ccf81f9eca9#diff-c7483c7efce631c783676f014ba2b0ed (seems an...
The test tools/jlink/plugins/SaveJlinkArgfilesPluginTest.java fails on Linux ppc64le because it assumes that vm.jvmci is available on all platforms but this is currently not the case on Linux ppc64le. Error is :...
Currently jcmd command GC.heap_dump only works with an additionally provided file name. Syntax : GC.heap_dump [options] In case the JVM has the XX - flag HeapDumpPath set, we should support...
Backport of 8324598 ; this backport does not change [src/java.base/linux/native/libjava/CgroupMetrics.c](https://github.com/openjdk/jdk/commit/7a798d3cebea0915f8a73af57333b3488c2091af#diff-e8dee60b11f369a261076ab88cda5bf76ecb720b3937b2e27a1ed64aff2b1729) because the adjusted coding in this file is not in jdk11u-dev --------- ### Progress - [x] Change must be properly...
Backport 8318696 from jdk21u-dev --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous...
On Linux x86_64 fastdebug with ubsan enabled we run into this error because we call qsort with a first parameter that is null. /jdk/src/hotspot/share/utilities/growableArray.hpp:290:10: runtime error: null pointer passed as...
This coding, with ubsan enabled bool force_reexecute() const { return _force_reexecute; } gives us on Linux x86_64 fastdebug the following warning : /jdk/src/hotspot/share/c1/c1_ValueStack.hpp:229:49: runtime error: load of value 171, which...
See https://bugs.openjdk.org/browse/JDK-8327769 The description of this pull request goes here. fixes #1670
Currently jcmd command GC.heap_dump only works with an additionally provided file name. Syntax : GC.heap_dump [options] In case the JVM has the XX-flag HeapDumpPath set, we should support an additional...
--------- ### Progress - [x] Change must not contain extraneous whitespace - [x] Commit message must refer to an issue - [ ] [JDK-8229822](https://bugs.openjdk.org/browse/JDK-8229822) needs maintainer approval ### Issue *...