Commit Graph

10059 Commits

Author SHA1 Message Date
David Katleman
1cd83dc91f Added tag jdk9-b20 for changeset 8c82c02495e7 2014-06-26 12:51:38 -07:00
Lana Steuck
981b9555ae Merge 2014-06-20 10:15:30 -07:00
David Katleman
81cb0dbeb4 Added tag jdk9-b19 for changeset 40b2b32fa541 2014-06-19 11:22:38 -07:00
Lana Steuck
355564edbc Merge 2014-06-18 10:55:17 -07:00
Lana Steuck
535c39b31f Merge 2014-06-18 10:09:22 -07:00
David Katleman
985693b209 Added tag jdk9-b18 for changeset fa91157087a5 2014-06-13 11:21:30 -07:00
Weijun Wang
a22c2ed67f 8046702: default_options.sh test failure on Solaris
Reviewed-by: xuelei
2014-06-13 08:25:50 +08:00
Lana Steuck
9f70b96c91 Merge 2014-06-12 15:38:24 -07:00
David Katleman
c05b2d96aa Added tag jdk9-b17 for changeset e2e5f24869d5 2014-06-12 10:32:32 -07:00
Shanliang Jiang
df614caef8 8044865: Fix raw and unchecked lint warnings in management-related code
Reviewed-by: darcy, sla, egahlin, dfuchs
2014-06-12 10:32:19 +02:00
Staffan Larsen
855f7c421e 8044135: Add API to start JMX agent from attach framework
Reviewed-by: alanb
2014-06-11 15:47:53 +02:00
Stephen Colebourne
0a8fa1b525 8046416: Unable to parse an Instant from fields
Fix Instant parsing

Reviewed-by: rriggs
2014-06-11 08:25:33 +01:00
Stephen Colebourne
e5ca02132f 8046707: Performance of java.time could be better
Optimise performance

Reviewed-by: rriggs
2014-06-12 00:31:27 +01:00
Vinnie Ryan
7d5e52ba49 8047085: PKCS11/NSS tests failing intermittently on Windows
Reviewed-by: mullan
2014-06-18 15:05:29 +01:00
Andrei Eremeev
ed7184cb9b 8046596: fix doclint issues in swing classes, part 3 of 4
Reviewed-by: pchelko
2014-06-18 17:34:05 +04:00
Andrei Eremeev
1553ada84b 8046595: fix doclint issues in swing classes, part 2 of 4
Reviewed-by: pchelko
2014-06-18 17:31:01 +04:00
Dmitry Samersoff
97ce148fa7 8044762: com/sun/jdi/OptionTest.java test time out
Gdata could be NULL in debugInit_exit

Reviewed-by: dcubed
2014-06-18 03:29:58 -07:00
Staffan Larsen
b608314245 8046778: Better error messages when starting JMX agent via attach or jcmd
Reviewed-by: dholmes
2014-06-18 09:04:20 +02:00
Chris Hegarty
710dd1ffea 8046902: Remove sun.misc.Timer
Reviewed-by: rriggs, mduigou, iris
2014-06-17 10:47:07 +01:00
Pavel Rappo
66135672e1 8027308: HttpURLConnection should better handle URLs with literal IPv6 addresses
Reviewed-by: chegar, alanb, michaelm
2014-06-10 11:15:23 +01:00
Weijun Wang
53c7b2ac2b 8023197: Pre-configured command line options for keytool and jarsigner
Reviewed-by: xuelei
2014-06-11 18:27:10 +08:00
Joel Borggrén-Franck
6445980a62 8029674: (reflect) getMethods returns default methods that are not members of the class
Filter out methods that have a more specific default method from result

Reviewed-by: darcy, dlsmith
2014-06-10 14:40:20 +02:00
Weijun Wang
1694fa432e 8046499: nativecache.c prints to stdout in debug build
Reviewed-by: xuelei
2014-06-11 16:33:23 +08:00
Henry Jen
ea9a7a88a1 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by: mduigou, lancea, alanb, mullan
2014-06-10 16:18:54 -07:00
Jamil Nimeh
eb521232f2 8046368: Code cleanup in SeedGenerator.java
Reviewed-by: mullan
2014-06-10 14:17:32 -07:00
Anthony Scarpino
b757b4461e 8039212: SecretKeyBasic.sh needs to avoid NSS libnss3 and libsoftokn3 version mismatches
Reviewed-by: vinnie
2014-06-10 12:04:42 -07:00
Martin Buchholz
a5943eeeae 8004807: java/util/Timer/Args.java failing intermittently in HS testing
Update test to improve reliability

Reviewed-by: rriggs, ewang
2014-06-10 08:07:39 -07:00
Vinnie Ryan
15f88447cb 8040812: Uninitialised memory in jdk/src/share/native/sun/security/ec/impl/mpi.c
Reviewed-by: mullan
2014-06-10 15:49:53 +01:00
Alex Schenkman
9a089404f8 8046355: sun/tools/jstatd/TestJstatdExternalRegistry.java should be quarantined
Reviewed-by: sla
2014-06-09 17:18:14 +02:00
Alex Schenkman
90ab8e5a78 8046352: com/sun/tools/attach/TempDirTest.java should be quarantined
Reviewed-by: sla
2014-06-09 17:12:18 +02:00
Alex Schenkman
2d567a8aac 8046351: com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotification[Content]Test.java should be quarantined
Reviewed-by: sla
2014-06-09 17:04:11 +02:00
Alex Schenkman
7261ca1965 8046348: com/sun/jdi/OptionTest.java should be quarantined
Reviewed-by: sla
2014-06-13 11:58:34 +02:00
Vladimir Ivanov
a58e574ffc 8046903: VM anonymous class members can't be statically invocable
Reviewed-by: jrose
2014-06-17 13:06:05 +04:00
Staffan Larsen
9158c1d9b6 6622468: TEST_BUG: Time to retire the @debuggeeVMOptions mechanism used in the com.sun.jdi infrastructure
Use jtreg "@run driver" for the JDI tests

Reviewed-by: sspitsyn, dholmes
2014-06-17 10:01:16 +02:00
Stuart Marks
7e1185e152 8044730: small errors in ConcurrentHashMap and LongAdder docs
Reviewed-by: martin
2014-06-16 17:52:21 -07:00
Sean Mullan
9501b333f7 Merge 2014-06-16 13:48:58 -04:00
Sean Mullan
68747fa0c0 8046044: Fix raw and unchecked lint warnings in XML Signature Impl
Reviewed-by: darcy
2014-06-16 13:47:42 -04:00
Otavio Goncalves de Santana
ed271b0d5a 8041679: Replace uses of StringBuffer with StringBuilder within core library classes
Reviewed-by: psandoz, alanb, xuelei, dfuchs, jfranck, prr, serb, chegar
2014-06-16 17:45:26 +01:00
Henry Jen
6886e2b8ba 8046389: Add missing @since tag under javax.sql.**
Reviewed-by: lancea
2014-06-16 08:09:30 -07:00
Dmitry Samersoff
c201595a62 8041498: Remove npt library
Get rid of npt library and move utf-related code to share/backend

Reviewed-by: sla
2014-06-16 07:25:11 -07:00
Vinnie Ryan
d4988ce66f 8036613: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/provider/WinCAPISeedGenerator.c
Reviewed-by: mullan
2014-06-16 13:40:49 +01:00
Staffan Larsen
a20967bfac 8043939: Remove management-agent.jar
Reviewed-by: alanb
2014-06-16 13:52:25 +02:00
Katja Kantserova
12e0fea90c 6545295: TEST BUG: The test HatHeapDump1Test uses wrong path in exec call
Reviewed-by: sla
2014-06-16 11:03:54 +02:00
Michael McMahon
b8bfe0d5f2 Merge 2014-06-13 14:32:49 +01:00
Michael McMahon
7ab2a6410b 8046588: test for SO_FLOW_SLA availability does not check for EACCESS
Reviewed-by: alanb, chegar
2014-06-13 14:30:41 +01:00
Vladimir Ivanov
b2e8017412 8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
Reviewed-by: psandoz, jrose
2014-06-09 15:40:40 +04:00
Mike Duigou
a76e39b79f 8046085: inserting null key into HashMap treebin fails
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: dl, mduigou, alanb, chegar
2014-06-06 14:23:08 -07:00
Jonathan Lu
879b239e41 8043954: Add async connect() support to NET_Connect() for AIX platform
Reviewed-by: alanb
2014-06-07 00:17:02 +08:00
Weijun Wang
704a20b250 8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame
Reviewed-by: xuelei
2014-06-06 22:31:53 +08:00
Chris Hegarty
865fac8406 8043613: Update .properties files for serialver tool
Reviewed-by: mfang
2014-06-06 10:47:30 +01:00