openj9
openj9 copied to clipboard
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with...
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.openjdk_x86-32_windows_Release/8 java/util/concurrent/ExecutorService/Invoke.java ``` 23:34:39 java.lang.AssertionError: Assertion failure 23:34:39 at Invoke.fail(Invoke.java:40) 23:34:39 at Invoke.check(Invoke.java:53) 23:34:39 at Invoke.check(Invoke.java:57) 23:34:39 at Invoke.main(Invoke.java:82) 23:34:39 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 23:34:39 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 23:34:39 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 23:34:39...
Experienced the following problem on AIX 7.3 P10, which is configured to support zlibNX, and Semeru will use it be default. Disable using `-XX:-UseZlibNX` and it no longer occurs. ```...
Java -version output -------------------- openjdk version "21.0.4" 2024-07-16 LTS IBM Semeru Runtime Open Edition 21.0.4.1 (build 21.0.4+7-LTS) Eclipse OpenJ9 VM 21.0.4.1 (build openj9-0.46.1, JRE 21 Windows 10 amd64-64-Bit Compressed References...
https://openj9-jenkins.osuosl.org/job/Build_JDK21_aarch64_linux_Nightly/344 ``` 18:03:50 [stderr] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@ee2dca7b[Not completed, task = javacserver.server.CompilerThreadPool$$Lambda/0x000000002c279b58@8ccf687f] rejected from java.util.concurrent.ThreadPoolExecutor@1dcee916[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 10]...
The `ProblemList-FIPS140*.txt` files should specify `generic-all` instead of listing (a possibly incomplete) set of platforms for tests that involve algorithms, etc. that are not permitted or not available in general...
Related to https://github.com/eclipse-openj9/openj9/issues/20184 and https://github.com/eclipse-openj9/openj9/issues/18157 fyi @a7ehuo this is what I was thinking for jitCheckCastForArrayStore if the jit can pass in the array class rather than the base class.
The method `checkFieldAlignmentForAtomicLong()` checks for a multiple of 4: ``` bool J9::Z::CodeGenerator::checkFieldAlignmentForAtomicLong() { TR_OpaqueClassBlock * classBlock = self()->comp()->fej9()->getSystemClassFromClassName("java/util/concurrent/atomic/AtomicLong", 38, true); // TR_J9SharedCacheVM::getSystemClassFromClassName can return 0 when it's impossible to relocate...
Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk17_j9_extended.system_x86-64_windows_testList_2/102/)(`win16x64rt-1-9`): ``` java version "17.0.8" 2023-07-18 IBM Semeru Runtime Certified Edition 17.0.8.0-rc1 (build 17.0.8+7) Eclipse OpenJ9 VM 17.0.8.0-rc1 (build v0.40.0-release-b681a676a, JRE 17 Windows Server...
Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk22_j9_extended.openjdk_x86-64_linux_testList_0/39/)(`cent9x86-rtp-rt5-1`): ``` openjdk version "22.0.1-beta" 2024-04-16 IBM Semeru Runtime Open Edition 22.0.1+8-202404300016 (build 22.0.1-beta+8-202404300016) Eclipse OpenJ9 VM 22.0.1+8-202404300016 (build master-4d2287797, JRE 22 Linux amd64-64-Bit...
Note that NativeLibrary is only supported on Linux at this moment.