Changeset: e93679cf1e1a
Author:valeriep
Date: 2011-06-30 18:42 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e93679cf1e1a
7058133: Javah should use the freshly built classes instead of those from the
BOOTDIR jdk
Summary: Changed javah to use the newly built classes specifie
Changeset: 0d8edba73d70
Author:ksrini
Date: 2011-07-01 14:28 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0d8edba73d70
7060642: (javadoc) improve performance on accessing inlinedTags
Reviewed-by: jjg, bpatel
! src/share/classes/com/sun/tools/javadoc/ParamTagImpl.java
Changeset: e4c936c28960
Author:jjg
Date: 2011-06-30 16:48 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e4c936c28960
7061190: Update boot JDK version for JDK 8
Reviewed-by: ohair, jjg
Contributed-by: alexandre.boulga...@oracle.com
! make/common/shared/Defs-versions.gmk
Cha
Changeset: 0b615980879e
Author:jjg
Date: 2011-06-30 16:51 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/rev/0b615980879e
7061195: Clean up makefiles for JDK 8
Reviewed-by: ohair, jjg
Contributed-by: alexandre.boulga...@oracle.com
! make/sanity-rules.gmk
Changeset: 409b104f8b86
Author:ksrini
Date: 2011-07-01 13:34 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/409b104f8b86
6735320: StringIndexOutOfBoundsException for empty @serialField tag
Reviewed-by: jjg, bpatel
! src/share/classes/com/sun/tools/javadoc/SerialFieldTa
Roger will get back to you after the July 4th holiday.
Am 30.06.2011 23:16, schrieb Zhong Yu:
Why does it return Class instead of Class? Quote:
The actual result type is Class where |X| is the
erasure of the static type of the expression on which getClass is
called.
This means the following code does not compile
T obj = ...;
Class claz
Le 30/06/2011 23:16, Zhong Yu a écrit :
Why does it return Class instead of Class? Quote:
The actual result type is Class where |X| is the
erasure of the static type of the expression on which getClass is
called.
This means the following code does not compile
T obj = ...;
Class cl