Mattias Tobiasson
|
40041ce438
|
6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
Uses common testlibrary to find executable. Removed NullPointerExceptions. Log more.
Reviewed-by: sla
|
2014-01-21 15:17:57 +01:00 |
|
Erik Joelsson
|
6da9c36ee0
|
8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data
Reviewed-by: alanb, naoto, ihse, tbell
|
2014-02-18 08:46:37 +01:00 |
|
Sean Mullan
|
2ef59ffae4
|
Merge
|
2014-02-17 11:37:46 -05:00 |
|
Sean Mullan
|
7699817903
|
8025708: Certificate Path Building problem with AKI serial number
Reviewed-by: xuelei, juh
|
2014-02-17 11:36:40 -05:00 |
|
Amanda Jiang
|
2b1f66ac95
|
8031661: java/net/Authenticator/B4769350.java failed intermittently
Reviewed-by: michaelm
|
2014-02-17 11:27:18 +00:00 |
|
Jaroslav Bachorik
|
431e7d6c39
|
8034177: sun/management/jmxremote/startstop/JMXStartStopTest.java should report port in use
Reviewed-by: dfuchs, sjiang
|
2014-02-17 09:43:12 +01:00 |
|
Ivan Gerasimov
|
878d40f04e
|
4682009: Typo in javadocs in javax/naming
Reviewed-by: lancea, alanb
|
2014-02-15 10:17:35 +04:00 |
|
Alan Bateman
|
ee719c94cd
|
8034943: Eliminate Kerberos dependency on com.sun.security.auth to avoid circular dependency
Reviewed-by: weijun
|
2014-02-14 15:21:26 +00:00 |
|
Volker Simonis
|
063b3a7453
|
8034801: AIX: (ch) Fix synchronization issue in AixPollPort.java
Reviewed-by: alanb
|
2014-02-14 11:23:58 +01:00 |
|
Tristan Yan
|
39d3c424cb
|
8030844: sun/rmi/rmic/classpath/RMICClassPathTest.java timeout in same binaries run
Reviewed-by: smarks
|
2014-02-13 11:15:56 +08:00 |
|
Lance Andersen
|
3b32d0da29
|
8034896: Correct Clob.free javadoc typo
Reviewed-by: dfuchs
|
2014-02-13 18:05:36 -05:00 |
|
Stuart Marks
|
935bd9f979
|
8034000: lack of /othervm option can cause some RMI tests to fail
Reviewed-by: darcy, alanb
|
2014-02-13 14:48:39 -08:00 |
|
Jason Uh
|
c4edb55592
|
8031025: SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
Reviewed-by: mullan
|
2014-02-13 11:47:43 -08:00 |
|
Erik Joelsson
|
708c2d8f03
|
8034193: Move X11 wrapper generator files to make/src and make/data
Reviewed-by: ihse, alanb, tbell
|
2014-02-13 17:40:43 +01:00 |
|
Erik Joelsson
|
ff24be63a7
|
8034179: Clean up nio genConstants
Reviewed-by: alanb, ihse
|
2014-02-13 17:14:24 +01:00 |
|
Michael Cui
|
dca4d10631
|
8028711: TEST_BUG: Shell tests should pass through VM options
Reviewed-by: alanb
|
2014-02-13 15:59:04 +00:00 |
|
Alan Bateman
|
4e71a94e91
|
8034856: gcc warnings compiling src/solaris/native/sun/security/pkcs11
8034857: gcc warnings compiling src/solaris/native/sun/management
Reviewed-by: sla, mullan
|
2014-02-13 14:08:12 +00:00 |
|
Magnus Ihse Bursie
|
cd941767e3
|
8034191: Move relevant parts of build system to new closed repo
Reviewed-by: erikj, tbell
|
2014-02-13 00:01:07 +01:00 |
|
Mandy Chung
|
328fa609d0
|
8030010: cleanup native code warnings
Co-authored-by: Francis Andre <francis.andre.kampbell@orange.fr>
Reviewed-by: alanb, lancea
|
2014-02-12 10:51:50 -08:00 |
|
Alan Bateman
|
fa26d0e934
|
8034102: Check solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c for JNI pending exceptions
Reviewed-by: chegar, henryjen
|
2014-02-12 17:51:31 +00:00 |
|
Alan Bateman
|
87ed9d213a
|
8034780: Remove used imports
Reviewed-by: sundar, chegar, lancea, dfuchs
|
2014-02-12 14:23:52 +00:00 |
|
Alan Bateman
|
961783d954
|
8034776: Remove sun.misc.Service
Reviewed-by: sundar, lancea, chegar
|
2014-02-12 14:07:55 +00:00 |
|
Weijun Wang
|
2b7c6c0d41
|
8034762: Move krb5.conf related tests into a single place
Reviewed-by: xuelei
|
2014-02-12 19:20:43 +08:00 |
|
Erik Joelsson
|
b7c3e72147
|
8034173: Move JavaApp.icns to proper place in make/data
Reviewed-by: ihse, tbell
|
2014-02-12 11:02:47 +01:00 |
|
Alan Bateman
|
bad49f6fba
|
8034182: Misc. warnings in java.net code
Reviewed-by: chegar
|
2014-02-11 16:43:57 +00:00 |
|
Staffan Larsen
|
8acc4717a2
|
8034176: Update mapfile for libjfr
Reviewed-by: erikj
|
2014-02-11 14:48:51 +01:00 |
|
Ivan Gerasimov
|
6b108289ad
|
8033943: Typo in the documentation for the class Arrays
Reviewed-by: martin
|
2014-02-08 00:22:33 +04:00 |
|
Daniel Fuchs
|
2f7d6e1157
|
8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
Adds a new test that verifies that the suspected root cause of JDK-8025512 does not cause NPE to be thrown.
Reviewed-by: mchung
|
2014-02-11 12:23:28 +01:00 |
|
Alan Bateman
|
804f3e85f3
|
8034175: Remove use of UseVMInterruptibleIO from tests
Reviewed-by: chegar
|
2014-02-11 10:49:07 +00:00 |
|
Alan Bateman
|
f776be9c0f
|
8034043: Native methods for preferences API should not be in libjava
8034026: SCDynamicStoreConfig.m should not be in src/macosx/native/java/util
Reviewed-by: erikj, weijun, mchung
|
2014-02-11 09:59:34 +00:00 |
|
Joe Darcy
|
d03152e11b
|
8034050: Fix serial lint warnings in javax.print
Reviewed-by: alanb, prr
|
2014-02-10 18:09:40 -08:00 |
|
Joe Darcy
|
401de1c53e
|
8034046: Fix serial lint warnings in javax.sound
Reviewed-by: alanb, serb
|
2014-02-10 08:53:13 -08:00 |
|
Rob McKenna
|
77bcb60eee
|
7152892: some jtreg tests fail with permission denied
Reviewed-by: coffeys
|
2014-02-10 14:35:42 +00:00 |
|
Jaroslav Bachorik
|
1cf765b9e8
|
6791551: ExclusiveBind.java has a race condition
Reviewed-by: sla, sjiang
|
2014-02-10 14:01:16 +01:00 |
|
Staffan Larsen
|
6720161012
|
8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
Reviewed-by: alanb, dsamersoff, jbachorik
|
2014-02-10 13:00:50 +01:00 |
|
Staffan Larsen
|
79bbec5d8a
|
8033917: Keep track of file paths in file streams and channels for instrumentation purposes
Reviewed-by: alanb, dsamersoff
|
2014-02-10 12:59:31 +01:00 |
|
Henry Jen
|
e956dc0c43
|
8033590: java.util.Comparator::thenComparing has unnecessary type restriction
Reviewed-by: psandoz
|
2014-02-06 10:30:18 -08:00 |
|
Xueming Shen
|
8cdace2575
|
8032012: String.toLowerCase/toUpperCase performance improvement
Updated the implementation to improve the performance
Reviewed-by: psandoz, forax
|
2014-02-07 09:04:17 -08:00 |
|
Mandy Chung
|
7be40556f6
|
8033900: Remove reference to JNU_Equals in GSSLibStub.c
Reviewed-by: valeriep
|
2014-02-06 16:42:25 -08:00 |
|
Mandy Chung
|
795c56d54b
|
8033893: jdk build is broken due to the changeset of JDK-8033370
Reviewed-by: naoto
|
2014-02-06 14:56:12 -08:00 |
|
Michael McMahon
|
3981cc3f41
|
8031588: warnings from b03 for jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
Reviewed-by: chegar, mullan
|
2014-02-06 22:12:09 +00:00 |
|
Naoto Sato
|
79938735a2
|
8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending
Reviewed-by: msheppar
|
2014-02-06 10:06:09 -08:00 |
|
Roger Riggs
|
81c4d4ed41
|
8033565: Remove unused nativeNewStringPlatform
Remove also nativeGetStringPlatformChars
Reviewed-by: mchung, dholmes, alanb
|
2014-02-06 11:01:27 -05:00 |
|
Alan Bateman
|
41ef9eed31
|
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
Reviewed-by: dfuchs
|
2014-02-06 15:43:35 +00:00 |
|
Chris Hegarty
|
2ffde4a993
|
8033778: ObjectIn/OutputStream improvements
Co-authored-by: Robert Stupp <snazy@gmx.de>
Reviewed-by: smarks, psandoz, mduigou, plevart
|
2014-02-06 14:45:12 +00:00 |
|
Vinnie Ryan
|
5911461228
|
8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586)
Reviewed-by: alanb
|
2014-02-06 12:24:42 +00:00 |
|
Alan Bateman
|
1754033d02
|
8033758: gcc warnings compiling jdk/src/share/back
Reviewed-by: dholmes, sla
|
2014-02-06 10:43:09 +00:00 |
|
Vinnie Ryan
|
aef65cc369
|
8025669: [parfait] warning from b62 for jdk.src.solaris.native.com.sun.security.auth.module: memory leak
Reviewed-by: alanb, chegar
|
2014-02-05 18:37:42 +00:00 |
|
Joe Darcy
|
5475110b72
|
8033616: Fix serial lint warnings in javax.imageio.*
Reviewed-by: alanb
|
2014-02-05 10:21:18 -08:00 |
|
Joe Darcy
|
8a6d9792ce
|
8033526: Fix serial lint warnings in java.awt.*
Reviewed-by: briangoetz
|
2014-02-05 10:15:45 -08:00 |
|