-
It would be nice if we can auto-detect `BUILD_LIST` value based on `TARGET`. It means that `BUILD_LIST` will be an optional value. Similar to `JDK_VERSION`. The goal is to further reduce test build r…
llxia updated
3 years ago
-
As in https://github.com/eclipse-openj9/openj9/issues/19836, I tried building a JDK with the JIT in debug mode on x86_64 linux with the following flags:
```
export cflags="-Og -ggdb3 -fno-inline -…
-
This issue tracks what changes can be made via the `-Xshareclasses` option post-restore. For 0.38, the plan is to introduce `-Xshareclasses:disableOnRestore` [1] which is a best effort implementation …
-
see https://github.com/ibmruntimes/openj9-openjdk-jdk/issues/354#issuecomment-948063904, https://github.com/eclipse-openj9/openj9/blob/d079376e9dc63a009e79c13768fc964b3c9c0216/runtime/compiler/CMakeLi…
-
We parse the contents of the output of `java -version` to set jdkDate (which is meant to indicate build date as opposed to some future release date) in this block of code: https://github.com/adoptium/…
-
I observed this at a client JVM when running `jdk_lang_0` with a manually-started JITServer on the side, using `EXTRA_OPTIONS` to enable the JITServer AOT cache on the client. This is a non-fatal SVM …
-
Is there a document with coding standards for OpenJ9? If not, do we plan to add one?
Similar to OMR coding standards: https://github.com/eclipse/omr/blob/master/doc/CodingStandard.md.
Or are we …
-
`classNameToSignature` in [Aliases.cpp](https://github.com/eclipse/omr/blob/0d64043d74024e337119adc637cd27f767171794/compiler/il/Aliases.cpp#L1053) checks the `L` reference. The same change needs to b…
-
The settings for the cross compiler tool chain and global includes in configure_linux_arm.mk (and compiler flags in rules.linux.mk) need to be settable from the openJDK configure settings as we curren…
-
https://github.com/eclipse-openj9/openj9/blob/0a9c6ead004198c0bbf28d0fbc418d822624a45f/runtime/compiler/runtime/ClassUnloadAssumption.cpp#L516
This method is passed a double pointer to the sentinel r…