Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK19 serviceability_jvmti_j9_0_FAILED RuntimeException: ContinuationTest failed: expected no FramePop events! #16792

Closed
JasonFengJ9 opened this issue Feb 28, 2023 · 6 comments
Assignees
Labels
comp:jvmti comp:vm jdk19 perm excluded The test is unsuitable and permanently excluded. test failure

Comments

@JasonFengJ9
Copy link
Member

JasonFengJ9 commented Feb 28, 2023

Failure link

From an internal build(ub20x64rt3-2):

openjdk version "19.0.2" 2023-01-17
IBM Semeru Runtime Open Edition 19.0.2+7 (build 19.0.2+7)
Eclipse OpenJ9 VM 19.0.2+7 (build master-cce33ede0, JRE 19 Linux amd64-64-Bit Compressed References 20230117_51 (JIT enabled, AOT enabled)
OpenJ9   - cce33ede0
OMR      - 19361557f
JCL      - 3c83ead7fc based on jdk-19.0.2+7)

Rerun in Grinder - Change TARGET to run only the failed test targets.

Optional info

Failure output (captured from console output)

[2023-02-25T17:28:50.979Z] variation: Mode150
[2023-02-25T17:28:50.979Z] JVM_OPTIONS:  -XX:+UseCompressedOops 

[2023-02-25T17:34:44.860Z] TEST: serviceability/jvmti/vthread/ContinuationTest/ContinuationTest.java

[2023-02-25T17:34:44.863Z] STDERR:
[2023-02-25T17:34:44.863Z] java.lang.RuntimeException: ContinuationTest failed: expected no FramePop events!
[2023-02-25T17:34:44.863Z] 	at ContinuationTest.main(ContinuationTest.java:59)
[2023-02-25T17:34:44.863Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2023-02-25T17:34:44.863Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[2023-02-25T17:34:44.863Z] 	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
[2023-02-25T17:34:44.863Z] 	at java.base/java.lang.Thread.run(Thread.java:1573)
[2023-02-25T17:34:44.863Z] 
[2023-02-25T17:34:44.863Z] JavaTest Message: Test threw exception: java.lang.RuntimeException: ContinuationTest failed: expected no FramePop events!

[2023-02-25T17:34:44.863Z] TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: ContinuationTest failed: expected no FramePop events!
[2023-02-25T17:34:44.863Z] --------------------------------------------------
[2023-02-25T17:34:56.861Z] Test results: passed: 118; failed: 1
[2023-02-25T17:35:06.726Z] Report written to /home/jenkins/workspace/Test_openjdk19_j9_extended.openjdk_x86-64_linux/jvmtest/openjdk/report/html/report.html
[2023-02-25T17:35:06.726Z] Results written to /home/jenkins/workspace/Test_openjdk19_j9_extended.openjdk_x86-64_linux/aqa-tests/TKG/output_16773459782921/serviceability_jvmti_j9_0/work
[2023-02-25T17:35:06.726Z] Error: Some tests failed or other problems occurred.
[2023-02-25T17:35:06.726Z] -----------------------------------
[2023-02-25T17:35:06.726Z] serviceability_jvmti_j9_0_FAILED

50x internal grinder

Also seen at x86-64_mac, s390x_linux

@pshipton
Copy link
Member

@JasonFengJ9 the grinder failed to run.

@pshipton
Copy link
Member

@tajila a new jdk19 issue.

@tajila
Copy link
Contributor

tajila commented Feb 28, 2023

@babsingh Please take a look

@JasonFengJ9
Copy link
Member Author

the grinder failed to run.

Failed twice, will give it another try when the infra sso issue is resolved.

@babsingh
Copy link
Contributor

ContinuationTest : https://github.com/ibmruntimes/openj9-openjdk-jdk19/tree/openj9/test/hotspot/jtreg/serviceability/jvmti/vthread/ContinuationTest

Due to the above reasons, this test should be excluded for OpenJ9.

fyi @fengxue-IS @tajila

@babsingh
Copy link
Contributor

babsingh commented Mar 1, 2023

adoptium/aqa-tests#4380 has been merged to permanently disable ContinuationTest.

@babsingh babsingh added the perm excluded The test is unsuitable and permanently excluded. label Mar 1, 2023
babsingh added a commit to babsingh/aqa-tests that referenced this issue Mar 1, 2023
Refer to adoptium#1297 to permanently exclude.

Related: eclipse-openj9/openj9#16792
Related: adoptium#1297

Signed-off-by: Babneet Singh <[email protected]>
smlambert pushed a commit to adoptium/aqa-tests that referenced this issue Mar 1, 2023
Refer to #1297 to permanently exclude.

Related: eclipse-openj9/openj9#16792
Related: #1297

Signed-off-by: Babneet Singh <[email protected]>
@babsingh babsingh closed this as completed Mar 2, 2023
sophia-guo pushed a commit to sophia-guo/openjdk-tests that referenced this issue Mar 10, 2023
Refer to adoptium#1297 to permanently exclude.

Related: eclipse-openj9/openj9#16792
Related: adoptium#1297

Signed-off-by: Babneet Singh <[email protected]>
sophia-guo pushed a commit to sophia-guo/openjdk-tests that referenced this issue Mar 10, 2023
Refer to adoptium#1297 to permanently exclude.

Related: eclipse-openj9/openj9#16792
Related: adoptium#1297

Signed-off-by: Babneet Singh <[email protected]>
smlambert added a commit to adoptium/aqa-tests that referenced this issue Mar 10, 2023
* Set up jdk for jck interactive (#4239)

* Set up jdk for jck interactive

Signed-off-by: Sophia Guo <[email protected]>

* Add parameter SETUP_JCK_RUN explicitely

Signed-off-by: Sophia Guo <[email protected]>

---------

Signed-off-by: Sophia Guo <[email protected]>

* [Jtreg/FFI] Disable FFI related test suite in JDK20 (#4318)

The change is to exclude the FFI related test cases
in AttachTest.java captured at
eclipse-openj9/openj9#16656
given the FFI related code in JDK20 has been disabled
for the moment and will be enabled once the code has
been updated against the latest APIs.

Signed-off-by: ChengJin01 <[email protected]>

* Fix if condition for tck interactive setup (#4320)

Signed-off-by: Mesbah Alam <[email protected]>

* [Jtreg/FFI] update the issue no for FFI test suites in JDK20 (#4324)

The change updates the issue no by replacing
#16656 with #16565 as #16656 will be closed
as duplicate of #16565, in which case #16565
serves as the only issue that keeps track of
the excluded FFI test suites in JDK20.

Signed-off-by: ChengJin01 <[email protected]>

* Add OpenJ9 timeout handler to security and rmi extended tests (#4333)

Signed-off-by: Peter Shipton <[email protected]>

* Disable GetStackTraceSuspendedStressTest (#4360)

Related: eclipse-openj9/openj9#16751

Signed-off-by: Babneet Singh <[email protected]>

* Update JDK20 exclude list (#4371)

Re-enable Thread related tests fixed in JDK19

Signed-off-by: Jack Lu <[email protected]>

* Disable ContinuationTest (#4380)

ContinuationTest is being disabled for OpenJ9 since it is specific to
the reference implementation and it does not apply to OpenJ9.

Signed-off-by: Babneet Singh <[email protected]>

* Permanently disable ContinuationTest (#4382)

Refer to #1297 to permanently exclude.

Related: eclipse-openj9/openj9#16792
Related: #1297

Signed-off-by: Babneet Singh <[email protected]>

* Exclude jdk/internal/platform/docker/TestDockerCpuMetrics.java (#4387)

Signed-off-by: Jason Feng <[email protected]>

* AUTO: auto exclude test jdk_svc_sanity plat=ppc64_aix impl=hotspot (#4389)

- related: #4218 (comment)

Signed-off-by: GitHub <[email protected]>
Co-authored-by: smlambert <[email protected]>

---------

Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: ChengJin01 <[email protected]>
Signed-off-by: Mesbah Alam <[email protected]>
Signed-off-by: Peter Shipton <[email protected]>
Signed-off-by: Babneet Singh <[email protected]>
Signed-off-by: Jack Lu <[email protected]>
Signed-off-by: Jason Feng <[email protected]>
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Cheng Jin <[email protected]>
Co-authored-by: Mesbah Alam <[email protected]>
Co-authored-by: Peter Shipton <[email protected]>
Co-authored-by: Babneet Singh <[email protected]>
Co-authored-by: Jack Lu <[email protected]>
Co-authored-by: Jason Feng <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: smlambert <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:jvmti comp:vm jdk19 perm excluded The test is unsuitable and permanently excluded. test failure
Projects
None yet
Development

No branches or pull requests

4 participants