-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
18
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
See `https://github.com/openjdk/jdk/blob/master/src/jdk.compiler/share/classes/com/sun/tools/javac/file/BaseFileManager.java#L435`, I guess what the author thought at the time might be (capacity + (capacity >> 1)), In order to achieve the effect of reusing bytebuffer.
See `https://github.com/openjdk/jdk/blob/master/src/jdk.compiler/share/classes/com/sun/tools/javac/file/BaseFileManager.java#L435`, I guess what the author thought at the time might be (capacity + (capacity >> 1)), In order to achieve the effect of reusing bytebuffer.
- duplicates
-
JDK-8155259 Suspicious buffer allocation in com.sun.tools.javac.file.BaseFileManager
-
- Resolved
-
- links to
-
Review openjdk/jdk/9698