[crac] RFR: Ignore errors parsing classpath [v2]
Radim Vansa
rvansa at openjdk.org
Fri Feb 16 12:31:26 UTC 2024
> This test is relevant mostly on Windows - trying to use URI in the form of `file:/C:/path/to/...` as classpath element. On Linux, this is parsed as two items as `File.pathSeparator` is `:`. However on Windows the second colon triggers an exception.
Radim Vansa has updated the pull request incrementally with one additional commit since the last revision:
Fix NPE with invalid classpath on checkpoint
-------------
Changes:
- all: https://git.openjdk.org/crac/pull/149/files
- new: https://git.openjdk.org/crac/pull/149/files/74473c78..d9f1a817
Webrevs:
- full: https://webrevs.openjdk.org/?repo=crac&pr=149&range=01
- incr: https://webrevs.openjdk.org/?repo=crac&pr=149&range=00-01
Stats: 38 lines in 2 files changed: 20 ins; 1 del; 17 mod
Patch: https://git.openjdk.org/crac/pull/149.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/149/head:pull/149
PR: https://git.openjdk.org/crac/pull/149
More information about the crac-dev
mailing list