Adopt RI java.lang.Thread/ThreadGroup w/ opt_ojdkThreadSupport - #14167
Merged
Conversation
pshipton
reviewed
Dec 16, 2021
JasonFengJ9
force-pushed
the
ojdkthread
branch
from
December 17, 2021 22:58
0171530 to
b3144ac
Compare
pshipton
reviewed
Dec 20, 2021
JasonFengJ9
force-pushed
the
ojdkthread
branch
from
December 20, 2021 21:25
b3144ac to
5b403e6
Compare
tajila
reviewed
Dec 21, 2021
JasonFengJ9
force-pushed
the
ojdkthread
branch
3 times, most recently
from
January 5, 2022 14:22
350afdc to
29d36d6
Compare
tajila
reviewed
Jan 5, 2022
Added opt_ojdkThreadSupport flag and decorate the behaviour change w/ J9VM_OPT_OJDK_THREAD_SUPPORT; Replaced j.l.Thread.threadRef with eetop; Replaced j.l.Thread.isDaemon with daemon; Replaced j.l.Thread.runnable with target; Replaced j.l.Thread.lock with blockerLock; Replaced j.l.ThreadGroup.numThreads with nthreads; Replaced j.l.ThreadGroup.numGroups with ngroups; Replaced j.l.ThreadGroup.childrenThreads with threads; Replaced j.l.ThreadGroup.childrenGroups with groups; Replaced j.l.ThreadGroup.isDaemon with daemon; Updated references accordingly; Minor refactoring at methods affected. Signed-off-by: Jason Feng <fengj@ca.ibm.com>
JasonFengJ9
force-pushed
the
ojdkthread
branch
from
January 5, 2022 18:36
29d36d6 to
9df80dc
Compare
Member
|
jenkins test sanity zlinux jdk17 |
pshipton
approved these changes
Jan 5, 2022
tajila
approved these changes
Jan 6, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
opt_ojdkThreadSupportflag and decorate the behaviour change w/J9VM_OPT_OJDK_THREAD_SUPPORT;Replaced
j.l.Thread.threadRefwitheetop;Replaced
j.l.Thread.isDaemonwithdaemon;Replaced
j.l.Thread.runnablewithtarget;Replaced
j.l.Thread.lockwithblockerLock;Replaced
j.l.ThreadGroup.numThreadswithnthreads;Replaced
j.l.ThreadGroup.numGroupswithngroups;Replaced
j.l.ThreadGroup.childrenThreadswiththreads;Replaced
j.l.ThreadGroup.childrenGroupswithgroups;Replaced
j.l.ThreadGroup.isDaemonwithdaemon;Updated references accordingly;
Minor refactoring at methods affected.
fyi @pshipton @0xdaryl
Signed-off-by: Jason Feng fengj@ca.ibm.com