Discussion:
[10] RFR JDK-8194229: tools/jmod/JmodTest.jtr fails when no privilege to create sym link on windows
mandy chung
2018-01-18 19:35:11 UTC
Permalink
This is a simple test-only fix. IOException may be thrown when
a symlink is failed to create on windows. The test should handle
such case in addition to UOE.

Webrev at:
http://cr.openjdk.java.net/~mchung/jdk10/webrevs/8194229/webrev.00/

Mandy
Alan Bateman
2018-01-18 19:55:05 UTC
Permalink
Post by mandy chung
This is a simple test-only fix. IOException may be thrown when
a symlink is failed to create on windows. The test should handle
such case in addition to UOE.
http://cr.openjdk.java.net/~mchung/jdk10/webrevs/8194229/webrev.00/
Looks okay to me.

Loading...