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://openj9-jenkins.osuosl.org/job/Test_openjdk18_j9_sanity.openjdk_s390x_linux_Nightly/113 jdk_util_0 `-Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:+UseCompressedOops` java/util/concurrent/ConcurrentHashMap/ToArray.java https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk18_j9_sanity.openjdk_s390x_linux_Nightly/113/openjdk_test_output.tar.gz ``` 22:20:17 ACTION: main -- Error. Agent error: java.lang.Exception: Agent 4 timed out with a timeout of 960 seconds; check console log...
Appears in the tests - `ClassLoadingTest_special_5m_18` - `ClassLoadingTest_special_5m_19` - `ClassLoadingTest_special_5m_19 ` - `ClassLoadingTest_special_5m_24` - `DaaLoadTest_all_special_5m_18` - `DaaLoadTest_all_special_5m_19` - `DaaLoadTest_all_special_5m_24` - `DaaLoadTest_daa1_special_5m_18` - `DaaLoadTest_daa1_special_5m_19` - `DaaLoadTest_daa1_special_5m_24` - `DaaLoadTest_daa2_special_5m_18` - `DaaLoadTest_daa2_special_5m_19` -...
From [an internal Grinder run (ID: 26253)](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/26253/consoleText) and [PR build failure ](https://openj9-jenkins.osuosl.org/job/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_0/8/console) from #15460 ``` [2022-07-27T19:14:49.130Z] "/home/jenkins/workspace/Grinder/openjdkbinary/j2sdk-image/bin/java" -version [2022-07-27T19:14:49.130Z] openjdk version "20-internal" 2023-03-21 [2022-07-27T19:14:49.130Z] OpenJDK Runtime Environment (build 20-internal-adhoc.jenkins.BuildJDKnexts390xlinuxvtstandardPersonal) [2022-07-27T19:14:49.130Z]...
There is a common need for additional `-Xdump` signal events; for example, to manually request a system dump with `request=exclusive+prepwalk` (there are [alternative mechanisms](https://publib.boulder.ibm.com/httpserv/cookbook/Troubleshooting_Recipes-Troubleshooting_OpenJ9_and_IBM_J9_Recipes-J9_System_Dump_Recipe.html) to request such dumps, but they...
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows_Nightly/3 win2012r2-x86-2 java/util/logging/CheckZombieLockTest.java.CheckZombieLockTest (from java_util_logging_CheckZombieLockTest.java) ``` WARNING: unable to delete/cleanup writable test directory: C:\\temp\\writable-lockfile-dir\\log.log WARNING: unable to delete/cleanup writable test directory: C:\\temp\\writable-lockfile-dir\\log.log.lck WARNING: unable to delete/cleanup writable test directory: C:\\temp\\writable-lockfile-dir...
This thread collects various failures in internal JITServer tests that have been observed recently, for platforms other than Z. I'll be going through them to see if they can be...
The changes include all test suites intended for downcall and upcall in Java17, 18 and 19 which can be enabled on the following platforms: 1)downcall: all supported platforms 2)upcall: AIX/PPC...
In https://github.com/eclipse-openj9/openj9/issues/15513#issuecomment-1184561051 Younes has briefly summarized how `System.nanoTime()` is handled on X and Z. Currently on Linux on Z java_lang_System_nanoTime method is recognized. It emits artificial call to `currentTimeMaxPrecisionSymbol` with...
**Description:** The upcall of JEP389/412/419/424 which is built on top of our downcall implementation (please see https://github.com/eclipse-openj9/openj9/pull/12413 in details) aims to offer a solution from native to java to inter-operate...
This issue is to track the work items that are required to make defaultValue enhancement to work in AOT compilation. **Background** We are in the process of implementing a defaultValue...