bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22678] java.awt.color.ColorSpace.isCS_sRGB() always retur


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22678] java.awt.color.ColorSpace.isCS_sRGB() always returns false
Date: 16 Oct 2005 01:26:30 -0000

The following code prints false with classpath (gij, sablevm, kaffe which also
uses classpath for this class), while it should most likely return true (and
does indeed with Sun VMs).

import java.awt.color.*;

public class CS_sRGB
{
  public static void main(String[] args)
  {
System.out.println(ColorSpace.getInstance(ColorSpace.CS_sRGB).isCS_sRGB());
  }
}

I contacted Mauve, to see if they would accept a testcase, although they have
no AWT at the moment.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2003-06-24 
07:26 -------
Fixed in CVS


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22678





reply via email to

[Prev in Thread] Current Thread [Next in Thread]