Christoph Langer
Christoph Langer
The JMC Agent project is set up in a somewhat awkward way at the moment. The maven.compiler.source and maven.compiler.target properties are set to 1.8 but we enforce a JDK 11...
During analysing a customer case I figured out that we have an inconsistency between documentation and actual behavior in class com.sun.jndi.ldap.Connection. The [method documentation of com.sun.jndi.ldap.Connection::createSocket](https://github.com/openjdk/jdk/blob/3ebe6c192a5dd5cc46ae2d263713c9ff38cd46bb/src/java.naming/share/classes/com/sun/jndi/ldap/Connection.java#L281) states: "If a timeout...
[JDK-8228649](https://bugs.openjdk.org/browse/JDK-8228649) had already been backported to 11.0.5. [JDK-8211767](https://bugs.openjdk.org/browse/JDK-8211767) was marked as duplicate of the former but in the hotspot problemlist we still find exclusions referring to it. So it seems...
While working in that area I found some potential for cleanup of a few tests. Most notably: B5045306.java: - does not need to run in othervm - the executor service...
(cherry picked from commit 09dca1a055e554998f795f9ac5b2d9029f2b9d6a) fixes #1728
SapMachine #1693: Add support for starting child processes in an own process group also for Windows
This also adds Windows support for process groups. fixes #1693
This updates SapMachine images to the current releases.
Hi all, This pull request contains a backport of [JDK-8330523](https://bugs.openjdk.org/browse/JDK-8330523), commit [98038b3d](https://github.com/openjdk/jdk17u-dev/commit/98038b3dfd8984c28a37646de6b1cdaa4c7ae6a3) from the [openjdk/jdk17u-dev](https://git.openjdk.org/jdk17u-dev) repository. The commit being backported was authored by Christoph Langer on 16 May 2024 and...
Backport of 8283728: jdk.hotspot.agent: Wrong location for RISCV64ThreadContext.java The wrong location is 17 is not "risv64" as it was in JDK 19 but here it is "riscv" which should be...
The backport of JDK-8284047 to jdk17u should have deleted the file test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketBruceForceClose.java but it didn't. Let's do it now. --------- ### Progress - [x] Change must be properly reviewed (1...