JDK 8 Warnings Cleanup Day -- Dec. 1st, 2011 (original) (raw)
Rémi Forax forax at univ-mlv.fr
Thu Dec 1 15:13:10 PST 2011
- Previous message: JDK 8 Warnings Cleanup Day -- Dec. 1st, 2011
- Next message: JDK 8 Warnings Cleanup Day -- Dec. 1st, 2011
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/01/2011 11:55 PM, John Rose wrote:
OK, thanks Jon. Here's the webrev of what I have so far: http://cr.openjdk.java.net/~jrose/7117167/webrev.00/
I filed 7117167 to deal with just the JSR 292 code warnings. Best wishes, -- John
Hi John, I think you should remove the declared type(s) parameter(s) of AllocateObject and FieldAccessor because it's weird to have a parametrized class which is only used as a raw type.
generics are a compiler artefact, not a runtime one.
cheers, Rémi
On Dec 1, 2011, at 2:47 PM, Jon VanAlten wrote:
Hi John and Xiomara,
Unfortunately some urgent things came across my plate today, and then I seemed to hit every possible bit of jdk-building-weirdness. I'm not going to be getting anything in before today's deadline, it looks like. If you'd like to take over java.lang.invoke John, I won't mind. I will still do some part at least and submit something for the other two small groups of errors. (and maybe follow up with picking at the carrion still remaining tomorrow, to make up for today!). cheers, jon ----- Original Message ----- From: "Xiomara Jayasena"<xiomara.jayasena at oracle.com> To: "John Rose"<john.r.rose at oracle.com>, jdk8-dev at openjdk.java.net Sent: Thursday, December 1, 2011 5:39:53 PM Subject: RE: JDK 8 Warnings Cleanup Day -- Dec. 1st, 2011
Hi John, I think Jon van Alten has already said that he will work on that, see wiki: http://wikis.sun.com/display/OpenJDK/JDK8+warning+cleanup+day+%282011-12-01%29 -Xiomara
-----Original Message----- From: John Rose Sent: Thursday, December 01, 2011 2:35 PM To: jdk8-dev at openjdk.java.net Subject: Re: JDK 8 Warnings Cleanup Day -- Dec. 1st, 2011 I am cleaning up warnings in java.lang.invoke. -- John
- Previous message: JDK 8 Warnings Cleanup Day -- Dec. 1st, 2011
- Next message: JDK 8 Warnings Cleanup Day -- Dec. 1st, 2011
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]