Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
8282444: Module finder incorrectly assumes default file system path-s…
…eparator character Reviewed-by: alanb
- Loading branch information
1 parent
d4d12ad
commit 369291b
Showing
5 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,6 @@ | |
|
||
public class Main { | ||
public static void main(String[] args) { | ||
q.Hello.hello(); | ||
q.r.Hello.hello(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,5 @@ | |
*/ | ||
|
||
module m2 { | ||
exports q; | ||
exports q.r; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* questions. | ||
*/ | ||
|
||
package q; | ||
package q.r; | ||
|
||
public class Hello { | ||
public static void hello() { | ||
|
369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review
Issues
369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ritzow, thanks for making a comment in an OpenJDK project!
All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user ritzow for the summary.
If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use.
369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/backport jdk17u
369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChrisHegarty Could not automatically backport
369291b2
to openjdk/jdk17u due to conflicts in the following files:To manually resolve these conflicts run the following commands in your personal fork of openjdk/jdk17u:
Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk17u with the title
Backport 369291b265e13d625c5f465da9b1854c0d70c435
.369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/backport jdk17u
369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChrisHegarty Could not automatically backport
369291b2
to openjdk/jdk17u due to conflicts in the following files:To manually resolve these conflicts run the following commands in your personal fork of openjdk/jdk17u:
Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk17u with the title
Backport 369291b265e13d625c5f465da9b1854c0d70c435
.369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/backport jdk18u
369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChrisHegarty Could not automatically backport
369291b2
to openjdk/jdk18u due to conflicts in the following files:To manually resolve these conflicts run the following commands in your personal fork of openjdk/jdk18u:
Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk18u with the title
Backport 369291b265e13d625c5f465da9b1854c0d70c435
.369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/backport 17u-dev
369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChrisHegarty The target repository
17u-dev
is not a valid target for backports.List of valid target repositories: openjdk/jdk11u, openjdk/jdk11u-dev, openjdk/jdk12u, openjdk/jdk13u, openjdk/jdk13u-dev, openjdk/jdk14u, openjdk/jdk15u, openjdk/jdk15u-dev, openjdk/jdk16u, openjdk/jdk17u, openjdk/jdk17u-dev, openjdk/jdk18, openjdk/jdk18u, openjdk/jdk7u, openjdk/jdk8u-dev.
Supplying the organization/group prefix is optional.
369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/backport openjdk/jdk17u-dev
369291b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChrisHegarty Could not automatically backport
369291b2
to openjdk/jdk17u-dev due to conflicts in the following files:To manually resolve these conflicts run the following commands in your personal fork of openjdk/jdk17u-dev:
Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk17u-dev with the title
Backport 369291b265e13d625c5f465da9b1854c0d70c435
.