Mike Duigou
|
2a4b35660e
|
6553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary allocation
It is not necessary to extract the value array with toCharArray. The value array can now be used directly.
Reviewed-by: alanb
|
2012-11-29 14:09:45 -08:00 |
|
Mike Duigou
|
1cf41521cc
|
7175464: entrySetView field is never updated in NavigableSubMap
The method entrySet() in AscendingSubMap and DescendingSubMap failed to cache the entrySetView.
Reviewed-by: alanb, psandoz
|
2012-11-29 14:07:47 -08:00 |
|
Peter Levart
|
79727a83aa
|
8004141: UnsafeStaticFieldAccessorImpl#base should be final
Reviewed-by: chegar, alanb
|
2012-11-29 17:03:52 +00:00 |
|
Jim Gish
|
7aed72aa11
|
8003380: Compiler warnings in logging test code
Use generics, suppress warnings where appropriate, remove unused imports, etc.
Reviewed-by: lancea, chegar
|
2012-11-29 12:28:02 +00:00 |
|
Michael McMahon
|
38bcfd05a2
|
Merge
|
2012-11-29 09:47:31 +00:00 |
|
Michael McMahon
|
ab75d799e3
|
7200720: crash in net.dll during NTLM authentication
Reviewed-by: chegar, dsamersoff
|
2012-11-29 09:41:20 +00:00 |
|
Mandy Chung
|
67a70e3b75
|
8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging
Reviewed-by: alanb, dholmes
|
2012-11-28 10:50:54 -08:00 |
|
Mandy Chung
|
6c4d705c91
|
8003851: MethodHandleNatives dependency on java.sql.DriverManager
Reviewed-by: alanb, dholmes
|
2012-11-28 10:49:15 -08:00 |
|
Daniel Fuchs
|
996befafc2
|
Merge
|
2012-11-28 10:08:31 -08:00 |
|
Joel Borggrén-Franck
|
36464f41e2
|
7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
Reviewed-by: darcy
|
2012-11-28 09:21:37 -08:00 |
|
Daniel Fuchs
|
d1b26bf6dd
|
8003476: Cleanup warnings in com.sun.jmx.snmp code
Reviewed-by: alanb, smarks
|
2012-11-28 15:14:47 +01:00 |
|
Florian Weimer
|
a1c151acd0
|
8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg()
Certification verification in HandshakeHash was abandoned during TLS 1.2 implementation
Reviewed-by: xuelei, weijun
|
2012-11-28 05:18:57 -08:00 |
|
Xueming Shen
|
ff1d49bc5b
|
8004088: hg push for bug#4235519 failed to push all files
Pushed all base64 files
Reviewed-by: alanb, mduigou
|
2012-11-27 22:07:11 -08:00 |
|
Xueming Shen
|
aad815709f
|
4235519: Make sun.misc.BASE64{De,En}coder classes public
To add java.util.Base64
Reviewed-by: alanb, mduigou
|
2012-11-27 21:51:26 -08:00 |
|
Rob McKenna
|
f0bbdd0834
|
8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
Reviewed-by: chegar
|
2012-11-28 00:47:38 +00:00 |
|
Chris Hegarty
|
24fde021e4
|
8003833: Spurious NPE from Socket.getIn/OutputStream
Reviewed-by: alanb, dsamersoff
|
2012-11-27 17:15:19 +00:00 |
|
Mike Duigou
|
8288138aac
|
8001634: Initial set of functional interface types
Add the core functional interfaces used by the JSR335 libraries.
Reviewed-by: dholmes, briangoetz, darcy
|
2012-11-26 15:08:13 -08:00 |
|
Sean Mullan
|
033919cce4
|
Merge
|
2012-11-26 08:34:25 -05:00 |
|
Sean Mullan
|
3f59d3882d
|
Merge
|
2012-11-26 08:23:20 -05:00 |
|
Sean Mullan
|
c9b91fa45a
|
7167056: Clarify that BasicPermission names that contain non-wildcard asterisks are not invalid
Reviewed-by: weijun, xuelei
|
2012-11-26 08:12:19 -05:00 |
|
Alexey Utkin
|
d869bfa179
|
7162111: TEST_BUG: change tests run in headless mode [macosx] (open)
In problem tests detection of AWT headless mode was introduced or AWT dependence was removed.
Reviewed-by: alanb
|
2012-11-26 15:54:39 +04:00 |
|
Florian Weimer
|
9eb345a1e4
|
8003951: Removes unused variables in sun.security.ssl
Reviewed-by: xuelei
|
2012-11-24 04:27:28 -08:00 |
|
Florian Weimer
|
7363eaae0e
|
8003950: Adds missing Override annotations and removes unnecessary imports in sun.security.ssl
Reviewed-by: xuelei
|
2012-11-24 04:09:19 -08:00 |
|
Xue-Lei Andrew Fan
|
a2314ab9ca
|
8001751: Javadoc warnings in JSSE code
Reviewed-by: alanb
|
2012-11-24 03:34:27 -08:00 |
|
Alexey Utkin
|
68a92f6e88
|
8003898: X11 toolkit can be chosen as the default toolkit
XToolkit is not selected for any values of system-wide environment variables (ex. DISPLAY).
Reviewed-by: anthony, art
|
2012-11-23 13:07:54 +04:00 |
|
David Buck
|
df3c665be3
|
7198904: (alt-rt) TreeMap.clone is broken
Test case for cr7198904. Issue only found in OracleJDK, but test case is valid for OpenJDK as well
Reviewed-by: mduigou, dholmes
|
2012-11-20 21:35:18 -08:00 |
|
Steve Sides
|
6dfea5e847
|
8003660: (launcher) 8001533 regression tests
Reviewed-by: ksrini, mchung, kcr, ddehaven
|
2012-11-19 19:50:39 -08:00 |
|
David Dehaven
|
5f0debc005
|
8001533: java launcher must launch javafx applications
Reviewed-by: ksrini, mchung, kcr, alanb
|
2012-11-19 19:49:38 -08:00 |
|
John Zavgren
|
0bb98e7294
|
8000476: Memory Leaks and uninitialized memory access in PKCS11 and other native code
Reviewed-by: dsamersoff, valeriep, chegar
|
2012-11-20 09:26:38 +00:00 |
|
Alan Bateman
|
c94385feb8
|
8003607: More ProblemList.txt updates (11/2012)
Reviewed-by: lancea
|
2012-11-19 13:17:40 +00:00 |
|
Weijun Wang
|
2aea4cbc8c
|
8002344: Krb5LoginModule config class does not return proper KDC list from DNS
Co-authored-by: Severin Gehwolf <sgehwolf@redhat.com>
Reviewed-by: weijun
|
2012-11-19 11:13:08 +08:00 |
|
Florian Weimer
|
28ca680a31
|
8003587: Warning cleanup in package javax.net.ssl
Removes unnecessary imports and adds missing Override annotations
Reviewed-by: xuelei
|
2012-11-18 01:31:44 -08:00 |
|
Brent Christian
|
a9594cbceb
|
7178922: (props) re-visit how os.name is determined on Mac
Reviewed-by: alanb, mchung, skovatch, serb
|
2012-11-16 17:01:19 -08:00 |
|
Kurchi Subhra Hazra
|
ef1950d024
|
8003518: (prefs) Tests in jdk/test/java/util/prefs should not be run concurrently
Add java/util/prefs to exclusiveAccess.dirs in TEST.ROOT
Reviewed-by: alanb, mchung
|
2012-11-16 12:28:45 -08:00 |
|
Naoto Sato
|
6c62e2d0f1
|
7199750: Loading sequence of service provider is changed
Reviewed-by: okutsu
|
2012-11-15 20:17:05 -08:00 |
|
Weijun Wang
|
78ff6a33ee
|
8003263: redundant cast build failure after 8003120
Reviewed-by: alanb
|
2012-11-16 10:34:14 +08:00 |
|
Jim Gish
|
f439018255
|
6244047: impossible to specify directories to logging FileHandler unless they exist
Reviewed-by: alanb
|
2012-11-15 13:46:45 +00:00 |
|
Lana Steuck
|
42ad69505d
|
Merge
|
2012-11-14 16:41:12 -08:00 |
|
J. Duke
|
e7d87b234c
|
Merge
|
2017-07-05 18:29:57 +02:00 |
|
J. Duke
|
0adcfb6712
|
Merge
|
2017-07-05 18:29:53 +02:00 |
|
J. Duke
|
07ad741e62
|
Merge
|
2017-07-05 18:29:45 +02:00 |
|
J. Duke
|
6937164f1c
|
Merge
|
2017-07-05 18:29:41 +02:00 |
|
J. Duke
|
dff7273b27
|
Merge
|
2017-07-05 18:29:37 +02:00 |
|
J. Duke
|
35b4a26793
|
Merge
|
2017-07-05 18:29:33 +02:00 |
|
J. Duke
|
b98c42794a
|
Merge
|
2017-07-05 18:29:23 +02:00 |
|
J. Duke
|
ccba13a936
|
Added tag jdk8-b64 for changeset 70fa4b11f265
|
2017-07-05 18:29:06 +02:00 |
|
J. Duke
|
86c5d4aaeb
|
Merge
|
2017-07-05 18:29:05 +02:00 |
|
J. Duke
|
733b90c696
|
Merge
|
2017-07-05 18:29:01 +02:00 |
|
J. Duke
|
fb59e592f4
|
Merge
|
2017-07-05 18:28:52 +02:00 |
|
J. Duke
|
11d0bc193e
|
Merge
|
2017-07-05 18:28:48 +02:00 |
|