Changeset: bd6fcc5eebb8
Author:rfield
Date: 2013-09-04 19:47 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bd6fcc5eebb8
8020816: Metafactory crashes on code with method reference
8021050: MethodHandleInfo throws exception when method handle is to a method
with @CallerSensit
Changeset: 044721d4d359
Author:jjg
Date: 2013-09-04 14:44 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/044721d4d359
8024288: javadoc generated-by comment should always be present
Reviewed-by: bpatel
! src/share/classes/com/sun/tools/doclets/formats/html/HtmlDocletWri
Changeset: c6a4df06d57e
Author:sherman
Date: 2013-09-04 12:37 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c6a4df06d57e
7186632: NLS t13y issue on jar.properties file
Summary: to remove the redundant backslash
Reviewed-by: naoto
! src/share/classes/sun/tools/jar/resources/
Changeset: 478afc30679b
Author:sherman
Date: 2013-09-04 12:35 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/478afc30679b
6341345: (spec) Console.reader() should make it clear that the reader requires
line termination
Summary: to clarify the spec
Reviewed-by: alanb
! src/sh
Changeset: b3d6953b9829
Author:dfuchs
Date: 2013-09-04 16:22 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b3d6953b9829
8019853: Break logging and AWT circular dependency
Summary: Break logging and AWT circular dependency, which was at the root cause
for 8023258 - Logger.ge
Changeset: b5ff11e00050
Author:sundar
Date: 2013-09-04 14:29 +0530
URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/b5ff11e00050
8024120: Setting __proto__ to null removes the __proto__ property
Reviewed-by: lagergren, attila
! src/jdk/nashorn/internal/runtime/ScriptObject.java
Changeset: ac6e99af2056
Author:dfuchs
Date: 2013-09-04 15:32 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ac6e99af2056
6823527: java.util.logging.Handler has thread safety issues
Reviewed-by: dholmes, mchung
! src/share/classes/java/util/logging/ConsoleHandler.java
! src/s
Sandeep Konchady writes:
>
> Hi Mickey,
> The issue you are seeing is intended behavior. This was caused because of
a vulnerability that was fixed in 7u25 in which which a getCodeBase call
against all local applet/jnlp apps will return null.
>
>
> Thanks,
> Sandeep
>
>
> On Jun 19, 2013, at
Hi Valerie
Webrev updated:
http://cr.openjdk.java.net/~weijun/8012615/webrev.02
Except for some comment, the only real source change is in
Realm::parseCapaths:
-if (!cfg.exists("capaths", cRealm)) {
+if (!cfg.exists("capaths", cRealm, sRealm)) {
throw new KrbEx
Changeset: b94824ddcbb6
Author:vromero
Date: 2013-09-04 11:53 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b94824ddcbb6
8008275: javac.Main should be @Supported
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/Main.java
Changeset: 336784cd60c3
Author:alanb
Date: 2013-09-04 11:40 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/336784cd60c3
8008981: Deprecate SecurityManager checkTopLevelWindow,
checkSystemClipboardAccess, checkAwtEventQueueAccess
Reviewed-by: anthony, art, mchung
! src/macos
Changeset: d62c911aebbb
Author:psandoz
Date: 2013-09-04 09:34 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d62c911aebbb
8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees
(red/black)
8012913: LinkedHashMap key/value/entry spliterators should repor
Changeset: 462c5589bc1a
Author:psandoz
Date: 2013-08-12 12:22 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/462c5589bc1a
8024182: test/java/util/Arrays/SetAllTest.java fails to compile due to recent
compiler changes
Summary: Use explicit lambda due to javac simplfying rules
13 matches
Mail list logo