Chris Hegarty
0ade1fd974
8068260: java/io/Serializable/clearHandleTable/ClearHandleTable.java timed out
...
Reviewed-by: rriggs, smarks
2015-03-05 09:38:45 +00:00
Brian Burkhalter
bd61d670c3
8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
...
Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb
2015-03-04 15:05:41 -08:00
Zaiyao Liu
fae048d0e2
8048610: Implement regression test for bug fix of 4686632 in JCE
...
Reviewed-by: weijun
2015-03-04 16:26:49 +08:00
Zaiyao Liu
7b95618234
8050371: More MessageDigest tests
...
Reviewed-by: xuelei
2015-03-04 08:10:23 +00:00
Amanda Jiang
a1f3c2d2fe
8048360: Test signed jar files
...
Reviewed-by: weijun
2015-03-04 10:12:25 +08:00
Phil Race
9f78b4347e
Merge
2015-03-03 08:49:13 -08:00
Alejandro Murillo
1b7e7fdf70
Merge
2015-03-03 06:23:50 -08:00
Paul Sandoz
0405de7fca
8071479: Stream and lambdafication improvements to j.u.regex.Matcher
...
Reviewed-by: smarks, briangoetz, sherman
2015-03-03 12:30:48 +01:00
Daniel Fuchs
9b5f69fa24
8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
...
Instant.toEpochMilli() now takes into account the sign of the 'seconds' field.
Reviewed-by: rriggs, scolebourne
2015-03-02 14:46:10 +01:00
Claes Redestad
c8e99e3610
8073497: Lazy conversion of ZipEntry time
...
Reviewed-by: sherman, plevart
2015-02-28 13:17:13 +01:00
Weijun Wang
2bcc0c7789
8074018: Named extension not recognized in keytool -ext honored after 8073182
...
Reviewed-by: mullan
2015-02-28 10:47:07 +08:00
Brian Burkhalter
03088bb6e6
8071599: (so) Socket adapter sendUrgentData throws IllegalBlockingMode when channel configured non-blocking
...
Remove restriction to blocking case
Reviewed-by: alanb, chegar
2015-02-27 14:36:03 -08:00
Alejandro Murillo
bcb3fde88f
Merge
2015-02-27 07:34:27 -08:00
Roger Riggs
9b8b669510
8044051: Test jdk/lambda/vm/InterfaceAccessFlagsTest.java gets IOException during compilation
...
Create the gen-separate directory in the current directory to improve robustness
Reviewed-by: darcy
2015-02-27 10:09:06 -05:00
Vladimir Ivanov
284a867adc
8073644: Assertion in LambdaFormEditor.bindArgumentType is too strict
...
Reviewed-by: psandoz
2015-02-27 18:03:21 +03:00
Magnus Ihse Bursie
90a23fca14
8072842: Add support for building native JTReg tests
...
Reviewed-by: erikj, sla
2015-02-27 11:56:42 +01:00
Paul Sandoz
95b2455d16
8071600: Add a flat-mapping collector
...
Reviewed-by: smarks, chegar, briangoetz
2015-02-27 09:58:25 +01:00
Lev Priima
ff45a0b5b0
8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
...
Reviewed-by: dholmes
2015-02-26 18:50:02 -05:00
Xueming Shen
7f950ef63d
8073924: Update test/java/nio/charset/Charset/NIOCharsetAvailability.java to work with module system
...
To use module's runtime filesystem to iterate the class files
Reviewed-by: alanb
2015-02-26 14:40:43 -08:00
Sean Coffey
79240eab9b
8071447: IBM1166 Locale Request for Kazakh characters
...
Reviewed-by: sherman
2015-02-26 09:36:30 +00:00
Weijun Wang
c12ac1b4cc
8073853: KeyToolTest.java has too many too long lines
...
Reviewed-by: mullan
2015-02-26 08:08:52 +08:00
Xueming Shen
ece4e20848
8073893: Enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
...
To enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
Reviewed-by: alanb, mchung
2015-02-25 13:04:31 -08:00
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
Kumar Srinivasan
8749a5a08c
8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
...
Reviewed-by: coleenp, dholmes
2015-02-25 06:21:55 -08:00
Joel Borggrén-Franck
cdf8c27ddb
8014678: Spurious AccessControlException thrown in java.lang.Class.getEnclosingMethod()
...
Reviewed-by: ahgross, mchung, psandoz
2015-02-25 14:30:02 +01:00
Sean Coffey
6d78b91ac9
7178362: Socket impls should ignore unsupported proxy types rather than throwing
...
Reviewed-by: chegar
2015-02-25 11:44:53 +00:00
Weijun Wang
b505d5ad05
8073182: keytool may generate duplicate extensions
...
Reviewed-by: mullan
2015-02-25 18:30:29 +08:00
Weijun Wang
ed25ae3aeb
8073181: keytool -ext honored not working correctly
...
Reviewed-by: mullan
2015-02-25 18:30:07 +08:00
Daniel Fuchs
2390a77789
8073394: Clock.systemUTC() should return a constant
...
Clock.systemUTC() now returns SystemClock.UTC
Reviewed-by: scolebourne, rriggs, plevart, lancea
2015-02-24 21:51:45 +01:00
Alejandro Murillo
8af70656ce
Merge
2015-02-24 10:52:02 -08:00
Jeremy Manson
d1225ad485
6588467: Add isDaemon() and getPriority() to ThreadInfo
...
Reviewed-by: mchung, sla, dholmes, martin
2015-02-24 09:46:29 +01:00
Jason Uh
9a2cc32b19
8072663: Remove the sun.security.acl package which is not used in the JDK
...
Reviewed-by: mullan, alanb, mchung
2015-02-23 11:40:48 -08:00
Phil Race
9ec44e8c16
Merge
2015-02-23 10:47:32 -08:00
Mandy Chung
638c2d5f82
8062750: Separate SNMP messages from sun.management.resources.agent
...
Reviewed-by: alanb, dfuchs, erikj
2015-02-23 08:46:07 -08:00
Chris Hegarty
b7d0702188
8064924: Update java.net.URL to work with modules
...
Reviewed-by: alanb, plevart, psandoz
2015-02-23 15:48:20 +00:00
Christian Tornqvist
88609236a3
Merge
2015-02-23 05:01:33 -08:00
Claes Redestad
16989e7b17
8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
...
Reviewed-by: coffeys, sherman
2015-02-21 13:46:24 +01:00
Alejandro Murillo
d85d8b1ade
Merge
2015-02-20 14:14:09 -08:00
Aleksey Shipilev
e0e6ce31fd
8073479: Replace obj.getClass hacks with Objects.requireNonNull
...
Reviewed-by: dfuchs, plevart, vlivanov
2015-02-20 18:32:10 +03:00
Christian Tornqvist
f5ef1f7ce6
Merge
2015-02-18 19:28:08 -08:00
Mandy Chung
db4c181844
8072656: test/java/lang/reflect/Proxy/ClassRestrictions.java assumes app class loader be URLClassLoader
...
Reviewed-by: lancea, alanb
2015-02-18 18:14:41 -08:00
Vivi An
7b27235df4
8069268: JComponent.AccessibleJComponent.addPropertyListeners adds exponential listeners
...
Reviewed-by: ptbrunet, serb
2015-02-18 11:15:24 -08:00
Alejandro Murillo
a68e87751a
Merge
2015-02-18 09:14:48 -08:00
Jaroslav Bachorik
41d784d98e
8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface
...
Reviewed-by: sspitsyn, sla
2015-02-18 17:50:41 +01:00
Sergey Bylokhov
86506d6858
8068412: [macosx] Initialization of Cocoa hangs if CoreAudio was initialized before
...
Reviewed-by: azvegint, prr
2015-02-18 16:59:51 +03:00
Dmitry Samersoff
eaa8d1e0f3
8072395: sun/tools/jmap/heapconfig/LingeredAppTest.java and sun/tools/jmap/heapconfig/JMapHeapConfigTest.java fail due to LingeredApp ERROR: java.io.IOException: Lock is too old. Aborting
...
Remove lock age check
Reviewed-by: sla, dholmes, kevinw
2015-02-18 03:45:06 -08:00
Dmitry Samersoff
7168bf102d
8072835: sun/tools/jmap/heapconfig/JMapHeapConfigTest.java Key MaxHeapSize doesnt match
...
Make sure that maxheapsize is set explicitly in command line
Reviewed-by: sla, ykantser
2015-02-18 03:16:48 -08:00
David Dehaven
d747007634
Merge
2015-02-17 11:50:06 -08:00
David Dehaven
c627fa5807
Merge
2015-02-17 11:44:51 -08:00
Jason Uh
f7f4ab9df6
8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes
...
Reviewed-by: mullan
2015-02-17 10:48:24 -08:00