The internal interface ArrayEn/Decoder for ISO8859_1 has been removed
because it is no longer used by StringCoding class. But it appears it is
being used by hotspot Test6896617.java to verify the SSE instructions
on x86. The test test case needs updated to not use the removed internal interface.
The test case is now put into the ProblemList.txt
because it is no longer used by StringCoding class. But it appears it is
being used by hotspot Test6896617.java to verify the SSE instructions
on x86. The test test case needs updated to not use the removed internal interface.
The test case is now put into the ProblemList.txt
- duplicates
-
JDK-8193608 Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
- Resolved