-
Hi,
This issue could be reproduced with `graalvm-jdk-21.0.1+12.1` on MacOS M1 system (`Darwin mbp-de-xxx.home 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:27:24 PDT 2023; root:xnu-10002.41.9~…
-
A couple of test failures with similar issue was detected on pLinux in TestHFA.java at https://github.com/ibmruntimes/openj9-openjdk-jdk21/blob/openj9/test/jdk/java/foreign/TestHFA.java.
e.g.
```
t…
-
### 问题描述
2.0.53版本在jdk21下多构造函数时反序列化异常
### 环境信息
- JDK:jdk-21.0.2
- fastjson:2.0.53
### 重现步骤
#### 【测试代码一】
```
com.alibaba.fastjson2
fastjson2
…
-
Repeated failure compiling on AndroidStudio 2024.2.1 (Lady Bug) with Java 21, on Fedora Core 40 or OSX Sequoia. Works fine with java 17 and AndroidStudio 2024.1.1.
Here's the complete output I get…
-
Failure link
------------
From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk21_j9_extended.openjdk_s390x_linux/30/)(`rhel8s390x-svl-rt7-1`):
```
java version "…
-
**Before reporting**
- This repository should be used to report **issues on the Maven or Gradle plugins for GraalVM**.
- Please report issues which are specific to [the Spring Framework](https://s…
-
Hi I am trying to initialize `ClassScanner` at build time, but it's not able to load classes
Here is my classScanner:
```
public class ClassScanner {
private static ScanResult scanResult;…
-
**Describe the bug**
Whenever I try to Profile the CPU for a program with virtual threads it fails with the following error:
```
Profiler Agent Error: GetCurrentThreadCpuTime failed with 73
Asse…
-
Caused by: org.apache.ws.commons.schema.XmlSchemaException: External DTD: Failed to read external DTD 'XMLSchema.dtd', because 'http' access is not allowed due to restriction set by the accessExternal…
-
Due to https://github.com/eclipse-openj9/openj9/pull/18532
getTotalPhysicalMemory() was deprecated and removed in jdk19, replaced by getTotalMemorySize() from jdk14.
https://openj9-jenkins.osuos…