8003949: LogManager, downgrade normative reference to ${java.home}/lib/logging.properties

2012-11-25 Thread Alan Bateman
As part of preparing for modules [1], we need to examine a number of normative references to files in ${java.home} with a view to downgrading these references to non-normative status. This is important as we need the flexibility to eventually move some of these files into module-private locat

Reflection.getCallerClass(n) does not skip reflection calls in constructors

2012-11-25 Thread Weijun Wang
Hi I'm trying to use Reflection.getCallerClass(n) to find out who is calling a method. The method's spec says: Frames associated with java.lang.reflect.Method.invoke() and its implementation are completely ignored and do not count toward the nu

Re: Adding field to BatchUpdateException

2012-11-25 Thread Joe Darcy
Hi Lance, I don't see an obvious problem with the code, but I strongly suggest documenting the correctness conditions regarding the updateCounts and longUpdateCounts fields; I think that would ease reviewing the new constructors and serialization code. Cheers, -Joe On 11/24/2012 2:05 PM, L