From 03276a515301e7772bbff7cce645f73eb695099b Mon Sep 17 00:00:00 2001 From: Jonathan Gibbons Date: Fri, 10 Jun 2022 15:02:59 +0000 Subject: [PATCH 1/2] 8281445: Document the default value for the override-methods option Reviewed-by: prappo --- .../doclets/formats/html/resources/standard.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties b/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties index e63a7013e06..1c885086b26 100644 --- a/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties +++ b/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties @@ -629,7 +629,8 @@ doclet.usage.override-methods.parameters=\ (detail|summary) doclet.usage.override-methods.description=\ - Document overridden methods in the detail or summary sections + Document overridden methods in the detail or summary sections.\n\ + The default is 'detail'. doclet.usage.allow-script-in-comments.description=\ Allow JavaScript in options and comments From 0164145afc178b550313b80f5b5252b3bbff17a2 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 10 Jun 2022 15:37:20 +0000 Subject: [PATCH 2/2] 8288222: ProblemList serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java Reviewed-by: alanb, iklam --- test/hotspot/jtreg/ProblemList.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 8cdf44359db..51eadeb7375 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -120,6 +120,8 @@ serviceability/sa/ClhsdbPstack.java#core 8269982,8267433 macosx-aarch64,macosx-x serviceability/sa/TestJmapCore.java 8269982,8267433 macosx-aarch64,macosx-x64 serviceability/sa/TestJmapCoreMetaspace.java 8269982,8267433 macosx-aarch64,macosx-x64 +serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java 8288214 generic-all + ############################################################################# # :hotspot_misc