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
David Katleman
77c17946fd
Merge
2012-11-14 12:29:17 -08:00
Mike Duigou
b2926d9724
7088952: Add size in bytes constant "BYTES" to primitive type wrapper types
...
Adds a constant BYTES to each of the primitive wrapper classes (Byte, Character, Double, Float, Integer, Long, Short) with the calculation Primitive.SIZE / Byte.SIZE already made.
Reviewed-by: dholmes
2012-11-13 20:02:39 -08:00
Jonathan Gibbons
78499292e1
8000404: rename javax.tools.GenerateNativeHeader to java.lang.annotation.Native
...
Reviewed-by: alanb
2012-11-14 07:08:50 -08:00
Alan Bateman
8c308db579
8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx]
...
Reviewed-by: chegar
2012-11-14 12:56:26 +00:00
Sean Chou
6bb3dd6ea2
7201156: jar tool fails to convert file separation characters for list and extract
...
Reviewed-by: alanb, chegar, sherman
2012-11-14 13:26:55 +08:00
Mike Duigou
96aa3fad5a
7088913: Add compatible static hashCode(primitive) to primitive wrapper classes
...
Adds static utility methods to each primitive wrapper class to allow calculation of a hashCode value from an unboxed primitive.
Reviewed-by: darcy, smarks, dholmes
2012-11-13 20:02:48 -08:00
Erik Joelsson
3fba7a43f2
8001965: build-infra: Large compare diffs between new and old on mac
...
The wrong icon source file was used when building closed
Reviewed-by: ohair, tbell
2012-11-13 13:46:25 -08:00
Erik Joelsson
32808622c6
8002028: build-infra: need no-hotspot partial build
...
Added configure option --with-import-hotspot=/path/to/j2sdkimage
Reviewed-by: dholmes, tbell
2012-11-12 12:35:20 -08:00
Erik Joelsson
fa30c0d8f2
8003177: build-infra: Compare reports diff in LocaleDataMetaInfo.class
...
Remove spurious space in the locale lists
Reviewed-by: naoto, ohair, tbell
2012-11-12 10:49:44 -08:00
Erik Joelsson
f56a68e8cb
8002365: build-infra: Build-infra fails on solaris 11.1 on sparc
...
Add '-lc' to LDFLAGS for native libraries in CompileNativeLibraries.gmk
Reviewed-by: ohair, tbell
2012-11-12 10:20:01 -08:00
Masayoshi Okutsu
aaa52056e9
8000986: Split java.util.spi.CalendarDataProvider into week parameters and field names portions
...
Reviewed-by: naoto
2012-11-12 11:12:29 +09:00
Alan Bateman
86d36e5d55
8003253: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java hang intermittently [win]
...
Reviewed-by: chegar
2012-11-11 10:05:37 +00:00
Lana Steuck
324f3fc04f
Merge
2012-11-09 14:46:34 -08:00
Xue-Lei Andrew Fan
d0e329751f
8001569: Regression test GetPeerHost uses static port number
...
Reviewed-by: weijun
2012-11-09 01:15:04 -08:00