jdk-24/jdk/test/java
Daniel Fuchs fc084beb84 8072645: java.util.logging should use java.time to get more precise time stamps
J.u.logging uses j.t.Instant to store LogRecord time stamps. XMLFormatter format is updated to allow for a new optional <nanos> element containing a nano second adjustment. SimpleFormatter passes a ZonedDateTime object to String.format. LogRecord getMillis/setMillis are deprecated, replaced by getInstant/setInstant.

Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: scolebourne, plevart, rriggs
2015-02-25 18:41:07 +01:00
..
awt 8064934: Incorrect Exception message from java.awt.Desktop.open() 2015-02-03 11:51:30 +04:00
beans 8072770: [TESTBUG] Some Introspector tests fail with a Java heap bigger than 4GB 2015-02-13 19:14:44 +01:00
io 8068578: test/java/io/Serializable/subclassGC/SubclassGC.java assumes app class loader is a URLClassLoader 2015-01-29 14:49:15 -08:00
lang 8072645: java.util.logging should use java.time to get more precise time stamps 2015-02-25 18:41:07 +01:00
math 8066842: java.math.BigDecimal.divide(BigDecimal, RoundingMode) produces incorrect result 2015-02-11 17:20:39 -08:00
net 7178362: Socket impls should ignore unsupported proxy types rather than throwing 2015-02-25 11:44:53 +00:00
nio 8073152: Update Standard/ExtendedCharsets to work with module system 2015-02-16 14:53:59 -08:00
rmi 8067316: TEST_BUG: update RMI test library with better test.timeout.factor handling 2014-12-23 16:58:06 -08:00
security 8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC 2015-01-16 18:19:23 +01:00
sql 8062558: Add javax/sql/rowset/spi tests 2014-10-31 13:21:51 -04:00
text 8039915: Wrong NumberFormat.format() HALF_UP rounding when last digit exactly at rounding position greater than 5 2014-10-14 11:39:07 -07:00
time 8073394: Clock.systemUTC() should return a constant 2015-02-24 21:51:45 +01:00
util 8072645: java.util.logging should use java.time to get more precise time stamps 2015-02-25 18:41:07 +01:00