Brian Burkhalter
f9a9e68c05
8074460: Always print seeds used in [Splittable]Random instances in java.math tests
...
Create a utility class which creates a pseudorandom number generator (PRNG) and retains the seed. Use this class in java.math tests which use a PRNG. Always print the seed value before the PRNG is used.
Reviewed-by: darcy
2015-03-06 16:00:58 -08:00
Mandy Chung
a1ffcbec36
8074430: Move policytool to jdk.policytool module
...
Reviewed-by: alanb, weijun, erikj, ihse
2015-03-06 09:11:42 -08:00
Mandy Chung
014ea775ad
8074429: Move jar, jarsigner tool to jdk.jartool module
...
Reviewed-by: alanb, weijun, erikj, ihse
2015-03-06 09:07:32 -08:00
Mandy Chung
2ae75ccaa1
8074428: Move pack200, unpack200, libpack200 to jdk.pack200
...
Reviewed-by: alanb, weijun, erikj, ihse
2015-03-06 09:02:26 -08:00
Anton Nashatyrev
2bb8334014
8072900: Mouse events are captured by the wrong menu in OS X
...
Reviewed-by: serb, alexp
2015-03-06 16:38:54 +03:00
Alejandro Murillo
90a9d497fa
Merge
2015-03-06 04:58:53 -08:00
Ivan Gerasimov
b035ca7348
8073692: (cs) Inconsistent docs for CharsetDecoder.replaceWith and CharsetEncoder.replaceWith
...
Reviewed-by: martin
2015-03-06 13:30:49 +03:00
Zaiyao Liu
02614afbd1
8044193: Need to add known answer tests for AES cipher
...
Added more tests for AES cipher using known test vectors.
Reviewed-by: valeriep
2015-03-06 00:49:38 +00:00
Lana Steuck
3ac6a66232
Merge
2015-03-05 15:23:22 -08:00
David Katleman
52d8d1433e
Added tag jdk9-b53 for changeset 4bb4756ceb9c
2015-03-05 11:26:17 -08:00
Chris Hegarty
9e0c46f629
8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently
...
Reviewed-by: rriggs, smarks
2015-03-05 17:04:47 +00:00
Shanliang Jiang
b7c2d1b8fe
8073148: "The server has decided to close this client connection" repeated continuously
...
Reviewed-by: jbachorik
2015-03-05 14:54:07 +01:00
Dmitry Samersoff
b4061375cc
8030708: warnings from b119 for jdk/src/share/back: JNI exception pending
...
Added some more checks for pending exception
Reviewed-by: dholmes, sspitsyn
2015-03-05 05:06:00 -08:00
Chris Hegarty
0ade1fd974
8068260: java/io/Serializable/clearHandleTable/ClearHandleTable.java timed out
...
Reviewed-by: rriggs, smarks
2015-03-05 09:38:45 +00:00
Yuri Nesterenko
0803af98c7
8074092: Newly introduced unnecessary dependencies on internal API in client regtests
...
Reviewed-by: serb, azvegint
2015-03-05 11:07:48 +03:00
Martin Buchholz
47ed235f36
8074578: Document memory visibility effects of Unsafe compareAndSwap methods
...
Reviewed-by: psandoz, jrose, dholmes
2015-03-04 17:35:40 -08:00
Martin Buchholz
33c1f7d181
8075774: Small readability and performance improvements for zipfs
...
Reviewed-by: sherman, alanb
2015-03-10 14:23:03 -07:00
Martin Buchholz
8ab93c84ec
8073158: zip files with total entry count 0xFFFF need not be ZIP64 files
...
Minor rewrite of crufty zip implementation in parse_manifest.c
Reviewed-by: sherman
2015-03-25 15:36:43 -07:00
Pavel Rappo
39b55b3d5a
8075959: Change parameter names in some IOException subclasses
...
Reviewed-by: rriggs
2015-03-25 15:42:41 +00:00
Martin Buchholz
f825d1ff35
8074577: Modernize Unsafe internal javadoc
...
Use modern javadoc style
Reviewed-by: jrose
2015-03-04 17:35:40 -08:00
Alejandro Murillo
f245610f7f
Merge
2015-03-10 14:20:06 -07:00
Alejandro Murillo
8b283998c2
Merge
2015-03-10 14:09:19 -07:00
Joe Darcy
8db87d223f
8074870: Really add javax/xml/jaxp/testng/validation to othervm.dirs in TEST.ROOT
...
Reviewed-by: rriggs
2015-03-10 13:55:47 -07:00
Roger Riggs
367a429ff4
8058464: (process spec) ProcessBuilder.redirectXXX throws unspecified NPE
...
Add a class level spec for null arguments throwing NPE in ProcessBuilder
Reviewed-by: martin, alanb
2015-03-10 16:44:45 -04:00
Amy Lu
71d53d5bb7
8074674: Doclint regression in java/util/regex/Matcher.java
...
Reviewed-by: psandoz
2015-03-10 13:30:21 +01:00
Joe Darcy
f54b0ebdc2
8074788: Javadoc typo in PKCS8EncodedKeySpec
...
Reviewed-by: xuelei
2015-03-09 18:16:52 -07:00
Joe Darcy
24bf7ba966
8074714: Add javax/xml/jaxp/testng/validation to othervm.dirs in TEST.ROOT
...
Reviewed-by: lancea
2015-03-09 17:37:34 -07:00
Jason Uh
47e85e2963
8073430: Deprecate security APIs that have been superseded
...
Reviewed-by: mullan, weijun
2015-03-09 17:21:07 -07:00
Mark Sheppard
6e61892373
8065078: NetworkInterface.getNetworkInterfaces() triggers intermittent test failures
...
Reviewed-by: chegar
2015-03-09 18:48:40 +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
Stuart Marks
d01c5811df
8073923: Files.lines() documentation needs clarification
...
Reviewed-by: darcy, alanb
2015-03-04 13:22:45 -08:00
Roman Kennke
08af89e08e
8072436: Refactor X11FontManager
...
Factor fontconfig related code out of X11FontManager into its own superclass FcFontManager.
Reviewed-by: prr, serb
2015-03-04 15:42:02 +01:00
Ivan Gerasimov
2264f58af9
8074067: (bf) Re-examine java.base/share/native/libjava/Bits.c
...
Reviewed-by: alanb, martin
2015-03-04 13:44:18 +03: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
Jason Uh
33505a8b52
8054037: Improve tracing for java.security.debug=certpath
...
8055207: keystore and truststore debug output could be much better
Reviewed-by: mullan, coffeys, jnimeh
2015-03-03 14:16:49 -08:00
Phil Race
aa51e477d4
Merge
2015-03-03 10:39:40 -08:00
Sergey Bylokhov
8def2a3e45
8073420: JFrame.EXIT_ON_CLOSE can be removed in favour of WindowConstants.EXIT_ON_CLOSE
...
Reviewed-by: art, azvegint, alexsch
2015-03-03 20:23:34 +03:00
Phil Race
9f78b4347e
Merge
2015-03-03 08:49:13 -08:00
Prasanta Sadhukhan
3ca192f3b3
8039345: Strange behaviour of per-pixel translucency on linux
...
Reviewed-by: prr, azvegint
2015-03-03 17:50:01 +03: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
Ivan Gerasimov
68b3fe02ad
8074066: Useless code in share/native/libjava/VM.c
...
Reviewed-by: mchung
2015-03-03 10:30:44 +03:00
Vladimir Kozlov
adfbe70e01
Merge
2015-03-02 17:36:56 -08:00
Joe Darcy
de2f72a351
8074126: Correct @see cross-refs to the JLS in java.lang[.annotation]
...
Reviewed-by: lancea
2015-03-02 16:06:58 -08:00
Vladimir Kozlov
97b9b51906
Merge
2015-03-02 15:15:15 -08:00
Brent Christian
8dd500f340
8073596: Add jdk.management.cmm in boot.modules that needs sun.management.spi be exported to it
...
Reviewed-by: alanb, erikj, ihse, mchung
2015-03-02 13:37:30 -08:00
Vladimir Kozlov
2c553427a9
Merge
2015-03-02 10:09:03 -08: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