On 7/3/2013 8:30 AM, Brad Wetmore wrote:
> http://cr.openjdk.java.net/~wetmore/8019341/webrev.01/
261 // If both failed, return the curthread's exception.
262 local.initCause(remote);
The mix the initial cause of the exception would make it hard to parse
the real cause of a exception. I
Michael wrote:
> I'd agree with this. If the exception is being swallowed now, how
> will we know when the test fails?
The "peer" thread saves off any Exceptions into {server,client}Exception
volatile variable, which is then examined by the main thread at the end,
and the stacktrace would be s
Changeset: cf7202b32a34
Author:mchung
Date: 2013-07-02 15:58 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cf7202b32a34
8007035: deprecate public void SecurityManager.checkMemberAccess(Class
clazz, int which)
Reviewed-by: jrose, alanb, dfuchs
! src/share/classes/java/lang/
Changeset: 3b4f92a3797f
Author:vromero
Date: 2013-07-02 22:49 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3b4f92a3797f
6326693: variable x might already have been assigned, when assignment is in
catch block
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools
Changeset: 70bff2d12af0
Author:dfuchs
Date: 2013-07-02 19:47 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/70bff2d12af0
7184195: java.util.logging.Logger.getGlobal().info() doesn't log without
configuration
Summary: Due to subtle synchronization issues between LogManager &
Changeset: 565341d436e2
Author:ksrini
Date: 2013-07-01 16:36 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/565341d436e2
8019460: tests in changeset do not have @bug tag
Reviewed-by: darcy
! test/tools/javac/warnings/AuxiliaryClass/ClassUsingAnotherAuxiliary.java
! tes
Hi,
i am looking for a sponsor. In the issue comment it says: "sounds
feasible for jdk7" - but well, it didn't make it...
Bug:
http://bugs.sun.com/view_bug.do?bug_id=6560175
I checked the code and would like to update the comment and javadoc of
the current setRequestMethod() - no code change th
Changeset: b1fffbbdf58c
Author:ksrini
Date: 2013-07-02 05:28 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b1fffbbdf58c
8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in
work directory after execution
Reviewed-by: mchung
! test/tools/pack200/Attr
Changeset: 020f023f87d1
Author:dfuchs
Date: 2013-07-02 11:30 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/020f023f87d1
8017174: NPE when using Logger.getAnonymousLogger or
LogManager.getLogManager().getLogger
Summary: This patch makes sure that LoggerContext instances crea
Changeset: 27a2e8c78bd0
Author:vromero
Date: 2013-07-02 10:21 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/27a2e8c78bd0
8019397: javap does not show SourceDebugExtension properly
Reviewed-by: jjg
Contributed-by: dmytro_she...@hotmail.com
! src/share/classes/com/sun/t
10 matches
Mail list logo