Commit Graph

25968 Commits

Author SHA1 Message Date
Zaiyao Liu
f34547460c 8050370: Need new regressions tests for messageDigest with DigestIOStream
Reviewed-by: weijun
2014-08-26 15:10:29 +08:00
Staffan Larsen
c46b22661c 8043981: Remove the JPDA demo
Reviewed-by: alanb
2014-08-26 07:57:03 +02:00
Staffan Larsen
8df06738ca 8043936: Drop HPROF as demo, keep as HPROF agent shipped with JDK
Reviewed-by: erikj, alanb
2014-08-26 07:55:08 +02:00
Alan Bateman
6d54a640e0 8055855: "make profiles" failing since refactoring of java.awt.datatransfer
Reviewed-by: dholmes
2014-08-25 09:20:49 +01:00
Peter Levart
250fbb065a 8049228: Improve multithreaded scalability of InetAddress cache
7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime for more precise and accurate

Reviewed-by: michaelm
2014-08-24 21:52:16 +02:00
Amy Lu
10489a3c6c 8055852: Add test/java/lang/Math/DoubleConsts.java and FloatConsts.java
Reviewed-by: mchung, darcy
2014-08-22 18:54:20 -07:00
Amy Lu
ff93fd2cce 8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
Reviewed-by: mchung, darcy
2014-08-22 14:56:09 -07:00
Ivan Gerasimov
13da43d0d4 8055731: sun/security/smartcardio/TestDirect.java throws java.lang.IndexOutOfBoundsException
Reviewed-by: valeriep
2014-08-23 01:05:50 +04:00
Jaroslav Bachorik
c3ba2ec46d 8040692: [TESTBUG] sun/management/jmxremote/bootstrap/JvmstatCountersTest.java requires -XX:+UsePerfData option to pass on embedded platforms
Reviewed-by: sla
2014-08-21 14:36:49 +02:00
Evgeniya Stepanova
cd181f5b09 8055393: [Testbug] Some tests are being executed and fail under profiles
Reviewed-by: mchung, dholmes
2014-08-21 22:07:14 -07:00
Staffan Larsen
cde8258b65 8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
Write dcmd output to separate files so it does not confuse the output.

Reviewed-by: ctornqvi, mgronlun
2014-08-21 13:09:28 +02:00
Erik Joelsson
bc41f7d7e9 8055095: Improve "do nothing" incremental build performance after modularized source code integration
Reviewed-by: tbell
2014-08-21 12:23:20 +02:00
Erik Joelsson
60d601e439 8055188: General cleanup of minor issues from source restructure
Reviewed-by: tbell
2014-08-21 11:05:35 +02:00
Brian Burkhalter
0bbb54fff6 8054720: Modifications of I/O methods for instrumentation purposes
Wrap some native methods in Java methods.

Reviewed-by: rriggs
2014-08-20 11:30:13 -07:00
Martin Buchholz
15aa55d99e 8055675: java/util/Currency/PropertiesTest.sh fails on OS X after JDK-8055253
Replace obsolescent cp -r with cp -R.  Add more error checks.

Reviewed-by: naoto
2014-08-20 11:06:38 -07:00
Staffan Larsen
657f94c1e5 8055673: test/com/sun/jdi/ShellScaffold.sh does not honor -javaoption
Reviewed-by: jbachorik
2014-08-20 16:10:13 +02:00
Weijun Wang
ad58f36cb5 8055373: Typo in InquireType.java
Reviewed-by: mullan
2014-08-20 10:49:54 +08:00
Amy Lu
f9c8748b48 8055262: Update jdk/test/java/util/Base64 tests to remove use of sun.misc.BASE64Encoder/Decoder
Reviewed-by: mchung, sherman
2014-08-19 12:26:34 -07:00
David Dehaven
81d2d33d87 Merge 2014-08-19 10:34:07 -07:00
David Dehaven
b0860e6b99 Merge 2014-08-19 10:32:16 -07:00
Stefan Karlsson
73e818fea9 8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64
Reviewed-by: sla, brutisso, mgerdin
2014-08-19 12:18:09 +02:00
Daniel Fuchs
f0133ac1a0 8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
CheckZombieLockTest and CheckLockLocationTest should work with different temporary log directories so that they can be run concurrently. This fix changes the name of the log directory used by CheckZombieLockTest.

Reviewed-by: mchung
2014-08-19 17:11:28 +02:00
Christian Tornqvist
482e4a8859 8055012: [TESTBUG] NMTHelper fails to parse NMT output
Fixed the regular expression to parse the slightly changed output format of the new NMT implementation

Reviewed-by: olagneau, sla
2014-08-19 06:56:59 -07:00
Masayoshi Okutsu
46c981faef 8055088: Optimization for locale resources loading isn't working
Reviewed-by: naoto
2014-08-19 16:02:48 +09:00
Weijun Wang
391a556d14 8054817: File ccache only recognizes Linux and Solaris defaults
Reviewed-by: mullan
2014-08-19 14:30:12 +08:00
Martin Buchholz
0613e548bb 8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK
Always make a temp copy of the test JDK before destructively modifying

Reviewed-by: naoto, alanb
2014-08-18 21:06:45 -07:00
Chris Hegarty
bbb2e94d16 8055353: libsplashscreen build fails on MacOSX Mavericks
Reviewed-by: mchung, dholmes
2014-08-18 20:09:25 -07:00
Chris Hegarty
ecac8938b5 Merge 2014-08-18 14:03:21 +01:00
Sean Mullan
929aa4ae70 Merge 2014-08-18 08:48:59 -04:00
Sean Mullan
84233e7acc 7026255: Methods of Subject that throw SecurityException do not specify what permissions are required
Reviewed-by: xuelei
2014-08-18 08:45:08 -04:00
Stefan Karlsson
9190088eb2 8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc
Reviewed-by: jmasa, brutisso, sla
2014-08-18 13:55:29 +02:00
Chris Hegarty
7d146ee898 Merge 2014-08-18 10:59:36 +01:00
J. Duke
a0fb53a7cf Merge 2017-07-05 19:56:33 +02:00
J. Duke
8d415c9ca8 Merge 2017-07-05 19:56:24 +02:00
J. Duke
5a0ec7c6f7 Merge 2017-07-05 19:55:59 +02:00
J. Duke
bc3f575410 Merge 2017-07-05 19:55:35 +02:00
J. Duke
845085f08e Merge 2017-07-05 19:55:15 +02:00
J. Duke
d47a0d2c14 Merge 2017-07-05 19:54:57 +02:00
J. Duke
ed3179446b Merge 2017-07-05 19:54:37 +02:00
J. Duke
5a7aa5a339 Merge 2017-07-05 19:54:04 +02:00
J. Duke
a1c6aa8569 Added tag jdk9-b26 for changeset cd6f4557e7fe 2017-07-05 19:53:51 +02:00
J. Duke
6b0a761ca3 Merge 2017-07-05 19:53:51 +02:00
J. Duke
a9e15b3c0a Merge 2017-07-05 19:53:47 +02:00
J. Duke
555613353b Merge 2017-07-05 19:53:39 +02:00
J. Duke
27badfe0c9 Merge 2017-07-05 19:53:32 +02:00
J. Duke
a35b2ff495 Merge 2017-07-05 19:53:25 +02:00
J. Duke
6d6a9625d2 Merge 2017-07-05 19:53:19 +02:00
J. Duke
614e723339 Merge 2017-07-05 19:53:14 +02:00
J. Duke
2d6424e027 Merge 2017-07-05 19:53:00 +02:00
J. Duke
44f3040beb Added tag jdk9-b25 for changeset 13a5c76976fe 2017-07-05 19:52:35 +02:00