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 |
|
Erik Joelsson
|
1afb74429d
|
8010767: Build fails on OEL6 with 16 cores
Reviewed-by: tbell, ihse
|
2014-03-14 13:17:23 +01:00 |
|
Aleksei Efimov
|
1b8b577a18
|
8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time
Reviewed-by: coffeys, okutsu
|
2014-03-14 15:50:20 +04:00 |
|
Aleksei Efimov
|
f461af84fd
|
8037012: (tz) Support tzdata2014a
Reviewed-by: coffeys, okutsu, sherman
|
2014-03-14 15:49:46 +04:00 |
|
Erik Joelsson
|
afa5b5c349
|
8037281: Improve CacheFind and enable on all platforms
Reviewed-by: tbell, ihse
|
2014-03-14 12:31:28 +01:00 |
|
Weijun Wang
|
6a81209e6f
|
8037262: typo in error message in KrbAsReq.authenticate()
Reviewed-by: mullan, juh
|
2014-03-14 09:29:16 +08:00 |
|
Artem Smotrakov
|
727989dc5d
|
8028591: NegativeArraySizeException in sun.security.util.DerInputStream.getUnalignedBitString()
Reviewed-by: mullan, weijun
|
2014-03-13 15:13:22 +08:00 |
|
Ivan Gerasimov
|
106b5b9af8
|
7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
Reviewed-by: chegar, alanb
|
2014-03-13 07:52:17 +04:00 |
|
Ivan Gerasimov
|
91eeeafb13
|
8036088: Replace strtok() with its safe equivalent strtok_s() in DefaultProxySelector.c
Reviewed-by: chegar
|
2014-03-13 07:24:12 +04:00 |
|