<Swing Dev> RFR: 8269269: [macos11] SystemIconTest fails with ClassCastException

NikolayTach github.com+42199859+nikolaytach at openjdk.java.net
Fri Jul 16 07:16:16 UTC 2021


On Wed, 14 Jul 2021 11:13:31 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

> Do not test situation where UIResource icon is returned
> Added a whole bunch of debug information to see what file test is filed
> upon.

Documents that changes to the specification made between Java SE 15 and Java SE 16. This document includes descriptions of those new features and enhancements that are also changes to the specification. The descriptions also identify potential compatibility issues that you might encounter when migrating to JDK 16.

@azuev-java 
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods. When the BufferedInputStream is created, an internal buffer array is created. As bytes from the stream are read or skipped, the internal buffer is refilled as necessary from the contained input stream, many bytes at a time.The mark operation remembers a point in the input stream and the reset operation causes all the bytes read since the most recent mark operation to be reread before new bytes are taken from the contained input stream. JUnit (3.0) test cases within test source folder.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4776


More information about the swing-dev mailing list