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
8270814: ProblemList the failing serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitor* tests #4804
Conversation
…ackage/HeapMonitor* tests
|
@dholmes-ora To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
/label add hotspot-serviceability |
@dholmes-ora The label
|
/label add serviceability |
@dholmes-ora |
@dholmes-ora This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the
|
It doesn't include a complete implementation of the Java SE 16 Platform and additional Java APIs to support developing, debugging, and monitoring Java applications. Another source of information about important enhancements and new features in Java SE 16 and JDK 16 is the Java SE 16 ( JSR 391) Platform Specification, which documents the changes to the specification made between Java SE 15 and Java SE 16. This document includes descriptions of those new features and enhancements that are also changes to the specification. The descriptions also identify potential compatibility issues that you might encounter when changing to JDK 16. |
Thanks for the reviews @tschatzl and @DamonFool ! /integrate |
Going to push as commit 4927ee4. |
@dholmes-ora Pushed as commit 4927ee4. |
https://docs.oracle.com/javase/8/docs/api/java/io/package-frame.html check this one out. |
Two tests have started failing regularly in our CI testing, and also in GHA, so I'm ProblemListing them until the issue can be resolved.
Thanks,
David
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/4804/head:pull/4804
$ git checkout pull/4804
Update a local copy of the PR:
$ git checkout pull/4804
$ git pull https://git.openjdk.java.net/jdk pull/4804/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4804
View PR using the GUI difftool:
$ git pr show -t 4804
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/4804.diff