Skip to content

Change method to look for in testFindstackvalue - #15909

Merged
pshipton merged 1 commit into
eclipse-openj9:masterfrom
mikezhang1234567890:findexttest
Sep 19, 2022
Merged

Change method to look for in testFindstackvalue#15909
pshipton merged 1 commit into
eclipse-openj9:masterfrom
mikezhang1234567890:findexttest

Conversation

@mikezhang1234567890

Copy link
Copy Markdown
Contributor

Look for java/lang/Thread.sleep method with only one argument since the form with 2 arguments doesn't show up on the stack in jdk19.

Also change MethodForNameOutputParser.extractMethodAddress so we can choose the method instead of taking first matching.

Resolves #15850

Tests done against testDDRExtJunit_FindExtThread in internal Jenkins server:
19: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/27697/
17: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/27708/
11: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/27711/
8: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/27712/

Look for java/lang/Thread.sleep method with only one argument since
the form with 2 arguments doesn't show up on the stack in jdk19.

Also change MethodForNameOutputParser.extractMethodAddress so we can
choose the method instead of taking first matching.

Signed-off-by: Mike Zhang <mike.h.zhang@ibm.com>
@pshipton
pshipton merged commit f6383e2 into eclipse-openj9:master Sep 19, 2022
@mikezhang1234567890
mikezhang1234567890 deleted the findexttest branch March 21, 2023 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

jdk19 testDDRExtJunit_FindExtThread_0 fails

2 participants