Changeset: 1a71d800b032
Author:wetmore
Date: 2013-10-16 23:31 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/1a71d800b032
8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
Reviewed-by: katleman, dholmes
! makefiles/BuildCorba.gmk
Changeset: 1899da5c71d3
Author:hannesw
Date: 2013-10-16 10:12 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/1899da5c71d3
8026692: eval() throws NullPointerException with --compile-only
Reviewed-by: sundar, lagergren
! src/jdk/nashorn/internal/codegen/CompilationPhase.ja
Hi Vinnie
Please take a review at this fix
http://cr.openjdk.java.net/~weijun/8026712/webrev.00
It seems the PKCS11Test.java file also hardcoded the paths. But I don't
know what other archs to add.
Thanks
Max
Changeset: a48d3b981083
Author:mnunez
Date: 2013-10-17 13:27 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a48d3b981083
8015372: Update tests for Method Parameter Reflection API to check whether a
parameter is final
Reviewed-by: jjg, jfranck
! test/tools/javac/Method
That looks fine (except that l.82 got dropped from the original).
Since Embedded Linux versions install the NSS libs in different directories we
may have to
add new paths in future.
On 17 Oct 2013, at 12:03, Weijun Wang wrote:
> Hi Vinnie
>
> Please take a review at this fix
>
> http://cr.o
Changeset: 4d8af6fda907
Author:mnunez
Date: 2013-10-17 13:50 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/4d8af6fda907
8008192: Better ordering checks needed in
repeatingAnnotations/combo/ReflectionTest
Reviewed-by: jjg, jfranck
! test/tools/javac/annotations/repeat
On 10/17/13 8:26 PM, Vincent Ryan wrote:
That looks fine (except that l.82 got dropped from the original).
Ah, good catch,
Since Embedded Linux versions install the NSS libs in different directories we
may have to
add new paths in future.
Seems these are old-style Debian (before the mul
Changeset: 37e3dcb798c3
Author:weijun
Date: 2013-10-17 20:56 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/37e3dcb798c3
8026712: TEST_BUG: update sun/security/tools/keytool/autotest.sh with a new
location to find of libsoftokn3.so
Reviewed-by: vinnie
! test/sun/security/to
Those changes look fine.
Thanks.
On 16 Oct 2013, at 16:12, Sean Mullan wrote:
> This test was failing due to an invalid assumption that the JDK source tree
> would be available when testing. The test has been changed to not assume
> that. Also, a minor fix was made to the order of the restricte
Changeset: 0a6730b5e192
Author:drchase
Date: 2013-10-16 17:55 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0a6730b5e192
8022718: Runtime accessibility checking: protected class, if extended, should
be accessible from another package
Summary: Modify accessibility check; it
Changeset: 36fe6a9bd43e
Author:rriggs
Date: 2013-10-17 10:37 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/36fe6a9bd43e
8026516: javadoc errors in java.time
Summary: Corrected links to TemporalQuery and TemporalField.resolve
Reviewed-by: mduigou, darcy, lancea
! src/share/c
Changeset: 5d866df64ae3
Author:mullan
Date: 2013-10-17 10:18 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5d866df64ae3
8026346: test/java/lang/SecurityManager/CheckPackageAccess.java failing
Reviewed-by: vinnie
! src/share/lib/security/java.security-macosx
! test/java/lang
Hi All,
A new webrev is available at:
http://cr.openjdk.java.net/~weijun/7025699/webrev.01/
The following new changes were made:
1. Added call to SwingUtilities.invokeLater() in main() to run the GUI
initialization on the Event Dispatch Thread.
2. Minor corrections to initial size and place
Changeset: 456a9b199208
Author:rriggs
Date: 2013-10-17 13:43 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/456a9b199208
8026183: minor documentation problems in java.lang.invoke
8015808: Typo in MethodHandle javadoc
Summary: Fix typos and javadoc markup and extraneous paragr
Hi Vinnie, I'd like to add to this changeset to ensure that resources
are closed. Could you please review the revision?
http://cr.openjdk.java.net/~juh/8026233/webrev.01/
Thanks,
Jason
On 10/10/2013 12:15 PM, Vincent Ryan wrote:
That fix looks fine Jason.
Thanks.
On 10 Oct 2013, at 01:57, Ja
Changeset: 0c3f951630fe
Author:joehw
Date: 2013-10-17 11:22 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/0c3f951630fe
8015243: SchemaFactory does not catch enum. value that is not in the value
space of the base type, anyURI
Reviewed-by: lancea
! src/com/sun/org/apache/xe
Looks fine.
Thanks.
On 17 Oct 2013, at 19:04, Jason Uh wrote:
> Hi Vinnie, I'd like to add to this changeset to ensure that resources are
> closed. Could you please review the revision?
>
> http://cr.openjdk.java.net/~juh/8026233/webrev.01/
>
> Thanks,
> Jason
>
> On 10/10/2013 12:15 PM, Vi
For years, we've used the ability to run our signed Java applet locally when we
are in a location without internet access. That seems no longer to work as of
Java 7 update 45. When the applet is launched, a
java.lang.reflect.InvocationTargetException is thrown. I assume this is a
result of s
Changeset: fa38f8e0accd
Author:juh
Date: 2013-10-17 12:00 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fa38f8e0accd
8026233: test/sun/security/tools/keytool/StorePasswords.java needs to clean up
files
Reviewed-by: vinnie
! test/sun/security/tools/keytool/StorePasswords.ja
It is not yet at the download page at
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html
I've tested Java 8 build 111 (jre-8-ea-bin-b111-windows-i586-10_oct_2013) and
the InvocationTargetException problem doesn't occur. Does that mean that the
InvocationTargetException problem is a bug in Java 7 or a feature not yet
propagated to Java 8?
Changeset: bc04f561bb78
Author:joehw
Date: 2013-10-17 11:43 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bc04f561bb78
8015243: SchemaFactory does not catch enum. value that is not in the value
space of the base type, anyURI
Reviewed-by: lancea
+ test/javax/xml/jaxp/valida
Hello Leif
Looks good to me
I had a look at the PolicyTool code
and indeed it is better to leave the IO processing as is at this moment.
Thanks
alexp
Hi All,
A new webrev is available at:
http://cr.openjdk.java.net/~weijun/7025699/webrev.01/
The following new changes were made:
1. Adde
Changeset: 64c0ac7cd936
Author:lancea
Date: 2013-10-17 15:14 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/64c0ac7cd936
8026812: doclint clean up for java.sql and javax.sql
Reviewed-by: mduigou
! src/share/classes/java/sql/CallableStatement.java
! src/share/classes/java/sql
- Original Message -
>
> As a follow-up to Joe Darcy's rename of jdk.Supported to jdk.Exported,
> I'd like to have another attempt at adding the annotation to a number of
> JDK specific APIs that are long standing exported, documented and
> supported APIs. Specifically, the following APIs:
Changeset: defadd528513
Author:mchung
Date: 2013-10-17 13:19 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/defadd528513
8015912: jdeps support to output in dot file format
8026255: Switch jdeps to follow traditional Java option style
Reviewed-by: alanb
! src/share/cla
Changeset: 3735d81552a7
Author:mchung
Date: 2013-10-17 13:22 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3735d81552a7
8015912: jdeps support to output in dot file format
8026255: Switch jdeps to follow traditional Java option style
Reviewed-by: alanb
! test/sun/reflect/Ca
Changeset: c1af85c48819
Author:mduigou
Date: 2013-10-17 12:43 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c1af85c48819
8004138: ForkJoinTask leaks exceptions
Reviewed-by: chegar, mduigou, psandoz, martin
Contributed-by: Doug Lea
! src/share/classes/java/util/concurrent/F
On 10/17/13 12:25 PM, Andrew wrote:
I just came across this trying to understand what the new annotation means.
Is the intention for these 'exported' APIs to be eventually replaced by proper
parts of the specification (i.e. java.* or javax.*). I'm not keen on the idea
of encouraging the use of
Changeset: 9ec6626d43bb
Author:mduigou
Date: 2013-10-17 14:07 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/rev/9ec6626d43bb
8026062: webrev.ksh: fix bug title web scraping, remove teamware, sac, "open
bug", -l and wxfile support
Reviewed-by: weijun, dsamersoff, darcy, jrose, tbell
Am 17.10.2013, 20:47 Uhr, schrieb Mickey Segal :
For years, we've used the ability to run our signed Java applet locally
when we are in a location without internet access. That seems no longer
to work as of Java 7 update 45. When the applet is launched, a
java.lang.reflect.InvocationTarge
Changeset: e76bb2436b04
Author:bpb
Date: 2013-10-17 15:05 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e76bb2436b04
8026832: Clean up straggling doclint warnings in java.math
Summary: Fix empty paragraph tag warnings.
Reviewed-by: lancea
! src/share/classes/java/math/BigDe
Hi,
I need a code review for changes regarding
8025763 Provider does not override new Hashtable methods
http://cr.openjdk.java.net/~ascarpino/8025763/
thanks
Tony
Looks good.
brad
On 10/17/2013 11:35 AM, Vincent Ryan wrote:
Looks fine.
Thanks.
On 17 Oct 2013, at 19:04, Jason Uh wrote:
Hi Vinnie, I'd like to add to this changeset to ensure that resources are
closed. Could you please review the revision?
http://cr.openjdk.java.net/~juh/8026233/webre
Changeset: 951c1f7fdb10
Author:joehw
Date: 2013-10-17 16:35 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/951c1f7fdb10
8016500: Unlocalized warnigs.
Reviewed-by: lancea
! src/com/sun/org/apache/xerces/internal/jaxp/DefaultValidationErrorHandler.java
! src/com/sun/org/apach
Changeset: acae2e8a46df
Author:ihse
Date: 2013-10-10 14:58 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/acae2e8a46df
8001931: The new build system whitespace cleanup
Reviewed-by: tbell, simonis, erikj
! makefiles/BuildJaxp.gmk
! makefiles/Makefile
Changeset: c1f9158fbb9c
Changeset: 7dea0ce25bdc
Author:pbhat
Date: 2013-05-30 16:00 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/rev/7dea0ce25bdc
Merge
! common/autoconf/generated-configure.sh
Changeset: d081bdbf904d
Author:jqzuo
Date: 2013-06-10 16:15 -0400
URL: http://hg.openjdk.java.ne
Changeset: 66fc1a749867
Author:ihse
Date: 2013-10-10 14:58 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/66fc1a749867
8001931: The new build system whitespace cleanup
Reviewed-by: tbell, simonis, erikj
! makefiles/BuildCorba.gmk
! makefiles/Makefile
Changeset: 43cec76d1d
Changeset: 343aeb2033f0
Author:ihse
Date: 2013-10-10 14:58 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/343aeb2033f0
8001931: The new build system whitespace cleanup
Reviewed-by: tbell, simonis, erikj
! makefiles/BuildLangtools.gmk
! makefiles/Makefile
Changeset: 95
Changeset: 602fdd7bb765
Author:ihse
Date: 2013-10-10 14:58 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/602fdd7bb765
8001931: The new build system whitespace cleanup
Reviewed-by: tbell, simonis, erikj
! makefiles/BuildJaxws.gmk
! makefiles/Makefile
Changeset: dbdd5c7625
Changeset: 45399f3ef717
Author:ihse
Date: 2013-10-10 14:58 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/45399f3ef717
8001931: The new build system whitespace cleanup
Reviewed-by: tbell, simonis, erikj
! makefiles/BuildNashorn.gmk
! makefiles/Makefile
Changeset: 6a4fdb
Changeset: 28191d3ff921
Author:erikj
Date: 2013-10-09 16:22 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/28191d3ff921
8026144: Missing mkdir in Images.gmk
Reviewed-by: tbell
! makefiles/Images.gmk
Changeset: 86df2e879eca
Author:tbell
Date: 2013-10-09 18:50 -0700
Changeset: deec468baebd
Author:amurillo
Date: 2013-10-04 14:19 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/deec468baebd
8025859: new hotspot build - hs25-b54
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 5b3b75d9eb2f
Author:coleenp
Date: 2013-10-01
Changeset: c1616a944d1c
Author:weijun
Date: 2013-10-18 08:57 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c1616a944d1c
7025699: Policy Tool is not accessible by keyboard
Reviewed-by: alexp, weijun
Contributed-by: Leif Samuelsson
! src/share/classes/sun/security/tools/poli
Changeset: 7af634b1fc5b
Author:darcy
Date: 2013-10-17 19:10 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7af634b1fc5b
8026838: Fix new doclint issues in javax.annotation.processing
Reviewed-by: jjg
! src/share/classes/javax/annotation/processing/Processor.java
Changeset: 042a473535aa
Author:mchung
Date: 2013-10-17 19:47 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/042a473535aa
8025799: Restore sun.reflect.Reflection.getCallerClass(int) until a replacement
API is provided
Reviewed-by: alanb, forax, dholmes, twisti
! makefiles/ma
Changeset: 8a7b1b615100
Author:darcy
Date: 2013-10-17 22:22 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8a7b1b615100
8026840: Fix new doclint issues in javax.naming
Reviewed-by: mchung
! src/share/classes/javax/naming/CompositeName.java
! src/share/classes/javax/naming/Co
Changeset: 658e121bda42
Author:sherman
Date: 2013-10-17 23:43 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/658e121bda42
8025971: Remove ZoneId.OLD_SHORT_IDS
8026197: Slow reading tzdb.dat if the JRE is on a high-latency, remote file
system
Summary: removed the compatiblity
48 matches
Mail list logo