Re: Code review request: 7184246: Simplify Config.get() of krb5

2012-10-25 Thread Xuelei Fan
>> If you want to get a value from inside krb5.conf, you can call >> getDefault(String). This might be good to get a value from the >> [libdefaults] section. However, the method was designed to be so >> smart that it can recursively search for key/value pairs no >> matter where and how deep it is.

Re: Code review request: 7184246: Simplify Config.get() of krb5

2012-10-25 Thread Weijun Wang
On 10/25/2012 08:50 PM, Xuelei Fan wrote: If you want to get a value from inside krb5.conf, you can call getDefault(String). This might be good to get a value from the [libdefaults] section. However, the method was designed to be so smart that it can recursively search for key/value pairs no ma

Re: Code review request: 7184246: Simplify Config.get() of krb5

2012-10-25 Thread Xuelei Fan
On 10/25/2012 10:04 PM, Weijun Wang wrote: > > > On 10/25/2012 08:50 PM, Xuelei Fan wrote: If you want to get a value from inside krb5.conf, you can call getDefault(String). This might be good to get a value from the [libdefaults] section. However, the method was designed to be so

hg: jdk8/tl/langtools: 7200915: convert TypeTags from a series of small ints to an enum

2012-10-25 Thread jonathan . gibbons
Changeset: c002fdee76fd Author:jjg Date: 2012-10-25 11:09 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c002fdee76fd 7200915: convert TypeTags from a series of small ints to an enum Reviewed-by: jjg, mcimadamore Contributed-by: [email protected] ! src/share/cl

hg: jdk8/tl/langtools: 6725230: Java Compilation with Jsr199 ignores Class-Path in manifest

2012-10-25 Thread jonathan . gibbons
Changeset: ea2616a6bd01 Author:jjg Date: 2012-10-25 13:33 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ea2616a6bd01 6725230: Java Compilation with Jsr199 ignores Class-Path in manifest Reviewed-by: jjg, mcimadamore Contributed-by: [email protected] ! src/shar