Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045381 | 8u25 | Zhengyu Gu | P4 | Resolved | Fixed | b01 |
JDK-8039275 | 8u20 | Zhengyu Gu | P4 | Closed | Fixed | b09 |
JDK-8043494 | emb-8u26 | Zhengyu Gu | P4 | Resolved | Fixed | b08 |
JDK-8043498 | emb-8u6 | Zhengyu Gu | P4 | Closed | Fixed | b19 |
JDK-8064729 | 7u80 | Cheleswer Sahu | P4 | Closed | Not an Issue |
/java/re/jdk/8/promoted/all/b111/binaries/linux-i586/fastdebug/bin/java -XX:+PrintFlagsFinal -version 2>&1 | more
[Global flags]
ccstr AbortVMOnException = Java HotSpot(TM) Server VM warning: increase O_BUFLEN
in ostream.hpp -- output truncated
{notproduct}
ccstr AbortVMOnExceptionMessage = Java HotSpot(TM) Server VM warning: increase O_BUFLEN
in ostream.hpp -- output truncated
{notproduct}
uintx AdaptiveSizeDecrementScaleFactor = 4 Java HotSpot(TM) Server VM warning: increase O_BUFLEN
in ostream.hpp -- output truncated
{product}
uintx AdaptiveSizeMajorGCDecayTimeScale = 10 Java HotSpot(TM) Server VM warning: increase O_BUFLEN
in ostream.hpp -- output truncated
{product}
uintx AdaptiveSizePausePolicy = 0 Java HotSpot(TM) Server VM warning: increase O_BUFLEN
in ostream.hpp -- output truncated
{product}
uintx AdaptiveSizePolicyCollectionCostMargin = 50 Java HotSpot(TM) Server VM warning: increase O_BUFLEN
in ostream.hpp -- output truncated
{product}
Somehow we get a ostream buffer overflow printing each flag - though the buffer should be 2000 characters and so of ample size.
Only affects fastdebug.
- backported by
-
JDK-8043494 VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
-
- Resolved
-
-
JDK-8045381 VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
-
- Resolved
-
-
JDK-8039275 VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
-
- Closed
-
-
JDK-8043498 VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
-
- Closed
-
-
JDK-8064729 VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
-
- Closed
-
- duplicates
-
JDK-6967948 "OpenJDK 64-Bit Server VM warning: increase O_BUFLEN in ostream.hpp -- output truncated" on Windows
-
- Closed
-
- relates to
-
JDK-6967948 "OpenJDK 64-Bit Server VM warning: increase O_BUFLEN in ostream.hpp -- output truncated" on Windows
-
- Closed
-