-
Bug
-
Resolution: Fixed
-
P4
-
11.0.16, 13.0.12, 15.0.8
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8295459 | 11.0.18-oracle | Yoshiki Sato | P4 | Resolved | Fixed | b04 |
The test does not compile with older Java versions. E.g., record is not known:
/priv/jvmtests/output_openjdk11_dev_dbgU_linuxx86_64/grmpf/testdata/jtreg/jtreg_test_11/test/jdk/java/nio/file/Files/probeContentType/Basic.java:196: error: cannot find symbol
record ExType(String extension, List<String> expectedTypes) { }
^
symbol: class record
/priv/jvmtests/output_openjdk11_dev_dbgU_linuxx86_64/grmpf/testdata/jtreg/jtreg_test_11/test/jdk/java/nio/file/Files/probeContentType/Basic.java:196: error: cannot find symbol
record ExType(String extension, List<String> expectedTypes) { }
^
symbol: class record
- backported by
-
JDK-8295459 test/jdk/java/nio/file/Files/probeContentType/Basic.java fails to compile after backport of 8273655
- Resolved
- relates to
-
JDK-8273655 content-types.properties files are missing some common types
- Resolved