Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/guide/code-owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ This list is intended to make it easier to identify which email list to include
* [include](https://github.com/openjdk/jdk/tree/master/src/hotspot/share/include) - HotSpot
* [interpreter](https://github.com/openjdk/jdk/tree/master/src/hotspot/share/interpreter) - Runtime
* [jfr](https://github.com/openjdk/jdk/tree/master/src/hotspot/share/jfr) - JFR
* [jvmci](https://github.com/openjdk/jdk/tree/master/src/hotspot/share/jvmci) - Compiler
* [libadt](https://github.com/openjdk/jdk/tree/master/src/hotspot/share/libadt) - Compiler
* [logging](https://github.com/openjdk/jdk/tree/master/src/hotspot/share/logging) - Runtime
* [memory](https://github.com/openjdk/jdk/tree/master/src/hotspot/share/memory) - GC, Runtime
Expand Down Expand Up @@ -172,8 +171,6 @@ This list is intended to make it easier to identify which email list to include
* [jdk.crypto.mscapi](https://github.com/openjdk/jdk/tree/master/src/jdk.crypto.mscapi) - Security
* [jdk.dynalink](https://github.com/openjdk/jdk/tree/master/src/jdk.dynalink) - Tools
* [jdk.editpad](https://github.com/openjdk/jdk/tree/master/src/jdk.editpad) - JShell
* [jdk.graal.compiler](https://github.com/openjdk/jdk/tree/master/src/jdk.graal.compiler) - Compiler
* [jdk.graal.compiler.management](https://github.com/openjdk/jdk/tree/master/src/jdk.graal.compiler.management) - Compiler
* [jdk.hotspot.agent](https://github.com/openjdk/jdk/tree/master/src/jdk.hotspot.agent) - Serviceability
* [jdk.httpserver](https://github.com/openjdk/jdk/tree/master/src/jdk.httpserver) - Net
* [jdk.incubator.vector](https://github.com/openjdk/jdk/tree/master/src/jdk.incubator.vector) - Compiler
Expand All @@ -182,7 +179,6 @@ This list is intended to make it easier to identify which email list to include
* [jdk.internal.le](https://github.com/openjdk/jdk/tree/master/src/jdk.internal.le) - JShell
* [jdk.internal.md](https://github.com/openjdk/jdk/tree/master/src/jdk.internal.md) - Tools
* [jdk.internal.opt](https://github.com/openjdk/jdk/tree/master/src/jdk.internal.opt) - Tools
* [jdk.internal.vm.ci](https://github.com/openjdk/jdk/tree/master/src/jdk.internal.vm.ci) - Compiler
* [jdk.jartool](https://github.com/openjdk/jdk/tree/master/src/jdk.jartool) - Tools
* [jdk.javadoc](https://github.com/openjdk/jdk/tree/master/src/jdk.javadoc) - Javadoc
* [jdk.jcmd](https://github.com/openjdk/jdk/tree/master/src/jdk.jcmd) - Serviceability
Expand Down Expand Up @@ -222,6 +218,7 @@ This list is intended to make it easier to identify which email list to include
* `*.jdk` – Compiler (Removed in [10](https://bugs.openjdk.org/browse/JDK-8187443))
* share
* `aot` – Compiler (Removed in [17](https://bugs.openjdk.org/browse/JDK-8263327))
* `jvmci` – Compiler (Removed in [27](https://bugs.openjdk.org/browse/JDK-8382582))
* `shark` – Compiler (Removed in [10](https://bugs.openjdk.org/browse/JDK-8171853))
* `trace` – Runtime (Removed in [11](https://bugs.openjdk.org/browse/JDK-8199712))
* java.base
Expand All @@ -230,7 +227,10 @@ This list is intended to make it easier to identify which email list to include
* `jdk.aot` – Compiler (Removed in [17](https://bugs.openjdk.org/browse/JDK-8263327))
* `jdk.crypto.ucrypto` – Security (Removed in [12](https://bugs.openjdk.org/browse/JDK-8241787))
* only available on Solaris
* `jdk.graal.compiler` – Compiler (Removed in [27](https://bugs.openjdk.org/browse/JDK-8382582))
* `jdk.graal.compiler.management` – Compiler (Removed in [27](https://bugs.openjdk.org/browse/JDK-8382582))
* `jdk.incubator.concurrent` – Core Libs (Removed in [21](https://bugs.openjdk.org/browse/JDK-8306647))
* `jdk.internal.vm.ci` – Compiler (Removed in [27](https://bugs.openjdk.org/browse/JDK-8382582))
* `jdk.internal.vm.compiler` – Compiler (Removed in [22](https://bugs.openjdk.org/browse/JDK-8318027))
* `jdk.internal.vm.compiler.management` – Compiler (Removed in [22](https://bugs.openjdk.org/browse/JDK-8318027))
* `jdk.pack` – Tools (Removed in [14](https://bugs.openjdk.org/browse/JDK-8234596))
Expand Down
20 changes: 1 addition & 19 deletions src/guide/jbs-jdk-bug-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ This table contains some frequently used JBS labels and their meaning. Please he
<tr>
<td class="dictionary">[*(Area)*[-related]{.jbs-label}]{#area-related}</td>
<td class="dictionary">
Used to indicate that an issue is related to a specific area (usually a feature or [Project](https://openjdk.org/bylaws#project)). This label doesn't indicate ownership of the issue. E.g., [graal-related]{.jbs-label}, [testcolo-related]{.jbs-label}, [doc-related]{.jbs-label}
Used to indicate that an issue is related to a specific area (usually a feature or [Project](https://openjdk.org/bylaws#project)). This label doesn't indicate ownership of the issue. E.g., [testcolo-related]{.jbs-label}, [doc-related]{.jbs-label}
</td>
</tr>
<!-- Release -->
Expand Down Expand Up @@ -544,18 +544,6 @@ This table contains some frequently used JBS labels and their meaning. Please he
Note that ZGC breaks this pattern and uses the label [zgc]{.jbs-label}.
</td>
</tr>
<tr>
<td class="dictionary">[[graal]{.jbs-label}]{#graal}</td>
<td class="dictionary">
Used to indicate that this is a Graal issue. (Something that needs to be fixed in Graal rather than in the JDK.)
</td>
</tr>
<tr>
<td class="dictionary">[[graal-integration]{.jbs-label}]{#graal-integration}</td>
<td class="dictionary">
Reserved for Graal integration umbrella bugs. The automated integration script will break if this label is used for other bugs.
</td>
</tr>
<!-- H -->
<tr>
<td class="dictionary">[[hgupdate-sync]{.jbs-label}]{#hgupdate-sync}</td>
Expand Down Expand Up @@ -614,12 +602,6 @@ This table contains some frequently used JBS labels and their meaning. Please he
Used to tag JEPs that have been superseded by a newer version of the JEP.
</td>
</tr>
<tr>
<td class="dictionary">[[jvmci]{.jbs-label}]{#jvmci}</td>
<td class="dictionary">
Used to identify issues in the JVM Compiler Interface.
</td>
</tr>
<!-- K -->
<!-- L -->
<!-- M -->
Expand Down
3 changes: 0 additions & 3 deletions src/guide/testing-the-jdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,14 @@ There are actually several ProblemList files to choose from in the JDK. Their lo
~~~
test/hotspot/jtreg/ProblemList.txt
test/hotspot/jtreg/ProblemList-aot.txt
test/hotspot/jtreg/ProblemList-graal.txt
test/hotspot/jtreg/ProblemList-non-cds-mode.txt
test/hotspot/jtreg/ProblemList-Xcomp.txt
test/hotspot/jtreg/ProblemList-zgc.txt
test/jaxp/ProblemList.txt
test/jdk/ProblemList.txt
test/jdk/ProblemList-aot.txt
test/jdk/ProblemList-graal.txt
test/jdk/ProblemList-Xcomp.txt
test/langtools/ProblemList.txt
test/langtools/ProblemList-graal.txt
test/lib-test/ProblemList.txt
~~~

Expand Down