Hi!

While comparing source modules between JDKs we noticed that in OpenJDK6 module 
jdk/src/share/classes/sun/java2d/pipe/Region.java, line 1209 contains:

r.hiy != this.hiy || r.hiy != this.hiy

Should it rather read like this:

r.hix != this.hix || r.hiy != this.hiy

I found out that this modification has been done to OpenJDK7 three years ago: 
http://hg.openjdk.java.net/jdk7/awt/jdk/rev/f36e9200cb85

My copy of the OpenJDK6 sources are extracted from 
openjdk-6-src-b24-14_nov_2011.tar.gz

Best regards,
Leo H. (&Sampo)


--
Wippies-vallankumous on täällä! Varmista paikkasi vallankumouksen eturintamassa 
ja liity Wippiesiin heti!
http://www.wippies.com/

Reply via email to