hg: jdk8/tl/langtools: 8003655: Add javac.jvm.ClassFile.V52

2012-11-19 Thread jonathan . gibbons
Changeset: 2531de382983 Author:jjg Date: 2012-11-19 16:40 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/2531de382983 8003655: Add javac.jvm.ClassFile.V52 Reviewed-by: ksrini ! src/share/classes/com/sun/tools/javac/jvm/ClassFile.java

hg: jdk8/tl/langtools: 8002304: Group methods by types in methods summary section

2012-11-19 Thread bhavesh . x . patel
Changeset: 522a1ee72340 Author:bpatel Date: 2012-11-19 16:10 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/522a1ee72340 8002304: Group methods by types in methods summary section Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats/html/AbstractMemberWri

hg: jdk8/tl/langtools: 8001098: Provide a simple light-weight "plug-in" mechanism for javac

2012-11-19 Thread jonathan . gibbons
Changeset: c0f0c41cafa0 Author:jjg Date: 2012-11-19 11:38 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c0f0c41cafa0 8001098: Provide a simple light-weight "plug-in" mechanism for javac Reviewed-by: mcimadamore + src/share/classes/com/sun/source/util/Plugin.java ! src

Re: 8002344 code review request: (was Re: [PATCH] for bug 2376501: Krb5LoginModule config class does not return proper KDC list from DNS)

2012-11-19 Thread Weijun Wang
Sure. I'll do some basic test before requesting for backport. Tomorrow. 10pm here in Beijing. Thanks Max On 11/19/2012 07:37 PM, Severin Gehwolf wrote: Max, Can we get the fix[1] backported to JDK7? Patch applies cleanly on top of JDK 7 sources for me. Thanks, Severin [1] http://hg.openjdk.

Re: RFR 8000476, miscellaneous leaks, access to uninitialized memory, etc

2012-11-19 Thread Chris Hegarty
The updated webrev looks fine. I will push it for you later today. -Chris. On 14/11/2012 13:57, John Zavgren wrote: I made two changes in response to reader feedback: 1.) GSSLibStub.c line 573, major should be assigned value zero. 2.) java_md_solinux.c line 485 JLI_Memfree() The latest webrev i

hg: jdk8/tl/jdk: 8003607: More ProblemList.txt updates (11/2012)

2012-11-19 Thread alan . bateman
Changeset: 3877706701b1 Author:alanb Date: 2012-11-19 13:17 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3877706701b1 8003607: More ProblemList.txt updates (11/2012) Reviewed-by: lancea ! test/ProblemList.txt ! test/TEST.ROOT

Re: 8002344 code review request: (was Re: [PATCH] for bug 2376501: Krb5LoginModule config class does not return proper KDC list from DNS)

2012-11-19 Thread Severin Gehwolf
Max, Can we get the fix[1] backported to JDK7? Patch applies cleanly on top of JDK 7 sources for me. Thanks, Severin [1] http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f740a9ac6eb6 On Wed, 2012-11-14 at 17:04 +0400, Dmitry Samersoff wrote: > Weijun, > > On 2012-11-14 12:08, Weijun Wang wrote: > >>