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: 6787254
Votes 0
Synopsis Work queue capacity can be increased substantially on some platforms
Category hotspot:garbage_collector
Reported Against
Release Fixed hs15(b02), 5.0u18-rev(b05) (Bug ID:2172023) , 6u13-rev(b08) (Bug ID:2172431) , 7(b49) (Bug ID:2173673) , hs11.3(b07) (Bug ID:2177509) , hs14.1(b01) (Bug ID:2177789) , 6u15(b01) (Bug ID:2177790) , hs14(b16) (Bug ID:2177881) , 6u14-rev(b01) (Bug ID:2177890) , 5.0u19(b02) (Bug ID:2178155)
State 10-Fix Delivered, request for enhancement
Priority: 3-Medium
Related Bugs 6786503 , 6821693 , 2176686
Submit Date 19-DEC-2008
Description
The Age field can be 64-bit in the 64-bit JVM because
of the availability of a 64-bit CAS. The resulting increase
in workqueue capacity should reduce the incidence of slow-paths
to deal with overflow handling; see for example CR 6786503.
Posted Date : 2009-01-05 19:05:51.0
Work Around
N/A
Evaluation
An interim patch for the fix has been generated and performance
measurements are in progress.

Once we are satisfied with the fix, a test binary will be generated
for performance tests at the customer.
Posted Date : 2009-01-05 19:05:51.0

The patch for 6787254 will be sent for testing at customer once we have received
test results from 6786503. The patch for 6787254 will be additive on top of
those of 6786503. While the latter improves the performance in the presence
of work queue overflow, the former reduces the chances of overflow with
64-bit heaps by allowing the use of larger work queues.
Posted Date : 2009-01-12 17:21:29.0

Deleted.
Posted Date : 2009-01-26 18:44:46.0

http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/23673011938d
Posted Date : 2009-01-31 02:02:00.0

http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/23673011938d
Posted Date : 2009-02-05 12:04:35.0

The intended change in this CR never took effect because of unintended (but thankfully benign) bugs (in this changeset) that are being fixed in 6821693. Marking this CR as fix failed and dup'ing to 6821693.
Posted Date : 2009-03-25 18:52:01.0

Never mind; we can't have "fix failed" and then "duplicate". Will leave
in state "fix delivered" but all backporters of this bug fix should
know that its intentions did not take effect, and the real fix is being
done in 6821693.
Posted Date : 2009-03-25 18:53:50.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang