On 09/13/2012 04:46 PM, Alan Bateman wrote:
On 13/09/2012 09:41, Weijun Wang wrote:
:
It was added thru
http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9de97594f062
At first I thought this is the reason and the machine does shows an
environment variable http_proxy. However, I unset it and not
On 13/09/2012 09:41, Weijun Wang wrote:
:
It was added thru
http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9de97594f062
At first I thought this is the reason and the machine does shows an
environment variable http_proxy. However, I unset it and nothing
changed. After some println it seems the
On 09/13/2012 04:20 PM, Alan Bateman wrote:
On 13/09/2012 09:10, Weijun Wang wrote:
http://cr.openjdk.java.net/~weijun/7198205/webrev.00/
The test hangs on this line
loadClass ("java.awt.Button", loader, true);
It looks like no AWT class can be loaded in the testing environment.
The fix
On 13/09/2012 09:10, Weijun Wang wrote:
http://cr.openjdk.java.net/~weijun/7198205/webrev.00/
The test hangs on this line
loadClass ("java.awt.Button", loader, true);
It looks like no AWT class can be loaded in the testing environment.
The fix uses "java.sql.Array" instead. I guess it shou