-
Bug
-
Resolution: Duplicate
-
P4
-
7
-
x86
-
generic
In the JDK6 javac reports about encoding warning however now it reports about error like this:
/net/vmsqe.russia/export/jdk/re/7/promoted/ea/b70/binaries/solaris-i586/bin/javac /net/vmsqe.russia/export/testbase/jtreg/7/HS_REGRESSION/test/closed/runtime/4948258/NativeImageTest.java
Output ends with:
/net/vmsqe.russia/export/testbase/jtreg/7/HS_REGRESSION/test/closed/runtime/4948258/NativeImageTest.java:114: unmappable character for encoding UTF8
// System.out.println(getDateTime()+"¿F¿¿F"+getName()+"¿Fadd");
^
I did not find any CR related with this change. So if this is not a bug but a feature please change state to incomplete and I reassign it to the test.
Test name:
closed/runtime/4948258/NativeImageTest.java
This is a bug in the test, it should be updated to be compilable.
/net/vmsqe.russia/export/jdk/re/7/promoted/ea/b70/binaries/solaris-i586/bin/javac /net/vmsqe.russia/export/testbase/jtreg/7/HS_REGRESSION/test/closed/runtime/4948258/NativeImageTest.java
Output ends with:
/net/vmsqe.russia/export/testbase/jtreg/7/HS_REGRESSION/test/closed/runtime/4948258/NativeImageTest.java:114: unmappable character for encoding UTF8
// System.out.println(getDateTime()+"¿F¿¿F"+getName()+"¿Fadd");
^
I did not find any CR related with this change. So if this is not a bug but a feature please change state to incomplete and I reassign it to the test.
Test name:
closed/runtime/4948258/NativeImageTest.java
This is a bug in the test, it should be updated to be compilable.
- duplicates
-
JDK-8032988 [TESTBUG] Nightly testing cleanup: remove obsolete and nonfunctioning jtreg runtime tests from closed repo
- Closed
- relates to
-
JDK-5048773 diagnose encoding errors as fatal errors
- Closed
-
JDK-5048557 javac fails to compile code with encoding errors.
- Resolved