Skip to content

Commit c8e0680

Browse files
author
duke
committed
Added webrev for jdk/6132
1 parent 8025737 commit c8e0680

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jdk/6132/01-02/commits.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"commit":{"message":"Fix typo and the building eror on MacOS."},"files":[{"filename":"src\/hotspot\/share\/logging\/logFileOutput.cpp"},{"filename":"src\/hotspot\/share\/logging\/logFileOutput.hpp"},{"filename":"src\/hotspot\/share\/logging\/logFileStreamOutput.cpp"},{"filename":"src\/hotspot\/share\/logging\/logFileStreamOutput.hpp"},{"filename":"test\/hotspot\/jtreg\/runtime\/logging\/BlockedLoggingTest.java"}],"sha":"396f7cd1e9df8bc8e2780a74fcf30de19b077be3"}]

jdk/6132/01-02/comparison.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":[{"patch":"@@ -27,0 +27,1 @@\n+#include \"logging\/logAsyncWriter.hpp\"\n","filename":"src\/hotspot\/share\/logging\/logFileOutput.cpp","additions":1,"deletions":0,"binary":false,"changes":1,"status":"modified"},{"patch":"@@ -86,3 +86,3 @@\n- int write(const LogDecorations& decorations, const char* msg) override;\n- int write(LogMessageBuffer::Iterator msg_iterator) override;\n- int write_blocking(const LogDecorations& decorations, const char* msg) override;\n+ virtual int write(const LogDecorations& decorations, const char* msg);\n+ virtual int write(LogMessageBuffer::Iterator msg_iterator);\n+ virtual int write_blocking(const LogDecorations& decorations, const char* msg);\n","filename":"src\/hotspot\/share\/logging\/logFileOutput.hpp","additions":3,"deletions":3,"binary":false,"changes":6,"status":"modified"},{"patch":"@@ -26,0 +26,1 @@\n+#include \"logging\/logAsyncWriter.hpp\"\n","filename":"src\/hotspot\/share\/logging\/logFileStreamOutput.cpp","additions":1,"deletions":0,"binary":false,"changes":1,"status":"modified"},{"patch":"@@ -27,1 +27,0 @@\n-#include \"logging\/logAsyncWriter.hpp\"\n","filename":"src\/hotspot\/share\/logging\/logFileStreamOutput.hpp","additions":0,"deletions":1,"binary":false,"changes":1,"status":"modified"},{"patch":"@@ -74,1 +74,1 @@\n- \/\/ the reason we throw a RuntimeException because the normal exit of JVM still needs\n+ \/\/ The reason we throw a RuntimeException because the normal exit of JVM still needs\n@@ -144,1 +144,1 @@\n- \/\/ not portable. Therefore, the test uses pipe to simulate suspending stdout.\n+ \/\/ not portable. Therefore, the test uses pipe to simulate the suspending stdout.\n","filename":"test\/hotspot\/jtreg\/runtime\/logging\/BlockedLoggingTest.java","additions":2,"deletions":2,"binary":false,"changes":4,"status":"modified"}]}

jdk/6132/01-02/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"head":{"repo":{"full_name":"navyxliu\/jdk","html_url":"https:\/\/github.com\/navyxliu\/jdk"},"sha":"396f7cd1e9df8bc8e2780a74fcf30de19b077be3"},"created_at":"2021-12-16T09:01:25.512605766Z","base":{"repo":{"full_name":"openjdk\/jdk","html_url":"https:\/\/git.openjdk.java.net\/jdk"},"sha":"119a51dc583a1c5f2bb2b8492e74084ae8ea4453"}}

0 commit comments

Comments
 (0)