Martijn Verburg

Results 102 issues of Martijn Verburg

Upstream change has been merged into jdk8u-dev

enhancement

[Reproducible Build Refactor](https://github.com/adoptium/temurin-build/pull/3027) caused build.sh to use a variable that isn't defined when you run makejdk-any-platform.sh on it's own.

bug

I don't know if this is the right place to report this. But is it expected that the arm (32-bit) release contains a `lib/client` and `lib/server` directory. While all other...

arm

failing with java.lang.AssertionError: Expected ZGC to be present but it is absent. expected [0] but found [1] need to confirm whether it is no longer expected to be present in...

This epic covers the production of the core binaries only. Linux Installers, Containers, AQAVit Testing, Compliance Testing, Website, API, and communication activities will be covered in separate Epics in their...

Epic

Is there any update on or any estimate when OpenJDK 11 builds will be available for Solaris (SPARC)? _Originally posted by @sKiLLeFF in https://github.com/AdoptOpenJDK/TSC/issues/40#issuecomment-531114867_

enhancement
help wanted
question
Waiting on OP
solaris

I find gctoolkit can't parse my gc log and show that ```Missed: 2021-12-19T22:31:54.909+0800: 623.525: [Full GC (Allocation Failure) 2021-12-19T22:31:54.909+0800: 623.525: [CMS (concurrent mode failure): 2097152K->2097152K(2097152K), 9.4110998 secs] 3984639K->3984638K(3984640K), [Metaspace: 215219K->215219K(1241088K)],...

bug

> Every event inherits from com.microsoft.gctoolkit.event.jvm.JVMEvent which is where getDuration() is defined. Therefore, every event has a getDuration() method. > > I checked the generated javadoc for PSYoungGen and the...

[INFO] Running com.microsoft.gctoolkit.integration.io.SingleGarbageCollectionLogFileTest [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.042 s

bug

OK, thank you, that makes sense and quite a few of the Garbage Collection tools document the subset of flags that they support. I tried again with the ones you...