Dmitry Samersoff
696e681f41
8059037: JdpTest.sh hangs when trying to kill the test VM
...
Removed shell tests enable java ones
Reviewed-by: sla, miauno
2014-10-09 06:49:13 -07:00
Weijun Wang
76b1f8c99c
8060007: Keytool test can use bundled NSS lib on Mac
...
Reviewed-by: vinnie
2014-10-09 16:05:24 +08:00
Thomas Stuefe
e74ec72482
8059868: JVM crashes on attach on Windows when compiled with /RTC1
...
Reviewed-by: alanb, sla
2014-10-07 15:14:05 +02:00
Lance Andersen
35f55998f2
8059870: RowsetFactoryTests & RowSetProviderTests failing
...
Reviewed-by: dfuchs
2014-10-08 11:51:36 -04:00
Jason Uh
6ca1b64883
8037550: Update RFC references in javadoc to RFC 5280
...
Reviewed-by: mullan
2014-10-07 22:23:19 -07:00
Mandy Chung
cc65df9be1
8056909: test/sun/reflect/CallerSensitive/CallerSensitiveFinder.java fails with OOME
...
Reviewed-by: darcy
2014-10-07 19:22:24 -07:00
John Coomes
7f045273f6
Merge
2014-10-07 15:44:11 -07:00
Lance Andersen
0898c94aac
8059882: Disable RowSetFactory and RowSetProviderTests which are failing due to agentvm mode
...
Reviewed-by: darcy
2014-10-07 14:03:43 -04:00
Daniel Fuchs
9183fba213
8028788: Logger.enterring uses String concatenation in a loop
...
Changed code to use StringBuilder instead.
Reviewed-by: chegar, lancea
2014-10-07 14:49:45 +02:00
Ivan Gerasimov
cb935d3522
8059840: (bb) Typo in javadoc for ByteBuffer.wrap()
...
Reviewed-by: dfuchs
2014-10-07 14:00:24 +04:00
Lance Andersen
9547e0ff45
8059570: Addition of tests for RowSetFactory and RowSetProvider
...
Reviewed-by: dfuchs
2014-10-06 12:56:54 -04:00
Vinnie Ryan
3215ed2f0a
8059627: Enable PKCS11 tests on Mac
...
Reviewed-by: mullan
2014-10-06 16:44:57 +01:00
Vinnie Ryan
a8d4acac11
8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
...
Reviewed-by: mullan
2014-10-05 14:24:44 +01:00
Lana Steuck
b8b4e8e0e7
Merge
2014-10-03 12:11:44 -07:00
Lana Steuck
14ac4b8120
Added tag jdk9-b33 for changeset f9efcf2457e3
2014-10-03 11:07:09 -07:00
Alejandro Murillo
0fbb19a4cb
Merge
2014-10-03 05:58:33 -07:00
Vinnie Ryan
6069b26a31
8048512: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
...
Reviewed-by: mullan
2014-10-03 13:07:05 +01:00
Konstantin Shefov
8bef42ee6a
8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
...
Reviewed-by: iignatyev, vlivanov
2014-10-03 12:44:30 +04:00
Sean Coffey
9f89f1d4da
8031191: Warning exception when XMLSignature logging is enabled
...
Reviewed-by: mullan, chegar
2014-10-02 17:34:44 +01:00
Ivan Gerasimov
629f38682e
8059450: Not quite correct code sample in javadoc
...
Reviewed-by: chegar
2014-10-01 23:10:34 +04:00
Daniel Fuchs
7200372290
8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
...
Added additional check in default constructor in order to fix the oddity and make the implementation comply with the spec.
Reviewed-by: lancea
2014-10-01 18:16:45 +02:00
Mark Sheppard
4549011c7f
8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
...
Changed hello.foo.bar to invalidhost.invalid
Reviewed-by: chegar
2014-10-01 16:36:18 +01:00
Alejandro Murillo
427a0cbe16
Merge
2014-09-30 08:39:22 -07:00
Vinnie Ryan
562f2882bd
8059462: Typo in keytool resource file
...
Reviewed-by: weijun
2014-09-30 13:25:04 +01:00
Weijun Wang
47ec885497
8058657: Add @jdk.Exported to com.sun.jarsigner APIs
...
Reviewed-by: alanb, mchung
2014-09-30 13:38:58 +08:00
Daniel Fuchs
9087c7536e
8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
...
NPE may be thrown when Path.getParentPath() returns null. The fix is to call Path.getAbsolutePath().getParentPath() when Path.getParentPath() returns null.
Reviewed-by: alanb
2014-09-29 18:56:32 +02:00
Fredrik Arvidsson
f590301559
8059105: Add better failure reporting to com/sun/jdi/RunToExit.java test
...
Add better failure reporting to com/sun/jdi/RunToExit.java test
Reviewed-by: sla, egahlin, jbachorik
2014-09-29 10:01:17 +02:00
Weijun Wang
4a99ec3dce
8059313: Enable keytool NSS test on Mac
...
Reviewed-by: vinnie
2014-09-28 10:42:50 +08:00
Bradford Wetmore
a035e47deb
8059307: OpenJDK build problem with JDK-8058845
...
Reviewed-by: alanb
2014-09-27 03:49:31 +00:00
Bradford Wetmore
3bfea67a9d
8058845: Update JCE environment for build improvements
...
Reviewed-by: mullan, alanb, erikj, mchung, katleman
2014-09-26 17:05:05 -07:00
Alan Bateman
e75c0c5e74
8049389: Move orb.idl and ir.idl to JDK include directory
...
Reviewed-by: erikj
2014-09-26 22:24:50 +01:00
Daniel Fuchs
0a6f6d9d89
8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
...
Added two new methods to LogManager (addConfigurationListener/removeConfigurationListener) which provide an equivalent functionality with no ties to java.beans.
Reviewed-by: alanb, mchung, plevart, psandoz
2014-09-26 11:29:29 +02:00
Alejandro Murillo
9e10c63840
Merge
2014-09-26 01:40:33 -07:00
Masayoshi Okutsu
77dc5d3c63
8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
...
Reviewed-by: naoto
2014-09-26 12:52:18 +09:00
Lana Steuck
9eedbc0747
Merge
2014-09-25 16:20:38 -07:00
Jesper Wilhelmsson
35d8455acd
Merge
2014-09-25 23:46:06 +02:00
Phil Race
fee4fbec38
Merge
2014-09-25 14:18:32 -07:00
David Katleman
4f13da209a
Added tag jdk9-b32 for changeset 6558cf507217
2014-09-25 12:40:26 -07:00
Vinnie Ryan
aeecc19f04
8056026: Debug security logging should print Provider used for each crypto operation
...
Reviewed-by: mullan
2014-09-25 12:24:19 +01:00
Miroslav Kos
0a17643e73
8038966: JAX-WS handles wrongly xsd:any arguments for Web services
...
Reviewed-by: coffeys
2014-09-25 13:03:27 +02:00
Jaroslav Bachorik
22ced78f0a
8059034: ProcessTools.startProcess() might leak processes
...
Reviewed-by: sla, miauno
2014-09-25 12:51:43 +02:00
Brent Christian
c0f7675bb7
8050142: Optimize java.util.Formatter
...
Reviewed-by: sherman, bchristi, lagergren
2014-09-24 15:02:19 -07:00
Ivan Gerasimov
5d6a7146ba
8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
...
Reviewed-by: alanb
2014-09-25 00:19:11 +04:00
Aleksey Shipilev
e3bda3bd0a
8058643: (str) Re-examine hashCode implementation
...
Reviewed-by: martin, alanb, sherman, redestad
2014-09-24 09:43:10 -07:00
Srinivasan Raghavan
f07521a354
8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
...
Reviewed-by: serb, prr
2014-09-24 14:19:25 +04:00
Jaroslav Bachorik
2d52d7e64d
8057149: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "Starting agent on port ... should report port in use"
...
Reviewed-by: sla
2014-09-24 11:55:36 +02:00
Jaroslav Bachorik
d6f69e8da5
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
...
Reviewed-by: sla
2014-09-24 11:55:27 +02:00
Brian Burkhalter
a5187396f5
4477961: java.lang.Math.toDegrees(double) could be optimized
...
Change toDegrees() and toRadians() to multiplication by a compile-time constant.
Reviewed-by: mduigou, shade
2014-09-22 16:59:23 -07:00
Phil Race
4f42e3fa2c
Merge
2014-09-22 12:06:36 -07:00
Andrew Brygin
ce60f8015f
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
...
Reviewed-by: alexp
2014-09-22 15:57:34 +01:00