master
8214455: Relocate CDS archived regions to the top of the G1 heap
8187443: Forest Consolidation: Move files to unified layout
8316156: ByteArrayInputStream.transferTo causes MaxDirectMemorySize overflow
8249699: java/io/ByteArrayOutputStream/MaxCapacity.java should use @requires instead of @ignore
4926314: Optimize Reader.read(CharBuffer)
8280041: Retry loop issues in java.io.ClassCache
8265918: java/io/Console/CharsetTest.java failed with "expect: spawn id exp6 not open"
8245036: DataInputStream.readFully(byte[], int, int) does not throw expected IndexOutOfBoundsExceptions
8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
8343342: java/io/File/GetXSpace.java fails on Windows with CD-ROM drive
8377910: Minor cleanup of java/io/FileDescriptor/Sharing.java
8355443: [java.io] Use @requires tag instead of exiting based on File.separatorChar value
8355444: [java.io] Use @requires tag instead of exiting based on "os.name" property value
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
8183554: Add constructors with Charset parameter for FileReader and FileWriter
8249836: java/io/IOException/LastErrorString.java should have bug-id as 1st word in @ignore
8266460: java.io tests fail on null stream with upgraded jtreg/TestNG
8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
8235792: LineNumberReader.getLineNumber() behavior is inconsistent with respect to EOF
8231427: Warning cleanup in tests of java.io.Serializable
8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1
8136895: Writer not closed with disk full error, file resource leaked
8187898: PrintStream should override FilterOutputStream#write(byte[]) with a method that has no throws clause
8183743: Umbrella: add overloads that take a Charset parameter
8204310: Simpler RandomAccessFile.setLength() on Windows
8078891: java.io.SequenceInputStream.close is not atomic and not idempotent
8373623: Refactor Serialization tests for Records to JUnit
8228392: Backout incorrect change done by JDK-8067801