Jack Lu

Results 55 comments of Jack Lu

Opened https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/451 to fix some of the test hang issue

@keithc-ca can you take another look at this, all previous comments have been addressed

### DDR support for Project Loom (Revised) ### Goals 1. List all virtual threads. 2. Get the stack and stackslots for a virtual thread. ### Approach - Simple. - Easy...

For `continuationstack` command (#15779) instead of using `J9VMEntryLocalStoragePointerWrapper` to extend the structure, new design is to have an interface which encapsulates the ELS data and provide identical api for both...

> * `ELS` -> `EntryLocalStorage`. Instead of the abbreviation, a more verbose naming is better for readability. +1 (updated comment with new name) > * Can default methods be used...

> I think neither `ELS` or `EntryLocalStorage` is the right name for that interface. It isn't "entry local storage", but rather, a context that can provide `EntryLocalStorage` _and_ other things....

Moving this out of Java 19 milestone as test is targeting structured concurrency which is still in incubator. Not required for Java 19

I wasn't able to reproduce this failure individually on a zlinux machine, running grinder to see if this is can only be reproduced in the suite.

[Grinder 20x run on 20 machines 19/20 passed] (https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/38416/) All the passing machines average 2\~5mins per iteration, the only failed machine took 8\~9 mins for the passing runs and 16+mins...

I've tried to modify the test to get a bit more detail of where the perf issue is coming from. Noticed that the `Thread.getStackTrace()` API is whats taking majority of...