-
Bug
-
Resolution: Fixed
-
P2
-
None
-
b25
-
generic
-
generic
-
Verified
Error compiling jpackage test JPackageStringBundle.java source:
C:\jpackage_test\jdk.jpackage\helpers\jdk\jpackage\test\JPackageStringBundle.java:42: error: cannot find symbol
throw rethrowUnchecked(ex);
symbol: method rethrowUnchecked(ReflectiveOperationException)
location: class JPackageStringBundle
C:\jpackage_test\jdk.jpackage\helpers\jdk\jpackage\test\JPackageStringBundle.java:53: error: cannot find symbol
throw Functional.rethrowUnchecked(ex);
symbol: method rethrowUnchecked(ReflectiveOperationException)
location: class Functional
C:\jpackage_test\jdk.jpackage\helpers\jdk\jpackage\test\JPackageStringBundle.java:42: error: cannot find symbol
throw rethrowUnchecked(ex);
symbol: method rethrowUnchecked(ReflectiveOperationException)
location: class JPackageStringBundle
C:\jpackage_test\jdk.jpackage\helpers\jdk\jpackage\test\JPackageStringBundle.java:53: error: cannot find symbol
throw Functional.rethrowUnchecked(ex);
symbol: method rethrowUnchecked(ReflectiveOperationException)
location: class Functional
- duplicates
-
JDK-8344580 jpackage tests are failing to compile after JDK-8344415
-
- Closed
-
- relates to
-
JDK-8344415 Restruct jpackage utility classes
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/7f672eb2
-
Review(master) openjdk/jdk/22241