Weijun Wang
|
ae7da8e119
|
8077102: dns_lookup_realm should be false by default
Reviewed-by: valeriep
|
2015-05-19 09:09:09 +08:00 |
|
Jeremy Manson
|
13c92b58f0
|
8080538: hprof does not work well with multiple agents on non-Solaris platforms
Never take the address of Agent_OnLoad.
Reviewed-by: sla, martin
|
2015-05-18 13:34:56 -07:00 |
|
Artem Smotrakov
|
eb68509b7d
|
8079140: IgnoreAllErrorHandler should use doPrivileged when it reads system properties
Reviewed-by: mullan
|
2015-05-18 19:26:48 +03:00 |
|
Ivan Gerasimov
|
43b2601a96
|
8080535: (ch) Expected size of Character.UnicodeBlock.map is not optimal
Reviewed-by: martin, chegar
|
2015-05-18 19:15:50 +03:00 |
|
Ivan Gerasimov
|
7e89934d9e
|
8080522: Optimize string operations in java.base/share/classes/sun/security/x509/
Reviewed-by: mullan
|
2015-05-18 17:38:38 +03:00 |
|
Artem Smotrakov
|
e8064300cb
|
8079138: Additional negative tests for XML signature processing
Reviewed-by: mullan
|
2015-05-18 17:34:48 +03:00 |
|
Athijegannathan Sundararajan
|
268d0924b9
|
8072853: SimpleScriptContext used by NashornScriptEngine doesn't completely complies to the spec regarding exception throwing
Reviewed-by: psandoz, lagergren
|
2015-05-18 18:57:35 +05:30 |
|
Zaiyao Liu
|
c5889bc102
|
8048820: Implement tests for SecretKeyFactory
Reviewed-by: xuelei
|
2015-05-18 02:11:39 +00:00 |
|
Joe Darcy
|
9fe30fb118
|
8078136: Incorrect figure number in reference to Hacker's Delight book in Long.bitCount() method
Reviewed-by: lancea
|
2015-05-17 11:04:01 -07:00 |
|
Peter Levart
|
f79ca89ac7
|
8074002: java.time.ZoneId.systemDefault() should be faster
Cache ZoneId inside TimeZone object
Reviewed-by: scolebourne, rriggs, dfuchs
|
2015-05-17 18:49:21 +02:00 |
|
Peter Levart
|
30bcd97f81
|
8077846: improve locking strategy for readConfiguration(), reset(), and initializeGlobalHandlers()
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Reviewed-by: dholmes, alanb, mchung
|
2015-05-17 10:38:36 +02:00 |
|
Ivan Gerasimov
|
cbe55b316e
|
8071571: Move substring of same string to slow path
Reviewed-by: martin
|
2015-05-15 22:10:29 +03:00 |
|
Ivan Gerasimov
|
ff06dffa94
|
8074657: Missing space on a boundary of concatenated strings
Added missing spaces, fixed indentation, replaced StringBuffer with StringBuilder
Reviewed-by: martin, rriggs
|
2015-05-15 22:09:49 +03:00 |
|
Claes Redestad
|
608c2ef496
|
8061254: SPECjvm2008-XML performance regressions in 9-b33
Reviewed-by: alanb, shade
|
2015-05-15 16:09:55 +02:00 |
|
Lana Steuck
|
e2f7063479
|
Merge
|
2015-05-14 20:15:26 -07:00 |
|
Valerie Peng
|
d296137c20
|
8038084: CertStore needs a way to add new CertStore types
Removed internal helper classes and reflection usage for LDAP CertStore.
Reviewed-by: mullan
|
2015-05-15 01:14:25 +00:00 |
|
Stuart Marks
|
9af3729cc7
|
8078463: TEST_BUG: optimize java/util/Map/Collisions.java
Reviewed-by: martin, chegar, dfuchs
|
2015-05-14 13:52:05 -07:00 |
|
David Katleman
|
0e4d07e88b
|
Added tag jdk9-b64 for changeset aca452591e50
|
2015-05-14 12:38:11 -07:00 |
|
Naoto Sato
|
8f571ff813
|
8080342: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
Reviewed-by: lancea
|
2015-05-14 09:50:30 -07:00 |
|
Alan Bateman
|
dd45b6e84f
|
8080330: (cs) Charset.availableCharsets failing with NPE on several platforms
Reviewed-by: chegar
|
2015-05-14 13:45:23 +01:00 |
|
Phil Race
|
7a78b8bd4c
|
8080317: Disable warning treated as error for signed/unsigned comparison in building splashscreen
Reviewed-by: ddehaven
|
2015-05-13 14:16:46 -07:00 |
|
Phil Race
|
95cc940989
|
Merge
|
2015-05-13 08:37:34 -07:00 |
|
Vinnie Ryan
|
b0a84916a2
|
8068180: sun/security/pkcs11 tests are still in ProblemList.txt
Reviewed-by: mullan
|
2015-05-13 13:06:37 +01:00 |
|
Pooja Chopra
|
42e679312b
|
8079428: [TEST_BUG] Test javax/swing/plaf/windows/6921687/bug6921687.java fails
Reviewed-by: serb, azvegint
|
2015-05-13 13:54:49 +03:00 |
|
Jeremy Manson
|
292354a1fe
|
8079841: Buffer underflow with empty zip entry names
Check for zero-length entry name before accessing "last" byte
Reviewed-by: sherman, martin
|
2015-05-12 14:39:36 -07:00 |
|
Sean Mullan
|
5dbc7756f6
|
8075706: Policy implementation does not allow policy.provider to be on the class path
Reviewed-by: alanb, mchung
|
2015-05-12 13:13:06 -04:00 |
|
Pavel Rappo
|
431c16c78d
|
8029689: (spec) Reader.read(char[], int, int) throws unspecified IndexOutOfBoundsException
Reviewed-by: chegar, lancea
|
2015-05-12 13:59:31 +01:00 |
|
Daniel Fuchs
|
04f236baec
|
8079773: java/util/logging/LogManager/TestLoggerNames.java
Fixed a race condition in the test which was responsible of the intermittent failure.
Reviewed-by: mchung
|
2015-05-12 14:32:50 +02:00 |
|
Paul Sandoz
|
0e7987c721
|
8078645: removeIf(filter) in ConcurrentHashMap removes entries for which filter is false
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: martin, dholmes
|
2015-05-12 10:50:40 +02:00 |
|
Joe Darcy
|
7ceb605aa6
|
8053918: make the spec for @Documented comprehensible
Reviewed-by: jjg, abuckley
|
2015-05-11 17:54:03 -07:00 |
|
Magnus Ihse Bursie
|
d31d389d15
|
8080013: OpenJDK windows build fails due to warning in libfontmanager
Reviewed-by: erikj
|
2015-05-11 14:15:48 +02:00 |
|
Sean Mullan
|
96b94e09d7
|
8034820: Wrong isAssignableFrom test when adding Principal to Subject
Reviewed-by: valeriep
|
2015-05-11 07:03:24 -04:00 |
|
Sean Mullan
|
fee090c692
|
6470634: Typos in CardTerminals.list(CardTerminals.State) javadoc
Reviewed-by: xuelei
|
2015-05-08 09:05:15 -04:00 |
|
Chris Hegarty
|
008fee0591
|
8079782: RandomFactory should be in the jdk.testlibrary package
Reviewed-by: bpb
|
2015-05-08 11:02:33 +01:00 |
|
Amy Lu
|
94dbab9120
|
8079651: (dc) Promiscuous.java fails with NumberFormatException due to network interference
Reviewed-by: alanb, chegar
|
2015-05-08 10:22:18 +01:00 |
|
Magnus Ihse Bursie
|
723a1a75aa
|
8074859: Turn on warnings as error
Reviewed-by: erikj
|
2015-05-08 10:37:14 +02:00 |
|
Magnus Ihse Bursie
|
4f0d955e38
|
8079771 : Fix SoundLibraries.gmk mismerge after JDK-8072665
Reviewed-by: dholmes, erikj
|
2015-05-08 09:42:36 +02:00 |
|
Lana Steuck
|
8bfa00092c
|
Merge
|
2015-05-07 20:50:07 -07:00 |
|
Brian Burkhalter
|
c0d7208b4b
|
8065109: (fs spec) Files.newBufferedWriter doesn't specify SecurityException for DELETE_ON_CLOSE option
Add to specification of newBufferedWriter() and write() methods that the DELETE_ON_CLOSE option triggers invoking checkDelete().
Reviewed-by: alanb
|
2015-05-07 16:12:10 -07:00 |
|
David Katleman
|
4e66b46f21
|
Added tag jdk9-b63 for changeset adea7866d41a
|
2015-05-07 10:19:34 -07:00 |
|
Naoto Sato
|
9a104f4c57
|
8079186: Add 'localeServiceProvider' target in the class description of RuntimePermission
Reviewed-by: mullan
|
2015-05-07 08:55:17 -07:00 |
|
Volker Simonis
|
4fcd8e1b26
|
8079510: AIX: fix build after '8042901: Allow com.sun.management to be in a different module...'
Reviewed-by: goetz
|
2015-05-07 17:29:05 +02:00 |
|
Katja Kantserova
|
549731dc2f
|
8078896: Add @modules as needed to the jdk_svc tests
Reviewed-by: alanb, mchung
|
2015-05-07 09:11:49 +02:00 |
|
Joe Darcy
|
709770f935
|
8079544: Mark java/util/regex/RegExTest.java as failing intermittently
Reviewed-by: sherman
|
2015-05-06 16:00:15 -07:00 |
|
Alexander Stepanov
|
1e20f048f1
|
8079478: some docs cleanup for sun.security
Some docs cleanup
Reviewed-by: weijun
|
2015-05-06 21:15:07 +04:00 |
|
Sergey Bylokhov
|
bcbb909487
|
6206437: Typo in JInternalFrame setDefaultCloseOperation() doc (WindowClosing --> internalFrameClosing)
Reviewed-by: alexsch, azvegint
|
2015-05-06 18:30:31 +03:00 |
|
Sergey Bylokhov
|
8003b33919
|
8079217: JRE installation is stuck at Progress dialog : redux
Reviewed-by: prr, ant
|
2015-05-06 17:31:48 +03:00 |
|
Michael Fang
|
ffa8bcf6ef
|
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
Reviewed-by: mchung
|
2015-05-06 10:25:51 +02:00 |
|
Artem Smotrakov
|
ccb64b56b2
|
8076486: [TESTBUG] javax/security/auth/Subject/doAs/NestedActions.java fails if extra VM options are given
Reviewed-by: weijun
|
2015-05-06 09:22:03 +08:00 |
|
Kumar Srinivasan
|
e4df48efea
|
8078225: tools/launcher/FXLauncherTest.java fails intermittently (win)
Reviewed-by: darcy
|
2015-05-05 18:18:06 -07:00 |
|