[classlib][concurrent] NegativeArraySizeException reported in ArrayBlockingQueue under load ------------------------------------------------------------------------------------------- Key: HARMONY-6677 URL: https://issues.apache.org/jira/browse/HARMONY-6677 Project: Harmony Issue Type: Bug Components: Classlib Affects Versions: 6.0M3 Environment: All Operating Systems Reporter: Prashanth KS Fix For: 6.0M4 The extract() and the removeAt() methods in the ArrayBlockingQueue class do not have a bounds check for the count variable and hence a NegativeArraySizeException is reported when this class is load tested, with multiple threads. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.