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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo