Commit Graph

10821 Commits

Author SHA1 Message Date
Brent Christian
42def03716 8049373: All compact profiles builds fail following JDK-8044473
Update compact profile contents

Reviewed-by: mchung
2014-10-22 14:42:14 -07:00
Brent Christian
e99423e062 8044473: Allow for extended set of platform MXBeans
Add ExtendedPlatformComponent

Reviewed-by: dfuchs
2014-09-05 09:45:13 -07:00
Valerie Peng
55312612fb 8061574: 9-dev solaris-amd64 and solaris-sparcv9 build fail on 2014-10-20
Add a custom header file for native ucrypto functions

Reviewed-by: mchung
2014-10-24 22:54:16 +00:00
Vladimir Ivanov
0c95b0fb5f 8060483: NPE with explicitCastArguments unboxing null
Reviewed-by: attila, lagergren
2014-10-24 08:22:17 -07:00
Kumar Srinivasan
06ca522eff 8061830: [asm] refresh internal ASM version v5.0.3
Reviewed-by: psandoz, sundar
2014-10-24 06:18:00 -07:00
Dave Pointon
2e4998b00f 8061924: demos target fails if users CDPATH is incorrectly set
Reviewed-by: erikj
2014-10-24 11:45:36 +02:00
Lana Steuck
59b49d1f0e Merge 2014-10-23 13:44:28 -07:00
David Katleman
0d39a08e17 Added tag jdk9-b36 for changeset f470dec57bab 2014-10-23 11:19:25 -07:00
Dmitry Samersoff
a04c2ed2f5 8029465: warnings from b118 for jdk.src.share.native.sun.management: JNI exception pending
Added missed exception check

Reviewed-by: dholmes, sspitsyn, fparain
2014-10-23 04:57:00 -07:00
Daniel Fuchs
59ca72f0eb 8059767: FileHandler should allow 'long' limits and handle overflow of MeteredStream.written
FileHandler now uses 'long' for limit and MeteredStream.written. It also reads a long for limit from the configuration, and has a new constructor allowing to pass a 'long' for limit.

Reviewed-by: alanb, igerasim, mchung
2014-10-22 17:23:14 +02:00
Pavel Rappo
023d824a43 8042888: Remove extcheck tool
Reviewed-by: alanb, chegar
2014-10-22 10:41:07 +01:00
Jaroslav Bachorik
c603f42b91 8056143: interrupted java/lang/management/MemoryMXBean/LowMemoryTest.java leaves running process
Reviewed-by: sla, dholmes
2014-10-17 10:53:30 +02:00
Shanliang Jiang
d64da6c76e 8060692: Delete com/sun/jmx/snmp and sun/management/snmp from OpenJDK
Reviewed-by: alanb, dfuchs, erikj, mchung
2014-10-22 09:13:52 +02:00
Alejandro Murillo
f0c02512ea Merge 2014-10-21 13:56:58 -07:00
Lance Andersen
fc36466f8f 8059411: RowSetWarning does not chain warnings
Reviewed-by: darcy, smarks, mchung
2014-10-21 13:41:22 -04:00
Valerie Peng
dc60e274ff 8046002: Move Ucrypto to the open jdk repo
Move Ucrypto related sources, tests to openJDK

Reviewed-by: mullan
2014-10-20 21:18:48 +00:00
Sean Mullan
4725c25095 8058547: Memory leak in ProtectionDomain cache
Reviewed-by: weijun
2014-10-20 12:54:36 -04:00
Florian Weimer
569ddab868 8061464: A typo in CipherTestUtils test
Reviewed-by: xuelei
2014-10-20 13:31:44 +00:00
Alejandro Murillo
d89ff24e1a Merge 2014-10-17 07:58:57 -07:00
Jaroslav Bachorik
c27e2c99f4 8061312: Even more debug output needed
Reviewed-by: sla, olagneau
2014-10-17 12:20:34 +02:00
Kirk Shoop
d03eadea27 8060170: Support SIO_LOOPBACK_FAST_PATH option on Windows
Co-authored-by: Valeriy Kopylov <v-valkop@microsoft.com>
Reviewed-by: alanb
2014-10-19 11:52:53 +01:00
Michael McMahon
80b26e5882 8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
Reviewed-by: chegar
2014-10-17 10:59:32 +01:00
Amy Lu
f9e2e24757 8060432: tools/pack200/TestNormal.java fails on Windows with java.io.FileNotFoundException after JDK-8058854
Reviewed-by: ksrini
2014-10-16 19:27:46 -07:00
Lana Steuck
46fb368afe Merge 2014-10-16 14:14:57 -07:00
David Katleman
3e05299684 Added tag jdk9-b35 for changeset 4bee12591374 2014-10-16 12:02:05 -07:00
Jamil Nimeh
823f5f273e 8032573: CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input
Reviewed-by: weijun
2014-10-15 11:43:27 -07:00
Pavel Rappo
4bf024dde1 8044627: Update JNDI to work with modules
Reviewed-by: alanb, chegar
2014-10-16 12:34:07 +01:00
Amanda Jiang
3f4fc41640 8047031: Add SocketPermission tests for legacy socket types
Reviewed-by: chegar
2014-10-16 10:50:17 +01:00
Erik Joelsson
972cb662d8 8055191: Split GensrcProperties.gmk into separate modules
Reviewed-by: tbell
2014-10-16 10:37:57 +02:00
Aleksey Shipilev
c25af2a638 8060485: (str) contentEquals checks the String contents twice on mismatch
Reviewed-by: martin, chegar, alanb
2014-10-14 19:35:03 +02:00
Henry Jen
aa48d0f22b Merge 2014-10-14 23:22:00 -07:00
Mandy Chung
9db8ce689b 8059083: Remove jdk.compact3 from modules.xml
Reviewed-by: alanb
2014-10-14 20:26:15 -07:00
David Dehaven
883d16c219 Merge 2014-10-14 10:47:45 -07:00
Olivier Lagneau
7f66469951 8039915: Wrong NumberFormat.format() HALF_UP rounding when last digit exactly at rounding position greater than 5
Fixes erroneous rounding in DigitList for corner cases uncovered previously. Adds dedicated unit tests to TieRoundingTest

Reviewed-by: bpb, darcy
2014-10-14 11:39:07 -07:00
Alejandro Murillo
ab74151264 Merge 2014-10-14 06:04:11 -07:00
Daniel D. Daugherty
ba69f3e290 Merge 2014-10-10 08:29:38 -07:00
Jaroslav Bachorik
99c9dc1b32 8060120: Improve diagnostic output of StartManagementAgent test
Reviewed-by: dfuchs
2014-10-10 14:35:53 +02:00
Masayoshi Okutsu
b7065f7ee1 8060006: No Russian time zones mapping for Windows
Reviewed-by: peytoia, aefimov
2014-10-14 15:20:41 +09:00
Weijun Wang
cd3c6765c2 8044215: Unable to initiate SpNego using a S4U2Proxy GSSCredential (Krb5ProxyCredential)
Reviewed-by: mullan
2014-10-14 10:08:32 +08:00
Weijun Wang
5468e30603 8029659: Keytool, print key algorithm of certificate or key entry
Reviewed-by: xuelei
2014-10-14 10:07:44 +08:00
Joe Wang
495821f1b2 8036951: Xerces Update: XMLSchemaValidator.java and XMLSchemaLoader.java
Reviewed-by: lancea
2014-10-13 14:11:20 -07:00
Amy Lu
a708737ce9 8058856: tools/jar/LeadingGarbage.java, introduced in JDK-8058520, fails on Windows
Reviewed-by: alanb, martin, sherman
2014-10-13 18:16:29 +01:00
Amy Lu
ffe5e6e34c 8058854: Remove dependency on dt.jar from test/tools/jar/normalize/TestNormal.java
Reviewed-by: alanb, ksrini
2014-10-13 17:43:17 +01:00
Alan Bateman
7467e9bd34 8060166: javax/management/MBeanInfo/NotificationInfoTest.java fails with modular image
Reviewed-by: dfuchs
2014-10-13 17:35:19 +01:00
Felix Yang
b52b3773e9 8048052: Permission tests for setFactory
Add RuntimePermission tests for setFactory

Reviewed-by: weijun, mullan
2014-10-13 17:55:14 +08:00
Chris Hegarty
1a2e64b98b 8060052: FutureTask; fix underflow when timeout = Long.MIN_VALUE
Reviewed-by: martin
2014-10-11 14:45:27 +01:00
Amy Lu
9b4793ec4c 8058855: Update java.util.zip tests to work with modular image
Reviewed-by: dholmes, sherman, alanb
2014-10-11 13:24:23 +01:00
Konstantin Shefov
30f7d127ad 8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
Reviewed-by: darcy, vlivanov
2014-10-10 21:28:35 +04:00
Daniel Fuchs
d678e2c0dc 8042147: test sun/util/logging/SourceClassName.java failed: Unexpected source: java.util.Currency info
The test should allow for the possibility that something else than the test code itself might log during the test.

Reviewed-by: lancea
2014-10-10 12:05:32 +02:00
Alejandro Murillo
9dc15d58dc Merge 2014-10-10 02:24:41 -07:00