Skip to content

Commit 0bd31ea

Browse files
author
duke
committed
Added webrev for jdk/6902
1 parent 4510c39 commit 0bd31ea

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jdk/6902/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 issue with address range patterns. For some reason they have always allowed some extra lower case letters at the end of the pattern that just get ignored. I removed support for this since sometimes it resulted in bad address ranges producing an exception rather than a usage() message."},"files":[{"filename":"src\/jdk.hotspot.agent\/share\/classes\/sun\/jvm\/hotspot\/CommandProcessor.java"}],"sha":"dad8034667668ba293cb37f0a4b32086ab227496"},{"commit":{"message":"Fix missing return after calling usage()"},"files":[{"filename":"src\/jdk.hotspot.agent\/share\/classes\/sun\/jvm\/hotspot\/CommandProcessor.java"}],"sha":"8df790726362dff20b67ca4dd6bafa6a49790e56"}]

jdk/6902/01-02/comparison.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":[{"patch":"@@ -391,2 +391,2 @@\n- Pattern args1 = Pattern.compile(\"^(0x[0-9a-f]+)(\/([0-9]*)([a-z]*))?$\");\n- Pattern args2 = Pattern.compile(\"^(0x[0-9a-f]+),(0x[0-9a-f]+)(\/[a-z]*)?$\");\n+ Pattern args1 = Pattern.compile(\"^(0x[0-9a-f]+)(\/([0-9]*))?$\");\n+ Pattern args2 = Pattern.compile(\"^(0x[0-9a-f]+),(0x[0-9a-f]+)$\");\n@@ -470,0 +470,1 @@\n+ return;\n@@ -531,0 +532,1 @@\n+ return;\n","filename":"src\/jdk.hotspot.agent\/share\/classes\/sun\/jvm\/hotspot\/CommandProcessor.java","additions":4,"deletions":2,"binary":false,"changes":6,"status":"modified"}]}

jdk/6902/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":"plummercj\/jdk","html_url":"https:\/\/github.com\/plummercj\/jdk"},"sha":"dad8034667668ba293cb37f0a4b32086ab227496"},"created_at":"2021-12-21T19:58:50.074420292Z","base":{"repo":{"full_name":"openjdk\/jdk","html_url":"https:\/\/git.openjdk.java.net\/jdk"},"sha":"15a447bfe299bc38b51184b252459d63645c29b4"}}

0 commit comments

Comments
 (0)