summaryrefslogtreecommitdiff
path: root/test/files/run/t9915
Commit message (Collapse)AuthorAgeFilesLines
* SI-9915 Fix test on windowsSom Snytt2016-11-161-1/+3
| | | | | Use `javac: -encoding UTF-8` tool args comment so javac uses correct source encoding.
* SI-9915 Utf8_info are modified UTF8Som Snytt2016-10-202-0/+30
Use DataInputStream.readUTF to read CONSTANT_Utf8_info. This fixes reading embedded null char and supplementary chars.