-
Notifications
You must be signed in to change notification settings - Fork 728
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
JTreg test fail : java/lang/invoke/lambda/LambdaStackTrace.java #3394
Comments
@fengxue-IS can you please take a look at this |
The code responsible for creating stack traces is in If the romClass has the Note: the steps above assume that they are removing the anonClass frames from the |
looking into this |
Update: There is an annotation called Also, |
we have an existing annotiation |
Test excluded: adoptium/aqa-tests#657 |
eclipse-openj9/openj9#3627 Fixed: - eclipse-openj9/openj9#14132 - eclipse-openj9/openj9#3394 - eclipse-openj9/openj9#14084 (Also depends on ibmruntimes/openj9-openjdk-jdk18#12) Signed-off-by: Jack Lu <[email protected]>
eclipse-openj9/openj9#3627 Fixed: - eclipse-openj9/openj9#14132 - eclipse-openj9/openj9#3394 - eclipse-openj9/openj9#14084 (Also depends on ibmruntimes/openj9-openjdk-jdk18#12) Signed-off-by: Jack Lu <[email protected]>
eclipse-openj9/openj9#3627 Fixed: - eclipse-openj9/openj9#14132 - eclipse-openj9/openj9#3394 - eclipse-openj9/openj9#14084 (Also depends on ibmruntimes/openj9-openjdk-jdk18#12) Signed-off-by: Jack Lu <[email protected]>
The test was re-enabled via adoptium/aqa-tests#3302. |
Test https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/openj9/test/jdk/java/lang/invoke/lambda/LambdaStackTrace.java fails with ...
The synthetic frame (i.e. "LambdaStackTrace$$Lambda$20.000000000000D7F0.run(Unknown Source)") should not be present in the exception stack. See OpenJDK bug https://bugs.openjdk.java.net/browse/JDK-8025636.
Test passes against Hotspot.
Log archive : LambdaStackTraceProb.tar.gz
The text was updated successfully, but these errors were encountered: