Commit Graph

9501 Commits

Author SHA1 Message Date
Alexander Stepanov
5611388a3d 8038493: Tidy warnings cleanup for java.sql
Reviewed-by: lancea, chegar
2014-03-28 15:56:24 +04:00
Volker Simonis
dc7ab2363c 8038233: Fix unsafe strcpy in Java_sun_tools_attach_{Aix,Bsd,Linux}VirtualMachine_connect()
Reviewed-by: alanb
2014-03-28 11:57:02 +01:00
Alexander Stepanov
a916ed751a 8038242: Tidy warnings cleanup for java.awt.datatransfer, java.awt.dnd, java.awt.event
Reviewed-by: pchelko, serb
2014-03-28 14:33:53 +04:00
Mandy Chung
d056456ee8 8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder
Reviewed-by: alanb, sherman
2014-03-27 17:11:28 -07:00
Chris Hegarty
d7853cdac7 8038459: Remove superflous classes on platforms without an implementation [macosx, aix]
Reviewed-by: erikj
2014-03-27 13:42:39 +00:00
Valerie Peng
7c1f3f86f8 8031003: [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
Fix pending exception errors found by parfait.

Reviewed-by: weijun
2014-03-26 23:53:22 +00:00
Chris Hegarty
efd4316d45 8038438: Review comments from 8034181
Reviewed-by: alanb
2014-03-26 20:57:49 +00:00
Pavel Rappo
ea02a62024 8035158: Remove dependency on sun.misc.RegexpPool and friends
Reviewed-by: chegar, michaelm
2014-03-26 19:53:07 +00:00
Mandy Chung
ee93384db3 8038177: Eliminate unnecessary dependency to sun.security.action
Reviewed-by: chegar, alanb
2014-03-26 09:00:49 -07:00
Alan Bateman
b7a4487e54 8038343: Eliminate use of reflection to access JavaBeans Introspector
Reviewed-by: mchung, malenkov
2014-03-26 12:25:09 +00:00
Ivan Gerasimov
0c0e4775d4 8014066: Remove redundant restriction from ArrayList#removeRange() spec
Reviewed-by: chegar, dholmes, martin, mduigou
2014-03-26 15:58:37 +04:00
Sean Mullan
99775bfc54 Merge 2014-03-25 20:32:46 -04:00
Rajan Halade
3092f76b6e 8037258: AIOB while parsing CRL for revoked certificate
Reviewed-by: mullan
2014-03-25 20:32:07 -04:00
Lana Steuck
3a091b8f47 Merge 2014-03-25 14:51:01 -07:00
Lana Steuck
7cee5f2093 Merge 2014-03-25 12:32:28 -07:00
Michael Cui
df046b387e 8031563: TEST_BUG: java/nio/channels/Selector/ChangingInterests.java failed once
Reviewed-by: alanb
2014-03-25 10:14:09 +00:00
Chris Hegarty
6f3216994c 8034181: SIGBUS in SctpChannelImpl receive
Reviewed-by: alanb, dsamersoff
2014-03-25 09:31:37 +00:00
Pavel Rappo
a9f20cb4c7 8038163: Build failure on Mac OS 10.9.2 (Mavericks) due to warning treated as error
Add parentheses to conditional expression to appease compiler.

Reviewed-by: sla, alanb
2014-03-24 14:35:32 -07:00
Stephen Colebourne
a25bcf0ac0 8033662: DateTimeFormatter parsing ignores withZone()
To include the set "zone" in resolved result

Reviewed-by: sherman, chegar
2014-03-24 12:47:02 -07:00
Paul Sandoz
0ba46cd40c 8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
Reviewed-by: alanb
2014-03-24 17:07:08 +01:00
Alan Bateman
252aa24c76 8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
Reviewed-by: chegar
2014-03-24 15:09:47 +00:00
Jaroslav Bachorik
676f82b33f 8037274: sun.tools.attach.WindowsVirtualMachine#createPipe() needs more descriptive message when pipe creation fails
Reviewed-by: alanb, dcubed, allwin
2014-03-24 13:16:25 +01:00
Ivan Gerasimov
be3c17a489 6943190: TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands
Reviewed-by: martin, rriggs, alanb
2014-03-24 14:14:03 +04:00
David Dehaven
84a944681a 8038027: DTDBuilder should be run in headless mode
Reviewed-by: ihse
2014-03-24 10:40:19 +01:00
Staffan Larsen
5deaaa84e9 8037225: sun/tools/jinfo/Basic.sh fails
Reviewed-by: alanb
2014-03-21 14:45:54 +01:00
Staffan Larsen
966f3bc845 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
Reviewed-by: alanb
2014-03-21 09:38:04 +01:00
Mark Sheppard
f60c942caa 8035870: Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions
NI return checks, NULL return checks for malloc added

Reviewed-by: alanb, chegar
2014-03-21 00:57:23 +00:00
Mark Sheppard
4d1b400d2d 8036607: JNI exception pending in jdk/src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c
Check for JNI pending exception and NULL returns from JNI calls in DualStackPlainDatagramSocketImpl.c

Reviewed-by: alanb
2014-03-21 00:13:40 +00:00
Mark Sheppard
299a78721f 8025293: JNI exception pending checks in java.net
Enhance the return check for JNI native calls, check for NULL and pending exceptions

Reviewed-by: alanb, chegar
2014-03-21 00:01:59 +00:00
Mark Sheppard
d278ecae87 8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions
Check for JNI pending exceptions. Add null checks after malloc calls

Reviewed-by: alanb, chegar
2014-03-20 23:34:38 +00:00
Mark Sheppard
e506d671fa 8035930: Check jdk/src/windows/native/java/io/io_util_md.c for JNI pending exceptions
Malloc null return checks and pending exception checks

Reviewed-by: alanb
2014-03-20 23:12:55 +00:00
Mark Sheppard
6e01e594da 8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c
Check JNI return values, check for pending exceptions, check malloc return value and raise OOME as needed

Reviewed-by: alanb
2014-03-20 22:57:39 +00:00
Lance Andersen
5163011f0e 8037507: Fix broken link in javax/sql/rowset/package.html
Reviewed-by: darcy
2014-03-20 18:18:11 -04:00
Mark Sheppard
3a73293102 8036601: JNI exception pending in jdk/src/windows/native/sun/net/dns/ResolverConfigurationImpl.c
Check JNI return values and pending exceptions, Check malloc returns, and throw OOME as appropriate

Reviewed-by: alanb
2014-03-20 21:27:22 +00:00
Mark Sheppard
86b7f002f4 8036609: Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions
Added ExceptionCheck fater JNI calls

Reviewed-by: chegar
2014-03-20 21:14:51 +00:00
Mark Sheppard
706fe7b1db 8036603: Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions
Added JNI call NULL return checks

Reviewed-by: alanb, mchung
2014-03-20 21:03:43 +00:00
David Katleman
01cf229bac Added tag jdk9-b05 for changeset da7dce5b111a 2014-03-20 13:44:28 -07:00
David Li
c50512a06d 8035577: Xerces Update: impl/xpath/regex/RangeToken.java
Reviewed-by: lancea, alanb, sherman, joehw
2014-03-20 13:41:17 -07:00
Mark Sheppard
226c059658 8036134: Check src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c for JNI pending exceptions
Check malloc return value and added JUN_ThrowOutOfMemoryException

Reviewed-by: alanb
2014-03-20 16:19:08 +00:00
Mark Sheppard
6202e3a60d 8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind
Intermittent test failure leaves server process - add server pid to test's kill -9 command

Reviewed-by: chegar
2014-03-20 15:25:57 +00:00
Anthony Scarpino
fff6b1883a 7107611: sun.security.pkcs11.SessionManager is scalability blocker
Reviewed-by: valeriep
2014-03-19 11:48:06 -07:00
Staffan Larsen
eaf70842b7 8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
Reviewed-by: alanb
2014-03-19 19:05:13 +01:00
Lana Steuck
3209e7a932 Merge 2014-03-18 17:48:07 -07:00
Rajan Halade
56b41822fb 8033271: Manual security tests have @ignore rather than @run main/manual
Reviewed-by: xuelei, wetmore
2014-03-18 15:04:59 -07:00
Kumar Srinivasan
8725d75174 8037529: [asm] add back @Suppress tags, removed by last bulk refresh
Reviewed-by: psandoz
2014-03-18 10:02:25 -07:00
Erik Joelsson
cd9da7c362 8037483: issue with the crypto / sec zip unzipping in the jdk8 build
Reviewed-by: ihse
2014-03-18 12:31:16 +01:00
Paul Sandoz
761e2c85b3 8037106: Optimize Arrays.asList(...).forEach
Reviewed-by: alanb, martin, mduigou, ulfzibis
2014-03-18 11:24:38 +01:00
Volker Simonis
02186906ef 8037013: [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX
Reviewed-by: mchung, alanb
2014-03-18 11:10:53 +01:00
Xue-Lei Andrew Fan
451daea8f4 8037346: Need to terminate server process if client runs into problems
Reviewed-by: weijun
2014-03-17 10:07:13 +00:00
Kumar Srinivasan
47e00453cc 8037221: [asm] refresh internal ASM version
Reviewed-by: psandoz, sundar
2014-03-14 08:44:39 -07:00