答复: RFR: 8005278: Serviceability Agent: jmap -heap and jstack -m fail

2013-01-23 Thread 云达
Yes. That’s why my fix before didn’t include the FIELDINFO_TAD_MASK part: http://cr.openjdk.java.net/~sla/8005278/webrev.00/ Regards, Yunda 发件人: serviceability-dev-boun...@openjdk.java.net [mailto:serviceability-dev-boun...@openjdk.java.net] 代表 Krystal Mo 发送时间: 2013年1月24日 14:33 收件人: Yumin Qi 抄送:

Re: RFR: 8005278: Serviceability Agent: jmap -heap and jstack -m fail

2013-01-23 Thread Krystal Mo
Yumin, The FIELDINFO_TAG_MASK part in InstanceKlass is already fixed in JDK-8006403. It should be sync'd to the dev repos soon (or has it already?) I fell in that trap of duplicating the fix as JDK-8006641 already... - Kris On 01/24/2013 02:14 PM, Yumin Qi wrote: Hi, Can I have your comme

Re: RFR: 8005278: Serviceability Agent: jmap -heap and jstack -m fail

2013-01-23 Thread David Holmes
Thanks Yumin this all looks okay to me. David On 24/01/2013 4:14 PM, Yumin Qi wrote: Hi, Can I have your comments on fix for 8005278: Serviceability Agent: jmap -heap and jstack -m fail http://cr.openjdk.java.net/~minqi/8005278/ Problems: 1) In JVM, BinaryTreeDictionary is typedef'e

RFR: 8005278: Serviceability Agent: jmap -heap and jstack -m fail

2013-01-23 Thread Yumin Qi
Hi, Can I have your comments on fix for 8005278: Serviceability Agent: jmap -heap and jstack -m fail http://cr.openjdk.java.net/~minqi/8005278/ Problems: 1) In JVM, BinaryTreeDictionary is typedef'ed as AFLBinaryTreeDictionary and this name carried to type library for SA. In SA we sti

hg: jdk8/tl/langtools: 8006264: Add explanation of why default methods cannot be used in JDK 8 javax.lang.model

2013-01-23 Thread joe . darcy
Changeset: 09f65aad4759 Author:darcy Date: 2013-01-23 20:11 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/09f65aad4759 8006264: Add explanation of why default methods cannot be used in JDK 8 javax.lang.model Reviewed-by: jjg ! src/share/classes/javax/lang/model/eleme

hg: jdk8/tl/jdk: 8006813: Compilation error in PKCS12KeyStore.java

2013-01-23 Thread sean . mullan
Changeset: 89f37f7188df Author:mullan Date: 2013-01-23 20:46 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/89f37f7188df 8006813: Compilation error in PKCS12KeyStore.java Reviewed-by: valeriep ! src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java

Re: 答复: Errors when use "universe" command in CLHSDB

2013-01-23 Thread Yumin Qi
Yes, this is the bug. I just looked at the code, Yunda is right. In type library, the name for BinaryTreeDictionary is AFLBinaryTreeDictionary: type AFLBinaryTreeDictionary FreeBlockDictionary false false false 24 _dictionary is not added to vmStructs. /Yumin On 1/18/2013 12:48 AM, Mikael Gerdi

hg: jdk8/tl/jdk: 8005408: KeyStore API enhancements

2013-01-23 Thread vincent . x . ryan
Changeset: 1da93663f8f3 Author:vinnie Date: 2013-01-23 23:13 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1da93663f8f3 8005408: KeyStore API enhancements Reviewed-by: mullan ! src/share/classes/java/security/KeyStore.java + src/share/classes/java/security/PKCS12Attribute.j

hg: jdk8/tl/langtools: 8006775: JSR 308: Compiler changes in JDK8

2013-01-23 Thread jonathan . gibbons
Changeset: 71f35e4b93a5 Author:jjg Date: 2013-01-23 13:27 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/71f35e4b93a5 8006775: JSR 308: Compiler changes in JDK8 Reviewed-by: jjg Contributed-by: mer...@cs.washington.edu, wmdi...@cs.washington.edu, mp...@csail.mit.edu, m

hg: jdk8/tl/jdk: 8006591: Protect keystore entries using stronger PBE algorithms

2013-01-23 Thread vincent . x . ryan
Changeset: 0c86df653029 Author:vinnie Date: 2013-01-23 21:25 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0c86df653029 8006591: Protect keystore entries using stronger PBE algorithms Reviewed-by: mullan ! src/share/classes/java/security/KeyStore.java ! src/share/classes/su

hg: jdk8/tl/langtools: 8006694: temporarily workaround combo tests are causing time out in several platforms

2013-01-23 Thread vicente . romero
Changeset: 5c956be64b9e Author:vromero Date: 2013-01-23 20:57 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/5c956be64b9e 8006694: temporarily workaround combo tests are causing time out in several platforms Reviewed-by: jjg Contributed-by: maurizio.cimadam...@oracle.c

hg: jdk8/tl/jdk: 2 new changesets

2013-01-23 Thread xueming . shen
Changeset: e0552f13f4a2 Author:sherman Date: 2013-01-23 10:29 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e0552f13f4a2 8006773: test/java/util/zip/ZipFile/FinalizeZipFile.java failing intermittently Summary: fixed the test case Reviewed-by: alanb ! test/java/util/zip/ZipF

hg: jdk8/tl/jdk: 8006764: FunctionalInterface missing from rt.jar (old build)

2013-01-23 Thread alan . bateman
Changeset: 53064bbaeec5 Author:alanb Date: 2013-01-23 15:12 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/53064bbaeec5 8006764: FunctionalInterface missing from rt.jar (old build) Reviewed-by: lancea, forax ! make/java/java/FILES_java.gmk

hg: jdk8/tl/langtools: 8006692: jdk/test/java/util/Collections/BigBinarySearch.java fails to compile

2013-01-23 Thread maurizio . cimadamore
Changeset: 97bd5e7151bc Author:mcimadamore Date: 2013-01-23 15:08 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/97bd5e7151bc 8006692: jdk/test/java/util/Collections/BigBinarySearch.java fails to compile Summary: Missing boxing cause spurious inference failure Reviewed-

hg: jdk8/tl/jdk: 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac

2013-01-23 Thread chris . hegarty
Changeset: bf2a14ebb6e9 Author:chegar Date: 2013-01-23 14:45 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bf2a14ebb6e9 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac Reviewed-by: alanb ! test/sun/security/ssl/sun/ne

hg: jdk8/tl/jdk: 6519127: user.home property not set correctly

2013-01-23 Thread alexey . utkin
Changeset: 01b36b400145 Author:uta Date: 2013-01-23 15:06 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/01b36b400145 6519127: user.home property not set correctly Summary: Registry-based approach was changed to SHGetKnownFolderPath/SHGetFolderPathW Reviewed-by: alanb, antho

hg: jdk8/tl/jdk: 8006741: javadoc cleanup for 6263419

2013-01-23 Thread vincent . x . ryan
Changeset: 71691b9d45ab Author:vinnie Date: 2013-01-23 09:49 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/71691b9d45ab 8006741: javadoc cleanup for 6263419 Reviewed-by: alanb ! src/share/classes/java/security/PrivateKey.java ! src/share/classes/javax/crypto/SecretKey.java