| Summary: | Buffer class should specify the maximum index rather than highWater | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Jeff Johnston <jjohnstn> |
| Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | ||
| Priority: | P1 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2127, 2231, 3119 | ||
|
Description
Jeff Johnston
2005-10-24 21:40:38 UTC
Add a test testMemoryBufferCapacity() for it. The highWater is always be 0xffffffffffffffffL at 64-bit. 2007-11-22 Zhao Shujing <pearly.zhao@oracle.com> * TestByteBuffer.java(testMemoryBufferCapacity()): New test. |