hg: jdk7/tl/langtools: 6915152: langtools build failures with import.jdk on Windows

2010-01-08 Thread jonathan . gibbons
Changeset: 96c56220dcc2 Author:jjg Date: 2010-01-08 13:14 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/96c56220dcc2 6915152: langtools build failures with import.jdk on Windows Reviewed-by: ohair ! make/build.xml

hg: jdk7/tl/langtools: 6915078: ALT_JDK_IMPORT_PATH typo in langtools/make/Makefile

2010-01-08 Thread jonathan . gibbons
Changeset: aa06467be3a2 Author:jjg Date: 2010-01-08 11:32 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/aa06467be3a2 6915078: ALT_JDK_IMPORT_PATH typo in langtools/make/Makefile Reviewed-by: tbell ! make/Makefile

hg: jdk7/tl/langtools: 6665791: com.sun.source.tree.MethodTree.toString() does not output default values

2010-01-08 Thread jonathan . gibbons
Changeset: 0e75f9f6d1d4 Author:jjg Date: 2010-01-08 11:28 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0e75f9f6d1d4 6665791: com.sun.source.tree.MethodTree.toString() does not output default values Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/tree/Pret

hg: jdk7/tl/langtools: 6878146: incorrect unused value should be deleted

2010-01-08 Thread jonathan . gibbons
Changeset: 2d15bf467aea Author:jjg Date: 2010-01-08 11:16 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2d15bf467aea 6878146: incorrect unused value should be deleted Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java

hg: jdk7/tl/langtools: 6878147: Keywords.log is declared and initialized but unused

2010-01-08 Thread jonathan . gibbons
Changeset: c315df443ff2 Author:jjg Date: 2010-01-08 11:11 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/c315df443ff2 6878147: Keywords.log is declared and initialized but unused Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/parser/Keywords.java

Re: Request for Review: 6915313

2010-01-08 Thread Christopher Hegarty - Sun Microsystems Ireland
On 08/01/2010 16:32, Andrew John Hughes wrote: For OpenJDK6, I think it would be better to port over SCTP after the b18 release which is currently undergoing final testing. So please don't push anything to the OpenJDK6 repositories just yet :-) Oh, maybe the bug description is a little

Re: Request for Review: 6915313

2010-01-08 Thread Andrew John Hughes
2010/1/8 Christopher Hegarty - Sun Microsystems Ireland : > Hi, > > We have received several requests about porting the SCTP API to JDK6. This > bug aims to amend the current implementation to minimize the amount of > changes required to port it to JDK6. > > 1) Remove JDK7 API dependences from the

Request for Review: 6915313

2010-01-08 Thread Christopher Hegarty - Sun Microsystems Ireland
Hi, We have received several requests about porting the SCTP API to JDK6. This bug aims to amend the current implementation to minimize the amount of changes required to port it to JDK6. 1) Remove JDK7 API dependences from the implementation 2) provide all native functionality within libsctp.