Christoph Langer

Results 10 issues of 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...

rfr

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...

csr
rfr
core-libs

[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...

rfr

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...

ready
rfr
net

(cherry picked from commit 09dca1a055e554998f795f9ac5b2d9029f2b9d6a) fixes #1728

This updates SapMachine images to the current releases.

library/sapmachine

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
rfr
clean
approval

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...

rfr
backport
approval

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...

rfr
approval