Re: [OpenJDK 2D-Dev] Review Request for bug (JDK-8080287): The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank

2015-06-28 Thread prasanta sadhukhan
Hi Jim, I was following the RescaleOp spec where it states /The number of sets of scaling constants may be one, in which case the same constants are applied to all color (but not alpha) components/ which is taken care by /if (numSrcColorComp == scaleConst || //*scaleConst == 1*//) {// //*scaleA

Re: [OpenJDK 2D-Dev] Review Request JDK-8129457: Disposer.pollRemove may fail to dispose

2015-06-28 Thread prasanta sadhukhan
Gentle reminder for review of this small fix. Regards Prasanta On 6/24/2015 2:34 PM, prasanta sadhukhan wrote: Hi, Please review a small fix for this issue where it seems if polling is performed before the bounds are checked then it may happen that "obj" maybe removed from queue without getti