Changeset: dcedc753fd09
Author:sundar
Date: 2013-11-04 18:52 +0530
URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/dcedc753fd09
8027753: Support ScriptObject to JSObject, ScriptObjectMirror, Map, Bindings
auto-conversion as well as explicit wrap, unwrap
Reviewed-by: jlaskey, ha
Hi Mandy,
On 5/11/2013 1:20 PM, Mandy Chung wrote:
David,
Rereading your comment and I think you misread the switch statement (see
Yes I did - many times - sorry.
my comments below). In any case, I revisited ThreadStateController.java
and looked int the potential races and have done furthe
David,
Rereading your comment and I think you misread the switch statement (see
my comments below). In any case, I revisited ThreadStateController.java
and looked int the potential races and have done further cleanup. Here
is the updated webrev.
http://cr.openjdk.java.net/~mchung/jdk8/webre
Changeset: 126dc007ba3f
Author:cl
Date: 2013-11-04 18:51 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/126dc007ba3f
8027530: javap tonga tests cleanup: test -public, -protected, -package,
-private options
Reviewed-by: jjg
+ test/tools/javap/AccessModifiers.java
Changeset: 658861d1b36e
Author:cl
Date: 2013-11-04 18:04 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/658861d1b36e
8027411: javap tonga tests cleanup: write a java program to test invalid
options -h and -b
Reviewed-by: jjg
+ test/tools/javap/InvalidOptions.java
Changeset: 106b8fa32d71
Author:cl
Date: 2013-11-04 17:38 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/106b8fa32d71
8025844: Need test to provide coverage for new DocumentationTool.Location enum
Reviewed-by: jjg
+ test/tools/javadoc/api/basic/DocumentationToolLocation
Changeset: 6d1f3ba68db2
Author:dxu
Date: 2013-11-04 15:48 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6d1f3ba68db2
8027612: java/io/File/MaxPathLength.java fails intermittently in the clean-up
stage
Reviewed-by: chegar
! test/java/io/File/MaxPathLength.java
Staffan,
This one is really old: 11+ years. :)
The fix is good, I do not see any issues.
Thanks,
Serguei
On 11/4/13 6:41 AM, Staffan Larsen wrote:
This is an old one! Nothing like being bored on a plane...
The problem here was that the expression evaluator in jdb did not handle
numbers larg
Changeset: 78a0dcde6b67
Author:alundblad
Date: 2013-11-04 15:21 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/78a0dcde6b67
8016725: TEST_BUG: java/lang/reflect/Method/DefaultMethodModeling.java failing
intermittently
Summary: Moved DefaultMethodModeling.java to its own dire
2013/11/4 1:49 -0800, michael.x.mcma...@oracle.com:
> Changeset: 48449b5390fa
> Author:michaelm
> Date: 2013-11-04 17:47 +
> URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/48449b5390fa
>
> 8027687: The constructors of URLPermission class do not behave as described
> in javad
>
Changeset: 51b002381b35
Author:rfield
Date: 2013-11-04 10:12 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/51b002381b35
7194897: JSR 292: Cannot create more than 16 instances of an anonymous class
8027681: Lambda serialization fails once reflection proxy generation kicks in
Changeset: 48449b5390fa
Author:michaelm
Date: 2013-11-04 17:47 +
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/48449b5390fa
8027687: The constructors of URLPermission class do not behave as described in
javad
Reviewed-by: chegar, mduigou
! src/share/classes/java/net/HostPort
Hi,
Could you please review this fix.
The tests for java/lang/instrument/PremainClass/PremainAgent has been ported
from script to java.
The purpose is to make the tests more stable and easier to maintain.
Thanks,
Mattias
Webrev:
http://cr.openjdk.java.net/~ykantser/8023138/webrev.00/
Bug:
http
Changeset: 92fb6baaebc4
Author:bpb
Date: 2013-11-04 08:05 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/92fb6baaebc4
8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to
specify heap size
Summary: Add @run tag to specify heap size
Reviewed-by: alan
This is an old one! Nothing like being bored on a plane...
The problem here was that the expression evaluator in jdb did not handle
numbers larger than Integer.MAX_VALUE. When necessary these need to be
converted to longs instead of ints.
While I was touching the code, I added support for the u
Please, review the following test change:
Issue: https://bugs.openjdk.java.net/browse/JDK-8027163
Webrev: http://cr.openjdk.java.net/~jbachorik/8027163/webrev.00/
Currently, the test is designed to work only on solaris-32bit. With the
support removed it is necessary to adapt the test as well.
Changeset: 23982079ad49
Author:dholmes
Date: 2013-11-04 07:39 -0500
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/23982079ad49
8027755: Anti-delta incorrect push for 8025198
Reviewed-by: alanb
! makefiles/CompileLaunchers.gmk
! makefiles/lib/CoreLibraries.gmk
! src/share/bin/java
On 4/11/2013 10:35 PM, Alan Bateman wrote:
On 04/11/2013 12:10, David Holmes wrote:
My commit pulled in a bunch of local changes that should never have
been pushed (the import commit failed due to whitespace and when I
re-issued the commit I didn't restrict it to the single test file).
Can anyo
On 04/11/2013 12:10, David Holmes wrote:
My commit pulled in a bunch of local changes that should never have
been pushed (the import commit failed due to whitespace and when I
re-issued the commit I didn't restrict it to the single test file).
Can anyone roll this back on the actual server?
It
My commit pulled in a bunch of local changes that should never have been
pushed (the import commit failed due to whitespace and when I re-issued
the commit I didn't restrict it to the single test file).
Can anyone roll this back on the actual server?
Thanks,
David
Original Message --
Changeset: d19ab5da83cc
Author:dholmes
Date: 2013-11-04 06:58 -0500
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d19ab5da83cc
8025198: Intermittent test failure:
java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java
Reviewed-by: martin, dholmes
Contributed-by: Tristan Yan
21 matches
Mail list logo