On Tue, 12 Apr 2022 23:35:06 GMT, liach <d...@openjdk.java.net> wrote:

> Shouldn't be too problematic, as most skip usages in JDK as I see are 
> skipping small number of bytes like 2 or 4, or like skipping over attributes 
> of Java class files. A minimum skip buffer size isn't that helpful, as I 
> don't think we often see skip calls with slowly incremental sizes.

Yep usually people skip for fixed length... It is rare to see people skip 
larger and larger...

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

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

Reply via email to