Miroslav Kos
|
dc6a51546f
|
8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
Adding newly restricted package to golden set in the test
Reviewed-by: asmotrak, coffeys, mullan
|
2014-05-20 16:02:57 +02:00 |
|
Petr Pchelko
|
b366255317
|
8042590: Running form URL throws NPE
Reviewed-by: anthony, serb
|
2014-07-14 18:16:16 +04:00 |
|
Petr Pchelko
|
5d636c2c85
|
8036861: Application can't be loaded fine,the save dialog can't show up
Reviewed-by: serb, azvegint
|
2014-05-08 19:18:36 +04:00 |
|
Weijun Wang
|
7d0ad1ddb9
|
8041535: Update certificate lists for compact1 profile
Reviewed-by: mullan, ahgross, erikj
|
2014-04-29 06:53:38 +08:00 |
|
Chris Hegarty
|
db34776a9e
|
8039520: More atomicity of atomic updates
Reviewed-by: dl, skoivu, igerasim
|
2014-04-24 16:52:45 +01:00 |
|
Petr Pchelko
|
6d03ea4ffe
|
8039097: Some tests fail with NPE since 7u60 b12
Reviewed-by: serb, alexsch
|
2014-04-24 21:09:05 +04:00 |
|
Miroslav Kos
|
b45e2afa2a
|
8027144: Review restriction of JAX-WS java packages going to JDK8
Restricting access to internal packages to minimise risk of security attack; fix also reviewed by Alexander Fomin
Reviewed-by: mullan, mgrebac
|
2014-04-07 00:31:06 +02:00 |
|
Sean Mullan
|
9d3f23b245
|
8035004: Provider provides less service
Reviewed-by: wetmore, skoivu
|
2014-04-01 11:58:42 -04:00 |
|
Xue-Lei Andrew Fan
|
33df051faf
|
8031346: Enhance RSA key handling
Reviewed-by: ahgross, ascarpino, asmotrak, robm, weijun, wetmore
|
2014-03-29 23:24:26 +00:00 |
|
Xue-Lei Andrew Fan
|
a2b1491477
|
8037162: More robust DH exchanges
Reviewed-by: weijun, asmotrak, ahgross, robm
|
2014-04-24 21:04:16 +04:00 |
|
Roger Riggs
|
6f687a5536
|
8036571: (process) Process process arguments carefully
Reviewed-by: alanb, ahgross, jeff, robm
|
2014-03-22 12:51:48 -04:00 |
|
Alexander Zuev
|
9157f3845d
|
8037046: Validate libraries to be loaded
Reviewed-by: ksrini, ahgross
|
2014-03-22 02:21:11 +04:00 |
|
Christian Thalinger
|
33ccc261e0
|
8035788: Provide more consistency for lookups
Reviewed-by: jrose, vlivanov, ahgross
|
2014-07-14 13:57:44 +04:00 |
|
Sergey Malenkov
|
9aefc3174c
|
8035699: File choosers should be choosier
Reviewed-by: alexsch, art, skoivu
|
2014-03-13 11:49:24 +04:00 |
|
David Buck
|
fdda4fe828
|
8033055: Issues in 2d
Reviewed-by: bae, prr, mschoene
|
2014-04-24 21:00:52 +04:00 |
|
Jaroslav Bachorik
|
b5820bf6f2
|
8029755: Enhance subject class
Reviewed-by: sla, dfuchs, hawtin
|
2014-03-07 10:15:36 +01:00 |
|
Mandy Chung
|
2c3cc72c20
|
8035009: Make Proxy representations consistent
Reviewed-by: ahgross, jfranck
|
2014-03-03 14:14:10 -08:00 |
|
Petr Pchelko
|
d6f20071f1
|
8032960: Running forms URL throws NullPointerException in Javaconsole
Reviewed-by: anthony, serb
|
2014-04-24 20:58:00 +04:00 |
|
Vinnie Ryan
|
839507dd64
|
8034272: Do not cram data into CRAM arrays
Reviewed-by: mullan, ahgross
|
2014-02-28 10:39:03 +00:00 |
|
Valerie Peng
|
9eec94e88c
|
8031340: Better TLS/EC management
Make sure private key structure is freed for EC key pair generation
Reviewed-by: vinnie
|
2014-02-26 18:56:33 +00:00 |
|
Petr Pchelko
|
e7bd13ff88
|
8028285: RMI Thread can no longer call out to AWT
Reviewed-by: art, serb, ddehaven
|
2014-02-25 19:48:47 +04:00 |
|
Phil Race
|
3787d7c3aa
|
8034267: Probabilistic native crash`
Reviewed-by: bae, serb, mschoene
|
2014-02-24 11:03:49 -08:00 |
|
Alexander Zuev
|
034610f191
|
8029177: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.java.util.jar: JNI exception pending
Additional review by Chris Ries
Reviewed-by: jfranck, ksrini
|
2014-02-03 21:48:46 +04:00 |
|
Paul Sandoz
|
7a0238bfd3
|
8044047: Missing null pointer checks for streams
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: dfuchs
|
2014-07-16 14:35:48 +02:00 |
|
Sean Mullan
|
4d8dc762c2
|
Merge
|
2014-07-16 08:07:38 -04:00 |
|
Sean Mullan
|
1d3192ee04
|
4867890: Clarify the return value/exception for java.security.SignedObject.verify
Reviewed-by: weijun
|
2014-07-16 08:06:40 -04:00 |
|
Ivan Gerasimov
|
e03728427a
|
8035975: Pattern.compile(String, int) fails to throw IllegalArgumentException
Reviewed-by: sherman
|
2014-07-16 13:02:24 +04:00 |
|
Otavio Goncalves de Santana
|
1ebe2a40a9
|
8049892: Replace uses of 'new Integer()' with appropriate alternative across core classes
Reviewed-by: psandoz, prr
|
2014-07-15 11:22:14 -07:00 |
|
Alejandro Murillo
|
d3cca894ad
|
Merge
|
2014-07-15 10:21:07 -07:00 |
|
Pavel Rappo
|
73f2d27bdf
|
8048175: Remove redundant use of reflection on core classes from JNDI
Reviewed-by: msheppar, vinnie
|
2014-07-15 16:46:43 +01:00 |
|
Alejandro Murillo
|
28d9b76938
|
Merge
|
2014-07-11 21:20:11 -07:00 |
|
Ivan Gerasimov
|
1203c8ea34
|
6904367: (coll) IdentityHashMap is resized before exceeding the expected maximum size
Reviewed-by: plevart, martin
|
2014-07-12 04:15:56 +04:00 |
|
Alejandro Murillo
|
52c1d16db3
|
Merge
|
2014-07-11 17:04:52 -07:00 |
|
Joe Darcy
|
831451c5ba
|
8050051: Remove unneeded/obsolete -source/-target options in shell tests
Reviewed-by: alanb
|
2014-07-11 14:06:42 -07:00 |
|
Alejandro Murillo
|
747989869c
|
Merge
|
2014-07-11 13:02:40 -07:00 |
|
Pavel Rappo
|
58366bce32
|
8049884: Reduce possible timing noise in com/sun/jndi/ldap/LdapTimeoutTest.java
Reviewed-by: vinnie
|
2014-07-11 14:53:55 +01:00 |
|
Joe Darcy
|
1aed2210e0
|
8049736: Fix raw and unchecked lint warnings in sun.tracing
Reviewed-by: mchung
|
2014-07-10 22:57:56 -07:00 |
|
Weijun Wang
|
3b0fa6aca9
|
8049936: Update the CheckBlacklistedCerts.java test to find new location of blacklisted.certs.pem
Reviewed-by: xuelei
|
2014-07-11 09:17:10 +08:00 |
|
Valerie Peng
|
efa54ce543
|
8043406: Change default policy for JCE providers to run with as few privileges as possible
Provide default permissions for crypto providers
Reviewed-by: mullan, vinnie
|
2014-07-10 22:44:58 +00:00 |
|
Lana Steuck
|
b502551536
|
Merge
|
2014-07-10 12:40:48 -07:00 |
|
David Katleman
|
700ea0bf22
|
Added tag jdk9-b22 for changeset b508c04b7005
|
2014-07-10 12:13:26 -07:00 |
|
J. Duke
|
73f82e2dc6
|
Merge
|
2017-07-05 19:48:50 +02:00 |
|
J. Duke
|
2332af20a0
|
Merge
|
2017-07-05 19:48:46 +02:00 |
|
J. Duke
|
4c5453eb30
|
Merge
|
2017-07-05 19:48:32 +02:00 |
|
J. Duke
|
01abd35c0c
|
Merge
|
2017-07-05 19:48:25 +02:00 |
|
J. Duke
|
74202a5124
|
Merge
|
2017-07-05 19:48:18 +02:00 |
|
J. Duke
|
82364fcf04
|
Merge
|
2017-07-05 19:48:10 +02:00 |
|
J. Duke
|
6a1b94e32d
|
Merge
|
2017-07-05 19:48:02 +02:00 |
|
J. Duke
|
4e7ca2da11
|
Merge
|
2017-07-05 19:47:36 +02:00 |
|
J. Duke
|
85c459e071
|
Added tag jdk9-b21 for changeset 28dd0c7beb3c
|
2017-07-05 19:47:11 +02:00 |
|