review request for 6622432

2009-02-16 Thread Xiaobin Lu
Webrev: http://webrev.invokedynamic.info/xiaobin.lu/6622432/ 6622432: RFE: Performance improvements to java.math.BigDecimal Details: This work is targeted to improve the performance of BigDecimal and related classes. Along with the performance improvement, the implementation of many methods h

Re: How to get list of classes from a package

2009-02-16 Thread Ulf Zibis
Martin, thanks for your additional hints. I'm aware, that my solution is not suitable for general cases, but it solves my needs perfectly. For my enhancement of charsets I need to compare my new coders against the legacy coders from rt.jar + charsets.jar from JDK 6 for testing equality. -Ul

Re: How to get list of classes from a package

2009-02-16 Thread Martin Buchholz
Ulf, This kind of solution is likely to be brittle. For example, you appear to assume that the code you are looking for is in a jar file. But it might not be; in jdk "developer mode", they are likely to be in a "classes" directory. Martin On Mon, Feb 16, 2009 at 13:30, Ulf Zibis wrote: > Am 16

Re: How to get list of classes from a package

2009-02-16 Thread Ulf Zibis
Am 16.02.2009 21:35, Rémi Forax schrieb: Tom Hawtin a écrit : David M. Lloyd wrote: On 02/16/2009 10:22 AM, Ulf Zibis wrote: can anybody tell me, how I could get al list or enumeration of the classes, which belong to a package. I can't see any appropriate method in java.lang.Package :-( T

Re: How to get list of classes from a package

2009-02-16 Thread Rémi Forax
Tom Hawtin a écrit : David M. Lloyd wrote: On 02/16/2009 10:22 AM, Ulf Zibis wrote: can anybody tell me, how I could get al list or enumeration of the classes, which belong to a package. I can't see any appropriate method in java.lang.Package :-( This isn't really possible at run time, sin

Re: How to get list of classes from a package

2009-02-16 Thread Tom Hawtin
David M. Lloyd wrote: On 02/16/2009 10:22 AM, Ulf Zibis wrote: can anybody tell me, how I could get al list or enumeration of the classes, which belong to a package. I can't see any appropriate method in java.lang.Package :-( This isn't really possible at run time, since one doesn't know wh

hg: jdk7/tl/jdk: 6800805: java.net.NetworkInterface.getNetworkInterfaces() does not list IPv6 network interfaces correctly

2009-02-16 Thread christopher . hegarty
Changeset: f8a9a7aff362 Author:chegar Date: 2009-02-16 17:19 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f8a9a7aff362 6800805: java.net.NetworkInterface.getNetworkInterfaces() does not list IPv6 network interfaces correctly Reviewed-by: jccollet ! src/solaris/native/java

Re: How to get list of classes from a package

2009-02-16 Thread David M. Lloyd
On 02/16/2009 10:22 AM, Ulf Zibis wrote: Hi all, can anybody tell me, how I could get al list or enumeration of the classes, which belong to a package. I can't see any appropriate method in java.lang.Package :-( This isn't really possible at run time, since one doesn't know whether a class

How to get list of classes from a package

2009-02-16 Thread Ulf Zibis
Hi all, can anybody tell me, how I could get al list or enumeration of the classes, which belong to a package. I can't see any appropriate method in java.lang.Package :-( Thanks in advance for useful hints, -Ulf

hg: jdk7/tl/jdk: 6781363: New I/O: Update socket-channel API to jsr203/nio2-b99; ...

2009-02-16 Thread alan . bateman
Changeset: f06f30b29f36 Author:alanb Date: 2009-02-15 12:25 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f06f30b29f36 6781363: New I/O: Update socket-channel API to jsr203/nio2-b99 4313887: New I/O: Improved filesystem interface 4607272: New I/O: Support asynchronous I/O Re