Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6807602
Votes 0
Synopsis Increase MAX_BUFFER_LEN and MAX_HEAP_BUFFER_LEN on 64-bit Solaris and Linux
Category java:classes_net
Reported Against
Release Fixed 7(b62), 6u14(b03) (Bug ID:2173371)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs 6444633
Submit Date 19-FEB-2009
Description
As per synopsis.
Posted Date : 2009-02-19 15:28:17.0
Work Around
N/A
Evaluation
Increase MAX_HEAP_BUFFER_LEN to 128k on 64-bit Solaris.
Posted Date : 2009-02-19 15:50:03.0

This change increases the stack allocated buffer, MAX_BUFFER_LEN, from 8k to 64k, and the c heap allocated buffer, MAX_HEAP_BUFFER_LEN, from 64k to 128k, for 64bit Solaris and Linux.
Posted Date : 2009-02-20 14:30:47.0

Webrev:
  http://cr.openjdk.java.net/~chegar/6807602/webrev.00/webrev/

Code Review:
  http://mail.openjdk.java.net/pipermail/net-dev/2009-May/000868.html
Posted Date : 2009-05-29 14:55:26.0

Changeset:
  http://hg.openjdk.java.net/jdk7/tl/jdk/rev/928e0f1043e6
Posted Date : 2009-05-29 14:59:56.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang