Re: [OpenJDK 2D-Dev] pls review jdk 7 fix for 8015334

2013-06-20 Thread Steven R. Loomis
Looks good to me. On 6/19/13 10:42 a.m., Phil Race wrote: I revamped the test to scrap the unnecessary swing stuff. No invokeLater needed anymore. http://cr.openjdk.java.net/~prr/8015334.jdk7.1/ Nothing else has changed. -phil. On 6/19/2013 5:28 AM, Andrew Brygin wrote: Hello Phil, The fix

Re: [OpenJDK 2D-Dev] 8017109: Cleanup overrides warning in src/solaris/classes/sun/print/AttributeClass.java

2013-06-20 Thread Chris Hegarty
On 06/19/2013 10:38 PM, Kurchi Hazra wrote: Hi, The class src/solaris/classes/sun/print/AttributeClass.java overrides Object.equals() but not Object.hashCode() because of which we get a warning everytime we build jdk8/tl. Here is a suggestion to remove the warning: