hg: jdk7/tl/langtools: 6886348: apt incorrectly uses Scope.table

2009-09-28 Thread jonathan . gibbons
Changeset: c6d0c55b1aba Author:jjg Date: 2009-09-28 16:48 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/c6d0c55b1aba 6886348: apt incorrectly uses Scope.table Reviewed-by: darcy ! src/share/classes/com/sun/tools/apt/comp/Apt.java

Re: Review for 6886108

2009-09-28 Thread Christopher Hegarty - Sun Microsystems Ireland
Seems reasonable. -Chris. On 28/09/2009 10:45, Michael McMahon wrote: Can I get the following test case change reviewed? http://cr.openjdk.java.net/~michaelm/6886108/webrev.01/ The problem is a test case binding to a fixed port number which fails randomly, if the port is in use. The test need

Review for 6886108

2009-09-28 Thread Michael McMahon
Can I get the following test case change reviewed? http://cr.openjdk.java.net/~michaelm/6886108/webrev.01/ The problem is a test case binding to a fixed port number which fails randomly, if the port is in use. The test needs to reuse the same port number itself, but it just remembers the one tha