Commit Graph

1635 Commits

Author SHA1 Message Date
Nils Eliasson
c7f8bb25dd 8142464: PlatformLoggerTest.java throws java.lang.RuntimeException: Logger test.logger.bar does not exist
Test doesn't keep strong references to loggers

Reviewed-by: kvn
2016-04-29 09:40:08 +02:00
Felix Yang
560adadb05 8154733: Fix module dependencies missed in java.rmi tests
Reviewed-by: alanb, amlu
2016-04-28 12:38:22 +08:00
Daniel Fuchs
1e0d1458a2 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class
Changes System.LoggerFinder methods to take a Module argument instead of a Class.

Reviewed-by: mchung
2016-04-27 18:04:16 +02:00
Roger Riggs
727e63cad7 8155182: fix to JDK-8066750 broke jdk9 builds
Restore RMI Http Proxy support for now

Reviewed-by: darcy, lancea, smarks
2016-04-26 21:25:18 -04:00
Roger Riggs
c08b6a7c8f 8066750: Remove HTTP proxy implementation and tests from RMI
Reviewed-by: smarks
2016-04-26 17:35:10 -04:00
Phil Race
d21da4cef9 Merge 2016-04-25 09:25:26 -07:00
Phil Race
bb38c4e2a2 Merge 2016-04-21 10:30:43 -07:00
Rajan Halade
d8acc2fbcf 8129329: sun/security/ssl/SSLContextImpl/MD2InTrustAnchor.java failed intermittently
Reviewed-by: xuelei
2016-04-21 09:55:04 -07:00
Rajan Halade
a6a4976af0 8137231: sun/security/rsa/SpecTest.java timeout with Agent error: java.lang.Exception
Reviewed-by: valeriep
2016-04-19 18:09:58 -07:00
David Dehaven
7ff379177d Merge 2016-04-19 11:13:30 -07:00
Sergey Bylokhov
ea65ad3102 7102282: TEST_BUG: sun/java2d/OpenGL/GradientPaints.java should be modified
Reviewed-by: yan, psadhukhan
2016-04-16 23:39:45 +03:00
Rajan Halade
c86b01dbe8 8154382: Remove intermittent keyword from SupportedDSAParamGen.java
Reviewed-by: xuelei
2016-04-16 01:23:54 +00:00
Chris Hegarty
07cdc33e34 8137058: Clear out all non-Critical APIs from sun.reflect
Reviewed-by: alanb, jfranck, mchung
2016-04-15 16:19:15 +01:00
Xue-Lei Andrew Fan
7f30460ff6 8072452: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
Reviewed-by: valeriep, mullan, coffeys
2016-04-15 11:09:18 +00:00
Rajan Halade
55101b0096 8151834: Test SmallPrimeExponentP.java times out intermittently
Reviewed-by: weijun
2016-04-14 14:42:53 -07:00
Amanda Jiang
6edbf9b42d 8153545: sun/security/pkcs11/Provider/Login.sh fails on Linux
Reviewed-by: vinnie, weijun
2016-04-14 09:45:37 +08:00
Rajan Halade
bf4e4ed961 8055351: sun/security/provider/DSA/TestAlgParameterGenerator.java failed with interrupted! (timed out?)
Reviewed-by: valeriep
2016-04-13 16:05:31 -07:00
Alejandro Murillo
fd0239a0bc Merge 2016-04-13 00:00:39 -07:00
Rajan Halade
cfb375b438 8153829: javax/net/ssl/Stapling/HttpsUrlConnClient.java fails intermittently with NullPointerException
Reviewed-by: xuelei, jnimeh
2016-04-12 09:37:46 -07:00
Alejandro Murillo
b84738d2e3 Merge 2016-04-11 14:21:27 -07:00
Felix Yang
c417ef2f3c 8153928: test/lib/share/classes/jdk/test/lib/Utils.java introduced dependency to java.base/jdk.internal.misc
Reviewed-by: alanb, amlu
2016-04-11 15:14:04 +08:00
Mark Sheppard
8906a1381d 8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor
Reviewed-by: chegar, alanb
2016-04-11 03:00:50 +01:00
Chris Hegarty
25b68378f6 8153737: Unsupported Module
Reviewed-by: alanb, mchung, psandoz
2016-04-09 20:12:13 +01:00
Daniel D. Daugherty
3115b36c77 Merge 2016-04-07 10:03:48 -07:00
Vyom Tewari
5fde8fb84e 8151586: Wrong exception catch for FTPClient in JDK-8055032
Reviewed-by: chegar
2016-04-06 21:31:48 +01:00
Alan Bateman
4af24b6def 8153370: Drop use of old style -XaddExports from tests
Reviewed-by: mchung
2016-04-05 21:18:01 +01:00
Phil Race
82d451f3d7 Merge 2016-04-05 09:13:52 -07:00
Phil Race
90f3c81ae0 Merge 2016-04-05 07:51:12 -07:00
Vyom Tewari
2dcd96060e 7167293: FtpURLConnection connection leak on FileNotFoundException
Reviewed-by: chegar, rriggs
2016-04-05 17:07:56 +01:00
Ivan Gerasimov
aa34beea2e 6483657: MSCAPI provider does not create unique alias names
Reviewed-by: vinnie
2016-04-03 16:38:10 +03:00
Daniel D. Daugherty
0060da2f23 8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter
Reviewed-by: jmasa, jwilhelm
2016-04-01 14:29:41 -07:00
Masayoshi Okutsu
ffd8b1d718 8152817: Locale data loading fails silently when running with a security manager
Reviewed-by: mchung, alanb
2016-04-01 14:50:42 +09:00
Chris Hegarty
3c06ea62d8 8152190: Move sun.misc.JarIndex and InvalidJarIndexException to an internal package
Reviewed-by: alanb
2016-03-31 06:23:43 +01:00
Roger Riggs
3302f7b0fd 8152005: sun/misc/SunMiscSignalTest.java failed intermittently
Extend timeout and retry

Reviewed-by: darcy
2016-03-30 12:47:54 -04:00
Yasumasa Suenaga
1f5235f540 8151674: STW phases at Concurrent GC should count in PerfCounter
Reviewed-by: jmasa, sla, tschatzl
2016-03-30 21:05:35 +09:00
Laurent Bourgès
048ce8be87 8144938: Handle properly coordinate overflow in Marlin Renderer
Skip point coordinates with NaN/Infinity values

Reviewed-by: flar, prr
2016-03-23 21:20:25 +01:00
Jesper Wilhelmsson
d9415fe792 Merge 2016-03-23 20:14:36 +01:00
Dmitry Samersoff
260f238cd5 8151444: JDP not working
Don't set IP_MULTICAST_IF explicitly

Reviewed-by: sla, ysuenaga
2016-03-23 21:40:20 +03:00
Chris Hegarty
a59bc4455b Merge 2016-03-22 16:02:25 +00:00
Chris Hegarty
ff2e79c118 Merge 2016-03-22 10:42:32 +00:00
Sibabrata Sahoo
99f5d7fd74 8150512: Update test for jdk.security.provider.preferred security property
Reviewed-by: ascarpino
2016-03-21 11:54:23 -07:00
Naoto Sato
6b7a41ca2b 8060097: sun/net/idn/TestStringPrep.java failed
Reviewed-by: michaelm
2016-03-21 08:48:34 -07:00
Jesper Wilhelmsson
74c006ac7f Merge 2016-03-19 01:23:44 +01:00
Christoph Langer
872d60701a 8149169: SSLSocketInputRecord.decodeInputRecord buffer overflow
Reviewed-by: xuelei
2016-03-18 13:14:53 +00:00
Alan Bateman
db4d383614 8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282

Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Alexandr Scherbatiy <alexandr.scherbatiy@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jaroslav Bachorik <jaroslav.bachorik@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Miroslav Kos <miroslav.kos@oracle.com>
Co-authored-by: Huaming Li <huaming.li@oracle.com>
Co-authored-by: Sean Mullan <sean.mullan@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Sergey Bylokhov <sergey.bylokhov@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Stuart Marks <stuart.marks@oracle.com>
Co-authored-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Vincent Ryan <vincent.x.ryan@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Co-authored-by: Yuri Nesterenko <yuri.nesterenko@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Felix Yang <felix.yang@oracle.com>
Co-authored-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Co-authored-by: Frank Yuan <frank.yuan@oracle.com>
Co-authored-by: Sergei Pikalev <sergei.pikalev@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Tiantian Du <tiantian.du@oracle.com>
Co-authored-by: Sha Jiang <sha.jiang@oracle.com>
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
2016-03-17 19:04:16 +00:00
Yasumasa Suenaga
570f4df3f1 8151709: jhsdb should show help message in SALauncher
Reviewed-by: dsamersoff
2016-03-15 12:27:26 +09:00
David Dehaven
1a08d0a1d9 Merge 2016-03-11 11:27:12 -08:00
Joe Darcy
781cae322e 8151679: Mark SignatureOffsets.java as intermittently failing
Reviewed-by: xuelei
2016-03-11 10:06:12 -08:00
David Dehaven
ddd9185c51 Merge 2016-03-07 16:38:23 -08:00
Yasumasa Suenaga
ec2bb17be5 8151181: Add JSnap to jhsdb
Reviewed-by: dsamersoff
2016-03-04 18:13:04 +09:00
Joe Darcy
23734438ce 8151225: Mark SpecTest.java as intermittently failing
Reviewed-by: mullan
2016-03-04 10:09:54 -08:00
Xue-Lei Andrew Fan
3c244740c6 8148108: Disable Diffie-Hellman keys less than 1024 bits
Reviewed-by: vinnie, mullan
2016-03-04 14:04:01 +00:00
Xue-Lei Andrew Fan
741bd9b060 8144566: Custom HostnameVerifier disables SNI extension
Reviewed-by: mullan, wetmore
2016-04-22 09:27:35 +00:00
Joe Darcy
0708e4c089 8151228: Mark TestDSAGenParameterSpec.java as intermittently failing
Reviewed-by: xuelei
2016-03-03 22:55:41 -08:00
Steve Drach
da10efd829 8150679: closed/javax/crypto/CryptoPermission/CallerIdentification.sh fails after fix for JDK-8132734
Also fixes JDK-8150920

Reviewed-by: psandoz, redestad
2016-03-03 09:47:40 -08:00
Chris Hegarty
d6208a2b4a 8150162: Move sun.misc.Version to a truly internal package
Reviewed-by: alanb, iris, mchung, rriggs
2016-03-03 12:07:13 +00:00
Joe Darcy
887760ee88 8151835: Mark SmallPrimeExponentP.java as intermittently failing
Reviewed-by: vinnie
2016-03-14 10:48:18 -07:00
Artem Smotrakov
1c1cec5a6f 8151734: Mark Unreachable.java and MaxRetries.java as intermittently failing
Reviewed-by: weijun
2016-03-11 17:07:57 -08:00
David Dehaven
2830a624b5 Merge 2016-02-29 09:00:35 -08:00
Sean Mullan
e868165acc 8138653: Default key sizes for the AlgorithmParameterGenerator and KeyPairGenerator implementations should be upgraded
Reviewed-by: coffeys, vinnie
2016-03-07 10:10:04 -05:00
David Dehaven
f328f006fc Merge 2016-02-24 08:58:31 -08:00
Roger Riggs
aa585fa3cf 8150337: sun/misc/SunMiscSignalTest.java failed intermittently
Correct test to allow for signals to be ignored

Reviewed-by: bpb
2016-02-23 17:19:28 -05:00
Laurent Bourgès
1036ce73ea 8148886: SEGV in sun.java2d.marlin.Renderer._endRendering
Handle reentrancy in both AAShapePipe and MarlinRenderingEngine using new sun.java2d.ReentrantContextProvider implementations

Reviewed-by: flar, prr
2016-02-23 22:07:27 +01:00
David Dehaven
c067e0428b Merge 2016-02-23 09:11:19 -08:00
Steve Drach
4054254344 8132734: JDK 9 runtime changes to support multi-release jar files
JEP 238 Multi-Release JAR Files runtime support

Reviewed-by: alanb, psandoz, sherman
2016-02-15 17:47:53 -08:00
Laurent Bourgès
073470bedb 8149338: JVM Crash caused by Marlin renderer not handling NaN coordinates
Use first / last Y crossings to compute edge min/max Y and ensure consistency with edgeBuckets / edgeBucketCounts arrays

Reviewed-by: flar, prr
2016-02-11 09:08:15 +01:00
David Dehaven
5feab91d1b Merge 2016-02-02 11:50:55 -08:00
Anthony Scarpino
62e1a7c628 8145344: Add SHA1 and SHA-224 to preferred provider list for solaris-sparc
Reviewed-by: vinnie, jnimeh
2016-02-02 11:27:18 -08:00
David Dehaven
4ba2917e46 Merge 2016-02-02 10:03:14 -08:00
Chris Hegarty
5765b5b4f0 8148117: Move sun.misc.Cleaner to jdk.internal.ref
Reviewed-by: alanb, rriggs
2016-02-02 08:59:52 +00:00
Alejandro Murillo
117b2fe8c0 Merge 2016-02-01 10:07:37 -08:00
Joe Darcy
1685766e91 8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
Reviewed-by: alanb
2016-01-29 17:03:17 -08:00
Alejandro Murillo
b8e0f8aa93 Merge 2016-01-28 16:30:39 -08:00
Tobias Hartmann
d047668eee Merge 2016-01-28 09:49:18 +01:00
Jesper Wilhelmsson
2730f42693 Merge 2016-01-26 17:13:17 +01:00
Tobias Hartmann
7565509d93 Merge 2016-01-26 09:11:59 +01:00
Alan Bateman
3573d65040 8148147: Sync up @modules from jigsaw/jake
Reviewed-by: chegar, mchung
2016-01-25 19:01:19 +00:00
Sergey Bylokhov
57e0ace082 8074165: Deprecate support for AppletViewer
Reviewed-by: almatvee, ssadetsky
2016-01-22 15:46:24 +03:00
David Dehaven
8969d1404a Merge 2016-01-21 14:49:02 -08:00
Artem Smotrakov
c0662e94e8 8138990: Implementation of HTTP Digest authentication may be more flexible
Reviewed-by: michaelm
2016-01-21 09:15:31 -08:00
Bhanu Prakash Gopularam
298315e8f8 8133085: Avoid creating instances of security providers when possible
Reviewed-by: mullan
2016-01-20 09:21:57 -08:00
Tobias Hartmann
6af2f8f8c4 Merge 2016-01-15 09:15:33 +01:00
Jesper Wilhelmsson
4173b11641 Merge 2016-01-14 17:14:32 +01:00
Jaroslav Bachorik
ca14c9d5c5 8146015: JMXInterfaceBindingTest is failing intermittently for IPv6 addresses
Reviewed-by: dfuchs, sspitsyn
2016-01-14 09:49:42 +01:00
Alejandro Murillo
70a4694f73 Merge 2016-01-12 11:31:48 -08:00
Konstantin Shefov
13e2eedb5f 8141615: Add new public methods to sun.reflect.ConstantPool
Reviewed-by: twisti, iignatyev, coleenp
2016-01-12 17:03:06 +03:00
Joseph Provino
32ec535805 Merge 2016-01-07 20:06:51 +00:00
Joseph Provino
e253422eff Merge 2016-01-06 02:31:59 +00:00
Alejandro Murillo
8f53087d6e Merge 2016-01-05 13:08:05 -08:00
Bhanu Prakash Gopularam
7123bf01ab 8129560: TestKeyPairGenerator.java fails on Solaris because private exponent needs to comply with FIPS 186-4
Reviewed-by: mullan
2016-01-04 19:48:44 -08:00
Jaroslav Bachorik
27368685db 8145982: JMXInterfaceBindingTest is failing intermittently
Reviewed-by: chegar, sgehwolf, olagneau
2016-01-04 10:07:08 +01:00
Weijun Wang
7d0509800c 8146377: test/sun/security/tools/jarsigner/concise_jarsigner.sh failing
Reviewed-by: xuelei
2016-01-04 17:03:59 +08:00
Joseph Provino
a02ddb869a Merge 2016-01-01 17:08:24 +00:00
David Dehaven
83802373ee Merge 2016-01-12 13:13:16 -08:00
Laurent Bourgès
faa243834a 8146076: Fail of sun/java2d/marlin/CeilAndFloorTests.java with Jigsaw
Added jtreg tag @modules java.desktop/sun.java2d.marlin

Reviewed-by: prr
2016-01-09 14:04:32 +01:00
Phil Race
a951b32503 Merge 2016-01-05 10:38:10 -08:00
Jaroslav Bachorik
ee5b325911 8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials
Reviewed-by: dfuchs
2015-12-28 12:16:09 +01:00
Roger Riggs
1ea7533dbf 8149750: Decouple sun.misc.Signal from the base module
Reviewed-by: chegar, dholmes
2016-02-18 14:44:50 -05:00
Amy Lu
2d281f78c4 8149920: Remove intermittent key from jdk_core tests
Reviewed-by: darcy
2016-02-18 09:50:55 +08:00
Amy Lu
8cb5467269 8149922: Remove intermittent key from security tests
8150047: Remove SSLSession/SessionCacheSizeTests from ProblemList

Reviewed-by: xuelei
2016-02-18 09:46:07 +08:00