Babneet Singh
Babneet Singh
Related: #19267
Marking the receiver object of an instance method ensures that it is not collected by the garbage collector (GC) while the instance method is executing. If the receiver object is...
**TEST:** serviceability/jvmti/stress/StackTrace/Suspended/GetStackTraceSuspendedStressTest.java ``` VThread-Consumer-14: finished VThread-Consumer-55: finished VThread-Consumer-12: finished VThread-Producer-16: finished VThread-Producer-39: finished VThread-Producer-30: finished VThread-Consumer-58: finished Timeout signalled after 120 seconds STDERR: WARNING: A restricted method in java.lang.System has...
The root cause of the below failures is `jitMonitorExit()` passing in the incorrect `currentThread`. The initial diagnosis of the below failures was done in https://github.com/eclipse-openj9/openj9/issues/21717. **Note:** The old issues have...
**Note:** The old issues have been closed as a duplicate of this issue. The tests excluded for those issues will need to be re-enabled once this issue is closed. I...
This epic tracks all OpenJ9 work required to support [JEP-500 (Prepare to Make Final Mean Final)](https://bugs.openjdk.org/browse/JDK-8349536). * [ ] 1. https://github.com/eclipse-openj9/openj9/issues/22951 * [ ] 2. https://github.com/eclipse-openj9/openj9/issues/22952 * [ ] 3....