Xueming Shen
320ce960ce
8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character
...
8006526: Base64.Decoder.decode(String) spec contains a copy-paste mistake
To ignore single non-base64 char in mime decoding
Reviewed-by: alanb
2013-01-31 13:13:14 -08:00
Joe Darcy
757d9cdeb9
8007115: Refactor regression tests for java.lang.reflect.Parameter
...
Reviewed-by: emc
2013-01-31 12:23:04 -08:00
Joe Darcy
9101ca61f5
8005832: Remove java.lang.annotation.{ContainedBy, ContainerFor} annotation types
...
Reviewed-by: mduigou
2013-01-31 12:13:21 -08:00
Xueming Shen
907f0724ce
8005394: Base64.Decoder/Encoder.wrap(XStream) don't throw NPE for null args passed
...
To check null for dec/enc.wrap methods
Reviewed-by: alanb
2013-01-31 11:09:36 -08:00
David Buck
b3fa7187ae
7042126: (alt-rt) HashMap.clone implementation should be re-examined
...
Test case for cr7042126. Issue only found in OracleJDK, but test case is valid for OpenJDK as well
Reviewed-by: mduigou
2013-01-31 10:55:15 -08:00
Lana Steuck
40c0ad3990
Merge
2013-01-31 10:22:25 -08:00
Pete Brunet
018fbffe54
7179482: Component.accessibleContext and JComponent.accessibleContext refactoring
...
Reviewed-by: art, anthony, alexsch
2013-01-31 18:51:17 +04:00
Leonid Romanov
d843dec3b7
8007006: [macosx] Closing subwindow loses main window menus
...
Reviewed-by: anthony
2013-01-31 18:25:59 +04:00
Fredrik Öhrström
2b389730e2
8006872: Stop creating four jars with identical content in the new build system
...
Reviewed-by: erikj
2013-01-31 14:03:42 +01:00
Joel Borggrén-Franck
34e1726860
8005712: Simplify support for repeating annotations in j.l.r.AnnotatedElement
...
8004919: AnnotationSupport uses possibly half-constructed AnnotationType instances
Implements the simplified semantics for repeating annotations and removes the incorrect obtaining of an AnnotationType
Reviewed-by: darcy, abuckley
2013-01-31 10:10:34 +01:00
David Katleman
5725cfdc73
Merge
2013-01-30 13:04:22 -08:00
Alejandro Murillo
294ab2b404
Merge
2013-01-30 10:18:33 -08:00
Lana Steuck
58717e9087
Merge
2013-01-29 20:19:48 -08:00
Erik Joelsson
a1d7653c19
8006873: SWAT-b74 msvcr100.dll does not have the permission for all
...
Reviewed-by: alanb, tbell
2013-01-29 16:35:24 +01:00
Joel Borggrén-Franck
b29b479461
8004698: Implement Core Reflection for Type Annotations
...
Reviewed-by: darcy
2013-01-29 10:32:49 +01:00
Erik Joelsson
8be9f14166
Merge
2013-01-28 14:23:09 +01:00
Edvard Wendelin
a320378fac
8006864: Update java.security-linux to include changes in java.security
...
Reviewed-by: mchung, mullan
2013-01-28 11:07:07 +01:00
Lana Steuck
f76350f541
Merge
2013-01-26 19:22:51 -08:00
Eric Mccorkle
c2419823c8
8006503: JVM_PrintStackTrace is not used in JDK
...
Reviewed-by: alanb, darcy
2013-01-26 16:57:02 +00:00
Alejandro Murillo
bf0716e7e4
Merge
2013-01-25 03:02:56 -08:00
David Katleman
686adf319b
Added tag jdk8-b74 for changeset 64054e252871
2013-01-24 16:49:20 -08:00
Mandy Chung
fad9c0e89c
8004937: Improve proxy construction
...
Reviewed-by: jrose, ahgross
2013-01-24 16:45:38 -08:00
Daniel Fuchs
7303280ef5
8006446: Restrict MBeanServer access
...
Reviewed-by: alanb, mchung, darcy, jrose, ahgross, skoivu
2013-01-30 11:33:51 +01:00
Mandy Chung
7cb8f824d3
8006882: Proxy generated classes in sun.proxy package breaks JMockit
...
Reviewed-by: alanb, ahgross
2013-01-28 15:53:29 -08:00
Sergey Malenkov
601fc96c27
8003400: JTree scrolling problem when using large model in WindowsLookAndFeel
...
Reviewed-by: alexsch
2013-01-24 18:06:24 +04:00
Sergey Malenkov
6d5f0df029
8005138: test/java/beans/Introspector/TestTypeResolver.java fails
...
Reviewed-by: alexsch
2013-01-24 17:57:02 +04:00
Sergey Bylokhov
2c1808e68d
8003173: [macosx] Fullscreen on Mac leaves an empty rectangle
...
Reviewed-by: anthony, alexsch
2013-01-24 17:50:03 +04:00
Sergey Malenkov
d22b9b7149
6817933: Setting the background of an HTML Widget changes the native Windows JFileChooser
...
Reviewed-by: alexsch
2013-01-24 17:26:32 +04:00
Alexander Zuev
c41878d46d
7143768: [macosx] Unexpected NullPointerException and java.io.IOException during DnD
...
Reviewed-by: alexp
2013-01-24 16:09:48 +04:00
Petr Pchelko
3f2ea7f894
8005997: [macosx] Printer Dialog opens an additional title bar
...
Reviewed-by: anthony, art
2013-01-24 15:55:04 +04:00
Alexander Potochkin
6eb458d364
7132793: [macosx] setWheelScrollEnabled action reversed
...
Reviewed-by: serb, art
2013-01-24 15:52:25 +04:00
Alexander Potochkin
7782e252f1
7147078: [macosx] Echo char set in TextField doesn't prevent word jumping
...
Reviewed-by: art
2013-01-24 15:26:40 +04:00
Vladimir Kozlov
f1cf6ff588
8006799: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() (jdk part of 6896617)
...
Move hot loop in ISO_8859_1$Encode.encodeArrayLoop() into separate method encodeISOArray() to be replaced by JVM JIT compiler with optimized intrinsic code.
Reviewed-by: alanb, sherman
2013-01-23 11:47:07 -08:00
David Holmes
26936d0600
8006667: Merge issue: Profile attribute need to be examined before custom attributes
...
Swap profile checking and FXHelper checking
Reviewed-by: alanb
2013-01-22 20:04:15 -05:00
David Holmes
8b799721ae
Merge
2013-01-22 19:31:02 -05:00
Jim Gish
43b8609138
4247235: (spec str) StringBuffer.insert(int, char[]) specification is inconsistent
...
Add blanket null-handling statement to StringBuilder and StringBuffer
Reviewed-by: mduigou
2013-01-22 11:14:13 -05:00
Akhil Arora
5dc4c11b2b
8004201: Add static utility methods to primitives to be used for redution operations
...
Reviewed-by: darcy, mduigou, briangoetz, dholmes
2013-01-25 16:13:39 -08:00
Henry Jen
293df92991
8005632: Extend java.util.Logger to use Supplier<String> for messages
...
Reviewed-by: briangoetz, mduigou
2013-01-25 16:13:32 -08:00
Kurchi Subhra Hazra
3e5a0c70ab
7017962: Obsolete link is used in URL class level spec
...
Change the link to an archived document
Reviewed-by: chegar, mduigou
2013-01-25 11:52:10 -08:00
Vinnie Ryan
2add9b3fcf
8006951: Avoid storing duplicate PKCS12 attributes
...
Reviewed-by: mullan
2013-01-25 17:47:37 +00:00
Vinnie Ryan
241fc73e25
8006946: PKCS12 test failure due to incorrect alias name
...
Reviewed-by: mullan
2013-01-25 16:19:39 +00:00
Alan Bateman
355fea6f2a
8006565: java.lang.instrument specification should make it clear that -javaagent is optional
...
Reviewed-by: sla, dcubed, mchung
2013-01-25 13:09:47 +00:00
Frank Ding
e349682e3d
7183373: URLClassloader.close() does not close JAR files whose resources have been loaded via getResource()
...
Reviewed-by: chegar
2013-01-25 17:00:18 +08:00
Joe Darcy
3807bcee8b
8006895: Clarify that FunctionalInferface is only informative
...
Reviewed-by: briangoetz
2013-01-24 16:54:11 -08:00
Vinnie Ryan
546eee6d15
8006863: javadoc cleanup for 8005408
...
Reviewed-by: alanb
2013-01-24 18:21:09 +00:00
Kumar Srinivasan
183657c9ab
8006850: [pack200] disable pack200 tests until JSR-308 is implemented
...
Reviewed-by: alanb
2013-01-24 09:34:07 -08:00
Vinnie Ryan
3727e751f6
8006855: PKCS12 test failures due to unsupported algorithm
...
Reviewed-by: mullan
2013-01-24 16:44:15 +00:00
Alan Bateman
a1d5ea2b9d
8006524: JSR-3: Allows java.beans to be optional
...
Reviewed-by: dfuchs, mchung
2013-01-24 09:47:09 +00:00
Sean Mullan
930299d58c
8006813: Compilation error in PKCS12KeyStore.java
...
Reviewed-by: valeriep
2013-01-23 20:46:39 -05:00
Vinnie Ryan
b680bc8ca7
8005408: KeyStore API enhancements
...
Reviewed-by: mullan
2013-01-23 23:13:54 +00:00
Vinnie Ryan
7dcd0b38a8
8006591: Protect keystore entries using stronger PBE algorithms
...
Reviewed-by: mullan
2013-01-23 21:25:49 +00:00
Xueming Shen
60e625f275
Merge
2013-01-23 10:31:10 -08:00
Xueming Shen
c3343fdb49
8006773: test/java/util/zip/ZipFile/FinalizeZipFile.java failing intermittently
...
Fixed the test case
Reviewed-by: alanb
2013-01-23 10:29:50 -08:00
Rob McKenna
6c5679d418
8004729: Add java.lang.reflect.Parameter and related changes for parameter reflection
...
Reviewed-by: darcy, forax, psandoz, dholmes, tbell
2013-01-23 17:54:34 +00:00
Alan Bateman
5f7ebf8d51
8006764: FunctionalInterface missing from rt.jar (old build)
...
Reviewed-by: lancea, forax
2013-01-23 15:12:28 +00:00
Chris Hegarty
12e480040a
8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac
...
Reviewed-by: alanb
2013-01-23 14:45:44 +00:00
Alexey Utkin
3b0f760747
6519127: user.home property not set correctly
...
Registry-based approach was changed to SHGetKnownFolderPath/SHGetFolderPathW
Reviewed-by: alanb, anthony
2013-01-23 15:06:49 +04:00
Vinnie Ryan
cd509df8b6
8006741: javadoc cleanup for 6263419
...
Reviewed-by: alanb
2013-01-23 09:49:10 +00:00
Stephen Colebourne
df4d235c1f
8003680: JSR 310 Date/Time API
...
Integration of JSR310 Date/Time API for M6
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Richard Warburton <richard.warburton@gmail.com>
Co-authored-by: Michael Nascimento <misterm@gmail.com>
Reviewed-by: alanb, naoto, dholmes
2013-01-22 20:59:21 -08:00
Stuart Marks
54752a2afe
8005646: TEST_BUG: java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup leaves process running
...
Reviewed-by: mchung
2013-01-22 18:30:49 -08:00
Vinnie Ryan
995a0dc1b8
6263419: No way to clean the memory for a java.security.Key
...
Reviewed-by: mullan
2013-01-22 23:32:15 +00:00
Stefan Karlsson
15d98b74e9
7140852: Add test for 7022100
...
Reviewed-by: sspitsyn, coleenp
2013-01-22 15:25:37 +01:00
Stefan Karlsson
fe173efccd
8006506: Add test for redefining methods in backtraces to java/lang/instrument tests
...
Reviewed-by: sspitsyn, coleenp
2013-01-22 13:53:53 +01:00
Erik Joelsson
cd451cc955
8004151: build-infra: Generating X11 wrapper offset file is not cross compilable
...
Reviewed-by: dholmes, ohrstrom
2013-01-22 09:01:35 +01:00
Alan Bateman
a23a1a942b
8004502: Compact Profiles contents
...
Reviewed-by: dholmes, mchung
2013-01-21 23:35:36 -05:00
Alan Bateman
3ca765dfbd
8004931: add/removePropertyChangeListener should not exist in subset Profiles of Java SE
...
Reviewed-by: dholmes, mchung, ksrini
2013-01-21 23:23:12 -05:00
Alan Bateman
50ccbb6018
8003256: (profiles) Add support for profile identification
...
Reviewed-by: dholmes, mchung, ksrini
2013-01-21 23:21:15 -05:00
Alan Bateman
99f3285106
8003255: (profiles) Update JAR file specification to support profiles
...
Reviewed-by: dholmes, mchung, ksrini
2013-01-21 23:20:42 -05:00
David Holmes
945d6e8f23
8004265: Add build support for Compact Profiles
...
Reviewed-by: erikj, ohair
2013-01-21 23:17:58 -05:00
David Holmes
08f31d5198
8006651: build-infra: Import.gmk needs to add support for the minimal VM
...
Reviewed-by: erikj, ohair
2013-01-21 21:54:51 -05:00
Lana Steuck
8c4608f165
Merge
2013-01-21 11:16:36 -08:00
Lance Andersen
11e010320c
8006642: Fix javadoc warnings due to Integer.MAX_VALUE
...
Reviewed-by: alanb
2013-01-21 14:08:39 -05:00
Erik Joelsson
ece23e1bac
8006579: build-infra: In jvm.cfg, alias -server to -client when no server jvm is built
...
Reviewed-by: tbell
2013-01-21 14:58:23 +01:00
Alexander Scherbatiy
14d1261536
8004298: NPE in WindowsTreeUI.ensureRowsAreVisible
...
Reviewed-by: serb
2013-01-21 17:55:31 +04:00
Doug Lea
3f14786363
8005311: Add Scalable Updatable Variables, DoubleAccumulator, DoubleAdder, LongAccumulator, LongAdder
...
Reviewed-by: chegar, darcy, goetz
2013-01-21 13:50:05 +00:00
Erik Joelsson
94b0107f2e
Merge
2013-01-21 11:42:31 +01:00
Erik Joelsson
dab7afc69f
8006583: build-infra: Remove /javax/swing/SwingBeanInfoBase.java from src.zip
...
Reviewed-by: tbell
2013-01-21 11:42:17 +01:00
Lana Steuck
444cf2ed48
Merge
2013-01-20 23:38:27 -08:00
Jason Uh
3d92cb12a6
8006092: SecurityPermission: printIdentity doesn't exist
...
Reviewed-by: weijun
2013-01-21 15:05:49 +08:00
Alan Bateman
c4c9a281f3
8004182: Add support for profiles in javac
...
Reviewed-by: dholmes
2013-01-21 01:46:31 -05:00
Masayoshi Okutsu
6bc0d6d200
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
...
8006509: Add more calendar symbol names from CLDR
Reviewed-by: peytoia
2013-01-21 15:41:30 +09:00
Bhavesh Patel
2c52089918
8006124: javadoc/doclet should be updated to support profiles
...
Reviewed-by: jjg, dholmes
2013-01-21 00:31:34 -05:00
Masayoshi Okutsu
f9d0dd3d72
4745761: (cal) RFE: Support builder for constructing Calendar
...
Reviewed-by: peytoia
2013-01-21 12:04:55 +09:00
Chris Hegarty
6b32c387f1
8006560: java/net/ipv6tests/B6521014.java fails intermittently
...
Reviewed-by: khazra, wetmore
2013-01-20 09:37:51 +00:00
Lance Andersen
69757a1c92
8005080: JDBC 4.2 Core changes
...
Reviewed-by: naoto
2013-01-19 10:53:14 -05:00
Lance Andersen
c98a554aaf
8006139: add missing methods to javax.sql.rowset.serial.SQLInputImpl, SQLOutputImpl
...
Reviewed-by: naoto, ulfzibis, alanb
2013-01-19 10:11:19 -05:00
Mark Sheppard
4e11f499f4
8006568: HTTP protocol handler NLTM Authentication should use Base64 API
...
Reviewed-by: chegar, alanb
2013-01-19 08:39:20 +00:00
Ragini Prasad
435bcab6c4
8000839: Integrate the Java Access Bridge with Java Runtime
...
Reviewed-by: ptbrunet, erikj
2013-01-18 11:33:31 -08:00
Alan Bateman
69b0c6aad4
6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision
...
Reviewed-by: chegar
2013-01-18 18:48:44 +00:00
John Zavgren
9bad85cb03
8005120: Compiler warnings in socket transport native code
...
Reviewed-by: chegar, dsamersoff
2013-01-18 17:34:40 +00:00
Erik Joelsson
52b64fa9dc
8006567: jre/lib/applet missing from Mac JDK installation
...
Reviewed-by: tbell
2013-01-18 16:44:07 +01:00
Anton Litvinov
ca94a86847
8006417: JComboBox.showPopup(), hidePopup() fails in JRE 1.7 on OS X
...
Reviewed-by: art, serb
2013-01-18 18:34:46 +04:00
Petr Pchelko
db0f450d53
7179050: [macosx] Make LWAWT be able to run on AppKit thread
...
Removed irrelevant assertions from the LWAWT native methods
Reviewed-by: serb, anthony
2013-01-18 18:17:02 +04:00
Anthony Petrov
04fc62c5ed
8005465: [macosx] Evaluate if checking for the -XstartOnFirstThread is still needed in awt.m
...
Allow one to start AWT on the main thread w/o exceptions
Reviewed-by: art, serb
2013-01-18 14:17:11 +04:00
Jim Gish
a7f43eaad5
8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times
...
Increase number of retries to twice the number of ports in the reserved range
Reviewed-by: mduigou
2013-01-17 15:09:46 -05:00
Kurchi Subhra Hazra
8f2bd71dc9
7171415: java.net.URI.equals/hashCode not consistent for some URIs
...
Rewrite URI.hashCode() to consider encoded characters, also reviewed by vitalyd@gmail.com , schlosna@gmail.com
Reviewed-by: chegar
2013-01-17 14:50:02 -08:00
Brian Burkhalter
fe16fc39d6
8006090: Formatter asserts with -esa
...
Removed the offending assert
Reviewed-by: alanb, darcy
2013-01-17 12:49:33 -08:00
Konstantin Shefov
b7bcfe73b1
7124209: [macosx] SpringLayout issue. BASELINE is not in the range: [NORTH, SOUTH]
...
Reviewed-by: serb, alexsch
2013-01-17 15:08:08 +00:00
Yong Jeffrey Huang
a4c3f06259
Merge
2013-01-16 23:08:12 -08:00
David Katleman
b8e0cde9e1
Merge
2013-01-16 22:21:30 -08:00
Yong Jeffrey Huang
73f88f3896
Merge
2013-01-16 19:05:13 -08:00
Lana Steuck
270d599981
Merge
2013-01-16 15:57:25 -08:00
Lana Steuck
7026f02404
Merge
2013-01-16 12:07:32 -08:00
David Katleman
656c28326c
Added tag jdk8-b73 for changeset 24d25ecda7ce
2013-01-16 12:00:10 -08:00
Jason Uh
5d2a6972af
8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present
...
Reviewed-by: mullan, weijun
2013-01-16 13:35:17 -05:00
Erik Joelsson
fbb2e494a8
8006385: build-infra: linux and solaris *-debuginfo-*.zip file created from the new makefile has extra HUDSON direcotry in jre/lib/i386/server
...
Reviewed-by: tbell
2013-01-16 16:40:16 +01:00
Jason Uh
68eb431db8
8005389: Backout fix for JDK-6500133
...
Reviewed-by: mullan
2013-01-16 09:51:21 -05:00
Mikhail Cherkasov
9a4e15eaf6
8005492: Reduce number of warnings in sun/awt/* classes
...
Reviewed-by: art, anthony
2013-01-16 17:26:41 +04:00
Doug Lea
dcc8fbec72
8001666: Add lambda-compatible atomics and accumulators to the ActomicXXX classes
...
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: dl, chegar, darcy, goetz
2013-01-16 12:09:35 +00:00
Doug Lea
7062898817
8005926: Merge ThreadLocalRandom state into java.lang.Thread
...
Reviewed-by: shade, chegar
2013-01-16 10:14:09 +00:00
Yong Jeffrey Huang
ef774a39f7
Merge
2013-01-15 19:08:34 -08:00
Rob McKenna
bdca3e8f8c
8005618: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently
...
Reviewed-by: alanb, martin, dholmes
2013-01-15 19:58:22 +00:00
David Katleman
7f6891593a
Merge
2013-01-15 10:08:04 -08:00
Sergey Bylokhov
08f29b04df
7124525: [macosx] No animation on certain Swing components in Aqua LaF
...
Reviewed-by: alexsch, swingler
2013-01-15 21:57:47 +04:00
Erik Joelsson
492a251bdb
8006296: build-infra: Unsigned sunmscapi.jar is missing manifest
...
Reviewed-by: alanb, tbell
2013-01-15 16:50:22 +01:00
Mark Sheppard
cb7b639e6a
8005406: HTTP server implementation should use Base64 API
...
Reviewed-by: khazra, alanb, chegar
2013-01-15 11:44:20 +00:00
Alexey Utkin
5bd5533490
8005250: Downgrade normative references to ${java.home}/lib folder from Java client code
...
Javadoc was changed in accordance with CCC-8005250 request.
Reviewed-by: alanb, amenkov
2013-01-15 14:26:59 +04:00
Alexander Scherbatiy
97013ba028
8003978: closed/javax/swing/JRootPane/bug4670486.java fails since jdk7u12b01 on macosx
...
Reviewed-by: serb, leonidr
2013-01-15 12:49:03 +04:00
Xue-Lei Andrew Fan
40039951b8
8006265: Add test SSLEngineDeadlock.java to ProblemList
...
Reviewed-by: weijun
2013-01-14 18:31:48 -08:00
Kumar Srinivasan
a788c5b6b8
8005252: pack200 should support MethodParameters
...
Reviewed-by: jrose
2013-01-14 15:46:54 -08:00
Naoto Sato
9fa2377054
7162007: Clean up i18n related caches
...
Reviewed-by: okutsu, ohair
2013-01-14 11:09:53 -08:00
Alexander Scherbatiy
73b452e941
7166409: bug4331515.java fail with NullPointerException on ubuntu10.04-x86 for JDK8
...
Reviewed-by: serb
2013-01-14 08:32:29 -05:00
Yong Jeffrey Huang
48aff5a267
7114053: [sq] Inproper tanslation for iso lanugage of Albanian
...
Reviewed-by: naoto
2013-01-13 18:45:43 -08:00
Peter Levart
e912773451
8005232: (JEP-149) Class Instance size reduction
...
Moved the fields for cached reflection objects into a seperate ReflectionData object to reduce dynamic footprint.
Reviewed-by: dholmes, mchung, shade
2013-01-13 19:57:06 -05:00
Mark Sheppard
7a8ddfee99
8006153: HTTP protocol handler authenication should use Base64 API
...
Reviewed-by: chegar, alanb
2013-01-13 22:09:50 +00:00
Xueming Shen
c7c2bd14d7
Merge
2013-01-11 22:45:42 -08:00
Ioi Lam
7428b2f902
8005466: JAR file entry hash table uses too much memory (zlib_util.c)
...
Realign the fields of jzcell struct
Reviewed-by: sherman
2013-01-11 22:43:29 -08:00
Aleksey Shipilev
fb60d01e36
8006123: Support @Contended Annotation - JEP 142 (jdk part)
...
Jdk changes for 8003895.
Reviewed-by: darcy, jrose, coleenp, dholmes, kvn
2013-01-11 16:50:34 -08:00
Olivier Lagneau
546e2eb164
7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie
...
Reviewed-by: darcy
2013-01-11 15:39:08 -08:00
Alan Bateman
c12b624078
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
...
Reviewed-by: chegar
2013-01-11 20:19:55 +00:00
Alan Bateman
36e2ef2ba8
8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
...
Reviewed-by: chegar
2013-01-11 12:27:57 +00:00
Joe Darcy
3dfc6b7512
8006062: Add @Repeatable to repeating annotations regression tests in JDK repo
...
Reviewed-by: jjg
2013-01-10 21:12:27 -08:00
Mandy Chung
3243aaf47a
8005615: Java Logger fails to load tomcat logger implementation (JULI)
...
Reviewed-by: alanb, ahgross
2013-01-10 19:43:36 -08:00
Jonathan Gibbons
56dd0c2a5c
Merge
2013-01-10 19:37:26 -08:00
Jonathan Gibbons
4837a1c13d
8004834: Add doclint support into javadoc
...
Reviewed-by: erikj, tbell
2013-01-10 19:36:36 -08:00
Lana Steuck
2af47c361c
Merge
2013-01-10 15:52:12 -08:00
Lana Steuck
543d0a4abe
Merge
2013-01-10 15:49:12 -08:00
Chris Hegarty
a2dea4d9f4
8006007: j.u.c.atomic classes should use intrinsic getAndXXX provided by 7023898
...
Reviewed-by: dl, shade
2013-01-10 21:52:38 +00:00
Jim Gish
5c5820e950
8005582: java/lang/Runtime/exec/WinCommand.java intermittent test failures
...
Remove file-deletion code at cleanup which conflicts with jtreg cleanup
Reviewed-by: chegar
2013-01-10 15:09:45 -05:00
Brent Christian
f7eb6cd556
8005962: TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments
...
Test script now sets LC_ALL, other small changes, relocate test
Reviewed-by: naoto, alanb
2013-01-10 10:21:44 -08:00
David Katleman
49feba985e
Added tag jdk8-b72 for changeset 21fe12436601
2013-01-10 09:55:58 -08:00
Fredrik Ohrstrom
a1118e2d86
8005856: build-infra: Remove special handling of base module classes header generation
...
Reviewed-by: alanb, tbell, ohair
2013-01-10 12:23:15 +01:00
Joe Darcy
f2c492220c
8005713: Simplify library support for repeating annotations in java.lang.annotation
...
Reviewed-by: abuckley
2013-01-09 20:20:21 -08:00
Brian Burkhalter
af27b8c59d
7103957: NegativeArraySizeException while initializing class IntegerCache
...
Reviewed-by: darcy, mchung
2013-01-09 16:58:47 -08:00
Erik Joelsson
45b5d84c8f
8005903: build-infra: bad symlink: j2sdk-bundle/jdk1.8.0.jdk/Contents/MacOS/libjli.dylib
...
Reviewed-by: tbell
2013-01-09 16:13:29 +01:00
Sean Mullan
86b40c8697
Merge
2013-01-09 08:59:58 -05:00
Alexander Scherbatiy
19b3fdf5ee
8005019: JTable passes row index instead of length when inserts selection interval
...
Reviewed-by: serb, denis
2013-01-09 16:52:08 +04:00
Fredrik Öhrström
33f2917473
8005096
: Move a few source files in swing/beaninfo and in a demo
...
Reviewed-by: ohair, erikj, malenkov
2013-01-09 13:33:52 +01:00
Joe Darcy
df5b548d02
8005298: Add FunctionalInterface type to the core libraries
...
Reviewed-by: mduigou
2013-01-08 16:08:29 -08:00
Sean Mullan
d01edb0815
Merge
2013-01-08 19:02:55 -05:00
Sean Mullan
b492dc9bac
7019834: Eliminate dependency from PolicyFile to com.sun.security.auth.PrincipalComparator
...
Add new java.security.Principal.implies method
Reviewed-by: alanb
2013-01-08 19:00:12 -05:00
David Katleman
908a847808
Merge
2013-01-08 13:15:54 -08:00
Valerie Peng
91510ba8ea
Merge
2013-01-08 13:06:22 -08:00
Dan Xu
6cc211f4e1
8002306: (se) Selector.open fails if invoked with thread interrupt status set [win]
...
Reviewed-by: alanb
2013-01-08 20:37:27 +00:00
Valerie Peng
c6f02e06f0
8004044: Lazily instantiate SunJCE.RANDOM
...
Replace the static initialization of SunJCE.RANDOM object w/ lazy initialization
Reviewed-by: mchung
2013-01-08 11:55:21 -08:00
Weijun Wang
d9c892c9fd
8005447: default principal should act as anyone
...
Reviewed-by: valeriep
2013-01-08 14:54:56 +08:00
Stuart Marks
f660de4e1e
7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently
...
Tighten up JavaVM test library API, and adjust tests to match.
Reviewed-by: mchung, dmocek
2013-01-07 18:09:07 -08:00
Valerie Peng
2edaf46a3d
Merge
2013-01-07 14:40:07 -08:00
Brent Christian
b21bc8e16d
8003228: (props) sun.jnu.encoding should be set to UTF-8 [macosx]
...
Hard-code sun.jnu.encoding to UTF-8 on Mac
Reviewed-by: naoto
2013-01-07 13:19:03 -08:00
Valerie Peng
96c5499439
6996769: support AEAD cipher
...
Added implementation for GCM mode under AES cipher
Reviewed-by: weijun
2013-01-07 11:11:54 -08:00
David Dehaven
1381be8b23
8004547: Extend JavaFX launcher support to allow full JavaFX launch feature set
...
Reviewed-by: mchung, kcr, ksrini
2013-01-07 09:58:48 -08:00
Chris Hegarty
f4c27e0ba1
8005709: Add at since tags to new FJP getCommonPoolParallelism and commonPool
...
Reviewed-by: dl
2013-01-05 17:06:54 +00:00
Amy Lu
6ae79cff82
8005683: ProblemList.txt updates (01/2013)
...
Reviewed-by: mchung, alanb
2013-01-04 16:10:14 -08:00
Erik Joelsson
02d2100562
8005723: build-infra: in new infra build, sec-windows-bin-zip and jgss-windows-*-bin.zip are missing
...
Reviewed-by: tbell
2013-01-04 22:43:32 +01:00
Erik Joelsson
a4434fe7db
8005654: build-infra: Create sec-bin.zip
...
Reviewed-by: tbell
2013-01-04 17:09:10 +01:00
Erik Joelsson
df61de8df2
8005694: build-infra: Cleanup of misc changes in build-infra
...
Reviewed-by: tbell
2013-01-04 16:54:41 +01:00
Chris Hegarty
c994d9bc0e
8005638: Less secure Authentication schemes should work when more secure schemes are not available
...
Reviewed-by: alanb
2013-01-04 11:34:17 +00:00
Chris Hegarty
6061c09cab
8005659: Add tools/pack200/AttributeTests.java to exclude list (ProblemList.txt) until pack200 updated to support method parameters
...
Reviewed-by: mchung, ksrini
2013-01-04 11:18:00 +00:00
David Katleman
36dee83516
Added tag jdk8-b71 for changeset 8c4241503c02
2013-01-03 12:44:50 -08:00
Erik Joelsson
9ff32c288e
8005635: build-infra: Support building install in jprt
...
Co-authored-by: Tim Bell <tim.bell@oracle.com>
Reviewed-by: ohair
2013-01-03 20:55:52 +01:00
Chris Hegarty
83223ad4ac
8005634: tools/launcher/VersionCheck.java fails version check on jdeps
...
Add jdeps to the list of tools that do not support '-version'
Reviewed-by: mchung
2013-01-03 10:00:55 +00:00
Erik Joelsson
55ba91ee3e
8005355: build-infra: Java security signing (need a top-level make target)
...
Reviewed-by: tbell, ohair
2013-01-02 15:35:12 +01:00
Lana Steuck
b7af263526
Merge
2012-12-28 18:36:41 -08:00
Lana Steuck
177206a185
Merge
2012-12-28 18:30:56 -08:00
Lana Steuck
46b23b4009
Merge
2012-12-28 18:28:39 -08:00
Stuart Marks
dbdd083e7c
Merge
2012-12-28 17:36:41 -08:00
Jim Gish
f933209475
8005594: Fix to 8003265 breaks build
...
Backout changeset d05f028770b9
Reviewed-by: smarks, wetmore
2012-12-28 18:32:26 -05:00
Jim Gish
2fc01efdd8
8005118: Javadoc styles are inconsistent
...
Use a common javadoc style in the String classes
Reviewed-by: darcy
2012-12-28 16:56:54 -05:00
Lana Steuck
33a20f586c
Merge
2013-01-01 17:49:22 -08:00
Chris Hegarty
c2f4000a6f
8005556: java/net/Socks/SocksV4Test.java is missing @run tag
...
Reviewed-by: alanb
2012-12-29 11:00:15 +00:00
Mandy Chung
f85705002e
8003562: Provide a CLI tool to analyze class dependencies
...
Reviewed-by: jjg, alanb, ulfzibis, erikj
2012-12-28 22:21:40 -08:00
Shanliang Jiang
36ae539974
7120365: DiffHBTest.java fails due to ConcurrentModificationException
...
The problem is from the server notification forwarder, it should use a copy of listener set to do iterate.
Reviewed-by: alanb
2012-12-28 16:44:27 +01:00
Xue-Lei Andrew Fan
a16e8f75d6
8003265: Need to clone array of input/output parameters
...
Reviewed-by: mullan
2012-12-28 03:50:57 -08:00
Erik Joelsson
e781e203bf
8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
...
Reviewed-by: ohair, tbell
2012-12-28 09:51:46 +01:00
Xue-Lei Andrew Fan
6d41a58c82
7109274: Restrict the use of certificates with RSA keys less than 1024 bits
...
This restriction is applied via the Java Security property, "jdk.certpath.disabledAlgorithms". This will impact providers that adhere to this security property.
Reviewed-by: mullan
2012-12-28 00:48:12 -08:00
Masayoshi Okutsu
552c289b79
8005561: typo in Calendar
...
Reviewed-by: peytoia
2012-12-28 16:39:22 +09:00
Yuka Kamiya
ada3653e48
8005277: Regression in JDK 7 in Bidi implementation
...
Reviewed-by: okutsu
2012-12-28 15:07:08 +09:00
Masayoshi Okutsu
12ae00bd7d
8005471: DateFormat: Time zone info is not localized when adapter is CLDR
...
Reviewed-by: peytoia
2012-12-28 14:13:10 +09:00
Chris Hegarty
d2bce7f267
8003981: Support Parallel Array Sorting - JEP 103
...
Co-authored-by: David Holmes <david.holmes@oracle.com>
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: chegar, forax, dholmes, dl
2012-12-27 21:55:24 +00:00
David Katleman
b4bb519963
Added tag jdk8-b70 for changeset ee8e64d2ea04
2012-12-27 12:15:09 -08:00
Erik Joelsson
b9ea1c8108
8005540: build-infra: Improve incremental build speed on windows by caching find results
...
Reviewed-by: ohair
2012-12-27 20:18:42 +01:00
Dmitry Cherepanov
d11167de22
8001161: mac: EmbeddedFrame doesn't become active window
...
Reviewed-by: ant
2012-12-27 16:08:30 +04:00
David Katleman
da7613dbbd
Merge
2012-12-26 14:24:32 -08:00
Sean Mullan
2826ca39d3
Merge
2012-12-26 10:08:36 -05:00
Sean Mullan
4bc8e6ac87
8005117: Eliminate dependency from ConfigSpiFile to com.sun.security.auth.login.ConfigFile
...
Reviewed-by: alanb, mchung, weijun
2012-12-26 10:07:00 -05:00
Andrew Brygin
dfbb5287a9
8005402: Need to provide benchmarks for color management
...
Reviewed-by: jgodinez, prr
2012-12-24 14:22:23 +04:00
Andrew Brygin
78a555f9e0
7124245: [lcms] ColorConvertOp to color space CS_GRAY apparently converts orange to 244,244,0
...
Reviewed-by: prr
2012-12-24 14:03:04 +04:00
Yong Jeffrey Huang
2185318b56
Merge
2012-12-23 19:11:15 -08:00
Joe Wang
7dd77a4b62
8005280: (props) Improve test coverage for small XML parser
...
Added a few more invalid XML files, international characters to LoadAndStore test, and a behavior compatibility test.
Reviewed-by: alanb, lancea
2012-12-21 17:29:23 -08:00
Alejandro Murillo
11425ca9ff
Merge
2012-12-21 10:27:22 -08:00
Alexander Potochkin
84f4754563
8003982: new test javax/swing/AncestorNotifier/7193219/bug7193219.java failed on macosx
...
Reviewed-by: anthony, alexsch
2012-12-21 19:11:50 +04:00
Shanliang Jiang
446a481b15
8005325: The script should use TESTVMOPTS
...
Put back TESTVMOPTS which was removed by mistake.
Reviewed-by: smarks
2012-12-21 10:58:20 +01:00
Jaroslav Bachorik
ad4080a20a
7146162: javax/management/remote/mandatory/connection/BrokenConnectionTest.java failing intermittently
...
ClientCommunicatorAdmin should call gotIOException((IOException)e) instead of restart((IOException)e) when detecting a communication error, because the method gotIOException will send a failure notification if necessary.
Reviewed-by: emcmanus, sjiang
2012-12-21 09:27:37 +01:00
Stuart Marks
1fd4da4d29
8005290: remove -showversion from RMI test library subprocess mechanism
...
Reviewed-by: jgish, chegar, dmocek
2012-12-20 20:11:45 -08:00
Yong Jeffrey Huang
06be28ce8d
7195759: ISO 4217 Amendment 154
...
Reviewed-by: naoto
2012-12-20 18:53:46 -08:00
David Katleman
306cab1006
8004982: JDK8 source with GPL header errors
...
Reviewed-by: ohair
2012-12-20 16:24:50 -08:00
Jennifer Godinez
9008a63fde
7180359: Assertion in awt_Win32GraphicsDevice.cpp when running specjbb in jprt
...
Reviewed-by: bae, prr
2012-12-20 14:43:35 -08:00
Alan Bateman
50185a4371
8005281: (props) loadFromXML/storeToXML with small parser is not thread safe
...
Reviewed-by: mchung
2012-12-20 20:40:04 +00:00
Alan Bateman
27f7bfd9f0
8001048: JSR-160: Allow IIOP transport to be optional
...
Reviewed-by: dsamersoff, dfuchs, mchung
2012-12-20 20:29:59 +00:00
Doug Lea
f2c8fd3d1a
8004330: Add missing Unsafe entry points for addAndGet() family
...
Add Unsafe addAndGet() methods which have intrinsics in Hotspot (7023898)
Reviewed-by: alanb, kvn
2012-12-20 12:24:52 -08:00
Christian Thalinger
d8b54b1219
8005345: JSR 292: JDK performance tweaks
...
Reviewed-by: kvn, jrose
2012-12-20 11:16:14 -08:00
David Katleman
b2724c11c4
Added tag jdk8-b69 for changeset 5dfed9cbd6cf
2012-12-20 09:18:20 -08:00
Jaroslav Bachorik
96c02bccd3
8005309: Missed tests for 6783290,6937053,7009998
...
Missed tests for 6783290,6937053,7009998
Reviewed-by: sjiang, emcmanus
2012-12-20 20:12:32 +04:00
Chris Hegarty
6d67de55fa
8005306: Redundant cast warning in KeepAliveStream.java
...
Reviewed-by: alanb
2012-12-20 15:04:53 +00:00
Doug Lea
a3f6c5ebeb
8002356: Add ForkJoin common pool and CountedCompleter
...
Reviewed-by: chegar, mduigou
2012-12-20 13:44:06 +00:00
Jaroslav Bachorik
199a9c32b2
7009998: JMX synchronization during connection restart is faulty
...
Add a return statement after the re-connecting has finished and the state is CONNECTED
Reviewed-by: sjiang
2012-12-20 17:24:56 +04:00
Jaroslav Bachorik
bba9907d2a
6937053: RMI unmarshalling errors in ClientNotifForwarder cause silent failure
...
The catch block in the fetchNotifs() method is extended to expect UnmarshalException
Reviewed-by: emcmanus
2012-12-20 16:56:33 +04:00
Erik Joelsson
8c190945b9
8005178: build-infra: Dependency on libfdlibm on mac is broken
...
Reviewed-by: tbell, ohair
2012-12-20 13:05:21 +01:00
Jaroslav Bachorik
28979bd7a2
6783290: MBeanInfo/MBeanFeatureInfo has inconsistent readObject/writeObject
...
Call readObject in all cases
Reviewed-by: emcmanus
2012-12-20 16:02:42 +04:00
David Katleman
6fd78e16c1
Merge
2012-12-19 13:38:05 -08:00
Joe Darcy
059b2b67b3
8005097: Tie isSynthetic javadoc to the JLS
...
Reviewed-by: mduigou
2012-12-19 11:53:52 -08:00
Alan Bateman
4ce906db2b
8005248: (props) Integrate small footprint parser into Properties
...
Reviewed-by: joehw, mchung, psandoz, erikj
2012-12-19 14:53:33 +00:00
Joe Wang
122ca6521e
8004371: (props) Properties.loadFromXML needs small footprint XML parser as fallback when JAXP is not present
...
Reviewed-by: alanb, mchung, psandoz
2012-12-19 12:09:10 +00:00
Shanliang Jiang
679f2eee3f
7158614: JMXStartStopTest.sh failing intermittently
...
Fixed 3 problems here: 1) checked the lock file too eary 2) never got the process id of a java test 3) some shell commands were not supported in some Solaris machines.
Reviewed-by: dsamersoff, alanb
2012-12-19 11:06:51 +01:00
Erik Joelsson
606197bf4b
8004803: build-infra: Cannot use icedtea as boot for closed build
...
Set bootclasspath to javac and not the running jvm
Reviewed-by: ohair
2012-12-19 09:46:28 +01:00
Lana Steuck
a0e241952c
Merge
2012-12-18 18:14:50 -08:00
Aleksey Shipilev
f39122797e
8004318: JEP-171: Support Unsafe fences intrinsics
...
Add three memory-ordering intrinsics to the sun.misc.Unsafe class.
Reviewed-by: twisti, kvn
2012-12-18 17:47:50 -08:00
Lana Steuck
5c4f1d7778
Merge
2012-12-18 16:14:59 -08:00
Joel Borggren-Franck
6fec53905c
8004699: Add type annotation storage to Constructor, Field and Method
...
Reviewed-by: darcy, dholmes
2012-12-18 14:49:39 -08:00
Joe Darcy
407aefdc02
8005042: Add Method.isDefault to core reflection
...
Reviewed-by: alanb, forax, mduigou, jgish, mchung
2012-12-18 14:44:13 -08:00
Sean Mullan
be64e9b087
8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01
...
Reviewed-by: vinnie, skoivu, mgrebac, ohair, tbell
2012-12-18 13:48:48 -05:00
Konstantin Shefov
f569dcc7e9
7104594: [macosx] Test closed/javax/swing/JFrame/4962534/bug4962534 expects Metal L&F by default
...
Reviewed-by: yan, alexsch
2012-12-18 15:17:58 +00:00
Martin Buchholz
e046c9d3f5
8004863: Infinite Loop in KeepAliveStream
...
Reviewed-by: chegar
2012-12-17 18:39:59 -08:00
Jonathan Gibbons
fe6a78af86
8004832: Add new doclint package
...
Reviewed-by: erikj, ohair
2012-12-17 10:31:27 -08:00
Mario Torre
d398aa77d7
8005018: X11: focus problems with openjdk 1.7.0 under gnome3 when selected keyboard is not the first in keyboard list
...
Don't consider extraenous bits when checking button mask, so that grabWindowRef on the window is not confused and released correctly
Reviewed-by: art, anthony
2012-12-17 17:43:21 +01:00
Jonathan Gibbons
d159fff7fd
8005090: Include com.sun.source.doctree in Tree API docs
...
Reviewed-by: erikj
2012-12-17 08:34:43 -08:00
Chris Hegarty
00802749ea
8005081: java/util/prefs/PrefsSpi.sh fails on macos-x
...
Reviewed-by: alanb
2012-12-17 16:27:05 +00:00
Sean Mullan
627cd88eba
Merge
2012-12-17 08:30:06 -05:00
Sean Mullan
f458bb3861
8004234: Downgrade normative references to ${java.home}/lib/security/krb5.conf
...
Reviewed-by: alanb, weijun
2012-12-17 08:28:27 -05:00
Sergey Malenkov
aed660dc95
8005065: [findbugs] reference to mutable array in JavaBeans
...
Reviewed-by: alexsch
2012-12-17 16:58:56 +04:00
Alexey Utkin
c5c34df7bf
8004928: TEST_BUG: Reduce dependence of CoreLib tests from the AWT subsystem
...
The tests were refactored to drop AWT dependence where it was possible.
Reviewed-by: alanb, mchung
2012-12-17 14:34:37 +04:00
Lana Steuck
166cf4fbc1
Merge
2012-12-16 22:09:28 -08:00
Weijun Wang
5ded9d47a1
7197159: accept different kvno if there no match
...
Reviewed-by: xuelei
2012-12-17 12:18:46 +08:00
Alan Bateman
29698e6212
8004963: URLConnection, downgrade normative reference to ${java.home}/lib/content-types.properties
...
Reviewed-by: chegar
2012-12-15 15:07:35 +00:00
Lana Steuck
0118983407
Merge
2012-12-14 13:14:33 -08:00
Lana Steuck
39ddaf8a4b
Merge
2012-12-14 11:22:16 -08:00
Lana Steuck
abe9bf1b53
Merge
2012-12-14 11:21:09 -08:00
Konstantin Shefov
65793d5644
6757986: javax/swing/JInternalFrame/5066752/bug5066752.java needs correction
...
Reviewed-by: serb, alexsch
2012-12-14 13:32:59 +00:00
David Holmes
516f5d5da2
8003632: HPROF class file version java.lang.RuntimeException errors
...
Reviewed-by: mchung, lancea
2012-12-13 21:18:27 -05:00
David Katleman
d25f3ac7fb
Added tag jdk8-b68 for changeset e56b4a0c1da8
2012-12-13 09:05:35 -08:00
Rob McKenna
7524cd99c1
8000525: Java.net.httpcookie api does not support 2-digit year format
...
Reviewed-by: chegar
2012-12-13 15:28:40 +00:00
Konstantin Shefov
077973261a
7132385: [macosx] IconifyTest of RepaintManager could use some delay
...
Reviewed-by: serb, alexsch
2012-12-13 15:14:22 +00:00
Mark Sheppard
c9063f559f
8003890: corelibs test scripts should pass TESTVMOPTS
...
Reviewed-by: chegar, alanb
2012-12-13 14:47:35 +00:00
Sean Mullan
25435d7aa4
Merge
2012-12-13 09:37:29 -05:00
Jason Uh
e3c39dffe5
7193792: sun/security/pkcs11/ec/TestECDSA.java failing intermittently
...
Reviewed-by: vinnie, wetmore
2012-12-13 09:35:35 -05:00
Chris Hegarty
453bef09b0
8004675: Inet6Address.getHostAddress should use string scope identifier where available
...
...and some minor stylistic cleanup
Reviewed-by: khazra, dsamersoff, michaelm
2012-12-13 14:33:32 +00:00
Chris Hegarty
2f8cd2937d
8004925: java/net/Socks/SocksV4Test.java failing on all platforms
...
Reviewed-by: alanb, dsamersoff
2012-12-13 09:55:55 +00:00
Lance Andersen
e57799bc0e
8004357: Implement various methods in SerialBlob/Clob/Array and specify Thread Safety
...
Reviewed-by: naoto
2012-12-12 20:57:45 -05:00
Weijun Wang
85db8f9602
8004235: Disable native JGSS provider on Mac
...
Reviewed-by: erikj, valeriep
2012-12-13 08:11:38 +08:00
Jim Gish
3e23931d0c
8004651: TEST: java/util/logging/CheckLockLocationTest.java failed to delete file (win)
...
Failure to delete test log file should be a warning instead of test failure
Reviewed-by: mduigou, smarks
2012-12-12 15:37:27 -08:00
David Katleman
f522d676c3
Merge
2012-12-12 13:21:39 -08:00
Stuart Marks
38887c7167
8004748: clean up @build tags in RMI tests
...
Reviewed-by: alanb, darcy, mchung
2012-12-12 09:53:01 -08:00
Denis Fokin
3780f56b0f
8004341: Two JCK tests fails with 7u11 b06
...
Reviewed-by: serb, skoivu
2012-12-12 21:08:19 +04:00
Rob McKenna
bf46e16bbc
8004337: java/sql tests aren't run in test/Makefile
...
Reviewed-by: lancea, alanb
2012-12-12 15:57:14 +00:00
Sean Mullan
6d9c854a3d
Merge
2012-12-12 09:27:35 -05:00
Sean Mullan
f7ad1c8c98
8004064: Downgrade normative references to ${java.home}/lib/security/java.security
...
Reviewed-by: alanb, vinnie, xuelei
2012-12-12 09:25:24 -05:00
Alan Bateman
64b0adf837
8004874: Reduce dependency on java.beans to only add/removePropertyChangeListener
...
Reviewed-by: ksrini, mchung, dholmes
2012-12-12 13:03:05 +00:00
Chris Hegarty
2f710eebba
8004921: Trivial javadoc warnings in Base64
...
Reviewed-by: darcy
2012-12-12 11:35:18 +00:00
Weijun Wang
c740727efc
8004904: Makefile for ntlm
...
Reviewed-by: erikj, chegar
2012-12-12 18:39:34 +08:00
Jayashree Viswanathan
2c1f08ea9e
8004316: Printer - tempfile having incorrect extension
...
Reviewed-by: bae, jgodinez
2012-12-12 13:28:35 +08:00
Mike Duigou
20d79bf440
8004905: Correct license of test to remove classpath exception
...
Reviewed-by: akhil
2012-12-11 20:49:44 -08:00
Akhil Arora
ee1832fd74
8003246: Add InitialValue Supplier to ThreadLocal
...
Reviewed-by: mduigou, forax, dl, chegar, briangoetz
2012-12-11 15:33:16 -08:00
Petr Pchelko
c745a7e923
7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
...
The new implementation of EmbeddedFrame to support SWT_AWT Bridge
Reviewed-by: anthony, serb, leonidr
2012-12-11 19:45:00 +04:00
Erik Joelsson
5695b639f8
8001753: build-infra: mismatch with full debug symbol control for hotspot
...
Changing boolean values of ENABLE_DEBUG_SYMBOLS.
Reviewed-by: dholmes, ohair
2012-12-11 12:27:34 +01:00
Weijun Wang
2be2f20b65
8004488: wrong permissions checked in krb5
...
Reviewed-by: xuelei
2012-12-11 13:14:56 +08:00
Lana Steuck
393e43594b
Merge
2012-12-10 20:58:36 -08:00
Frank Ding
9cb760fd37
6512101: Incorrect encoding in NetworkInterface.getDisplayName()
...
Reviewed-by: chegar, dsamersoff
2012-12-11 10:42:24 +08:00
Mandy Chung
e4a502d7f5
4819681: Typo in http://java.sun.com/j2se/1.4.1/docs/api/java/util/logging/LogManager.html
...
Simple capitalization typo in LogManager() description
Reviewed-by: darcy, mchung
2012-12-10 15:15:57 -08:00
Michael McMahon
5e999034a3
8003948: NTLM/Negotiate authentication problem
...
Reviewed-by: chegar, weijun
2012-12-10 14:56:44 +00:00
Masayoshi Okutsu
78a8ed73a2
8000983: Support narrow display names for calendar fields
...
8003267: Support generic time zone names in TimeZoneNameProvider (SPI)
Reviewed-by: naoto
2012-12-10 10:52:11 +09:00
Dan Xu
8be8c66772
7194370: (fs) WatchService fails if volume S/N is 0 [win]
...
Reviewed-by: alanb, forax
2012-12-09 19:13:08 +00:00
David Dehaven
4698a5c96d
8004042: Arrrghs.java test failed on windows with access error
...
Reviewed-by: smarks, jjh, ksrini
2012-12-09 07:43:12 -08:00
Jaroslav Bachorik
07d6fc6bd1
8000537: Contextualize RequiredModelMBean class
...
Contextualize RequiredModelMBean class
Reviewed-by: asaha
2012-12-07 22:49:08 +04:00
Robert Field
846f0f2ded
8003881: Prevent lambda implementing inner classes from allowing the creation of new instances
...
Lambda implementing inner classes now has private constructor (thanks Kumar)
Reviewed-by: ksrini
2012-12-06 21:55:55 -08:00
Lance Andersen
fbc76e673a
8004374: CachedRowSetSwriter.writeData reports wrong number of conflicts in SyncProviderException
...
Reviewed-by: naoto
2012-12-06 15:51:44 -05:00
David Katleman
d8eae9f3ec
Added tag jdk8-b67 for changeset 558a3373ba7e
2012-12-06 12:04:35 -08:00
Erik Joelsson
6fd00f446e
8004104: build-infra: Minor cleanup
...
Reviewed-by: ohrstrom, tbell
2012-12-06 12:09:33 +01:00
Jim Gish
aab1dbdc30
8004317: TestLibrary.getUnusedRandomPort() fails intermittently, but exception not reported
...
Reviewed-by: alanb, dmocek, smarks
2012-12-05 21:08:14 -08:00
Mandy Chung
d093c6fbb6
8004175: Restricted packages added in java.security are missing in java.security-{macosx, solaris, windows}
...
Reviewed-by: alanb, ahgross, mullan
2012-12-05 14:02:58 -08:00
Edvard Wendelin
f92370665e
Merge
2013-02-03 23:25:38 +01:00
David Katleman
7350163053
Merge
2012-12-05 12:53:55 -08:00
Alan Bateman
f5797a2ffe
8004491: Build breakage on Linux due to 8004188
...
Reviewed-by: chegar, erikj
2012-12-05 12:20:00 +00:00
Erik Joelsson
6c560d6b09
8004281: build-infra: Move all jar creation to images target and put jars in images/lib
...
Reviewed-by: ohair, tbell, dholmes
2012-12-05 10:12:57 +01:00
Jason Uh
a3f91508bd
8004188: Rename src/share/lib/security/java.security to java.security-linux
...
Reviewed-by: mullan, mchung
2012-12-04 17:40:41 -05:00
Jim Gish
f436d23492
8003596: TEST_BUG: java/util/logging/CheckLockLocationTest.java failing [win]
...
Reviewed-by: alanb
2012-12-04 20:21:19 +00:00
Lana Steuck
0e089aadcd
Merge
2012-12-04 11:46:27 -08:00
Lana Steuck
e7f9c73f87
Merge
2012-12-04 11:41:44 -08:00
Krystal Mo
e6ab16c283
8004066: TEST_BUG: test/java/lang/Math/DivModTests.java assumes ArithmeticException message
...
Reviewed-by: twisti, alanb, dholmes
2012-12-04 15:10:03 +00:00
Dan Xu
00ad2900dd
7142921: (fs) Files.probeContentType reports a MIME type of "text/plain" on Ubuntu 11.04
...
7144997: (fs) Files.probeContentType returns null on Solaris 64-bit
Reviewed-by: alanb, mduigou
2012-12-04 14:07:30 +00:00
Andrew Haley
0b8ff32553
8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c
...
Code does not check for JNU_GetEnv returning NULL.
Reviewed-by: anthony
2012-12-04 14:02:08 +00:00
Jayashree Viswanathan
ec15d0a1b0
4631925: JColor Chooser is not fully accessible
...
Reviewed-by: alexsch
2012-12-04 17:17:45 +04:00
Alexander Scherbatiy
8841803399
8002077: Possible mnemonic issue on JFileChooser Save button on nimbus L&F
...
Reviewed-by: serb
2012-12-04 16:42:19 +04:00
Jaroslav Tulach
288c935f0d
8003830: NPE at BasicTreeUI$Actions.page:4470
...
Reviewed-by: serb, alexsch
2012-12-04 15:56:02 +04:00
Alexander Scherbatiy
367e07444a
6671481: NPE at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
...
Reviewed-by: serb
2012-12-04 15:26:57 +04:00
Jason Uh
e4c0346aa9
7199143: RFE: OCSP revocation checker should provide possibility to specify connection timeout
...
Added com.sun.security.ocsp.timeout system property to control timeout
Reviewed-by: mullan, vinnie
2012-12-03 11:07:20 -05:00
Xue-Lei Andrew Fan
eb66ce8b2e
8004184: security tests leave JSSEServer running
...
Use othervm mode to release resources, and correct the system properties issues in JSSE
Reviewed-by: chegar
2012-12-03 06:00:19 -08:00
Andrew Brygin
0c7b2461a2
7124347: [macosx] java.lang.InternalError: not implemented yet on call Graphics2D.drawRenderedImage
...
Reviewed-by: prr, flar
2012-12-03 16:26:47 +04:00
Weijun Wang
fdd109b467
7198507: [TEST_BUG] sun/security/tools/keytool/console.sh should be rewritten
...
Reviewed-by: xuelei
2012-12-03 17:14:03 +08:00
Bill Pittore
ecdf296456
7200297: agent code does not handle multiple boot library path elements correctly
...
When bug 6819213 was fixed it enabled sun.boot.library.path property to contain multiple paths. Code in agents does not handle multiple paths when attempting to find dependent shared libs.
Reviewed-by: dholmes, sspitsyn, dsamersoff
2012-12-02 19:16:56 -05:00
Alan Bateman
d2d5213b87
8003846: Override mechanism for currency data should not require creating currency.properties in java.home
...
Reviewed-by: naoto
2012-12-02 16:37:31 +00:00
Xueming Shen
e78a1eb083
8004212: java.util.Base64 methods decodeArray and decodeBuffer should return the number of bytes written
...
To return the length instead of position
Reviewed-by: alanb
2012-12-01 11:36:25 -08:00
Lana Steuck
76863b84de
Merge
2012-11-30 17:09:05 -08:00
Lana Steuck
351dbc4683
Merge
2012-11-30 16:33:50 -08:00
Lana Steuck
ad0ada24a2
Merge
2012-11-30 16:02:00 -08:00
Kurchi Subhra Hazra
d7cae9afff
7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"
...
Set -Djava.util.prefs.userRoot to current working directory of user in the prefs tests
Reviewed-by: alanb, chegar, weijun, dxu
2012-11-30 12:00:07 -08:00
David Chase
98c1b902dd
8001885: JSR 292 classes should use jdk.internal.org.objectweb.asm
...
Reviewed-by: kvn, jrose, twisti
2012-11-30 11:42:55 -08:00
Konstantin Shefov
792a1f9d72
7124242: [macosx] Test doesn't work because of the frame round corners in the LaF
...
Reviewed-by: anthony, yan, alexsch
2012-11-30 12:39:37 +00:00
Denis Fokin
eb67f3f1da
7201064: Better dialogue checking
...
Reviewed-by: serb, skoivu
2012-11-30 15:51:44 +04:00
Joel Borggrén-Franck
5b7045b5ba
8004110: Remove debug code form sun/reflect/annotation/AnnotationSupport.java
...
Reviewed-by: jjg, darcy
2012-11-30 09:47:17 +01:00
Alan Bateman
a42dd61e45
7165762: (aio) Default thread pool should be configured so that threads terminated after a timeout period
...
Reviewed-by: chegar
2012-11-30 16:29:32 +00:00
Alan Bateman
2f3796af9d
8003949: LogManager, downgrade normative reference to ${java.home}/lib/logging.properties
...
Reviewed-by: psandoz, mchung
2012-11-30 11:18:16 +00:00
Shi Jun Zhang
4b272f6fdd
8004211: Remove unused dlinfo local variable in launcher code
...
Reviewed-by: alanb
2012-11-30 17:24:54 +08:00
Andrew Brygin
96a62b95f3
7124223: [macosx] Regression test failure with new exception, when glyph is positioned explicitly
...
Reviewed-by: jgodinez
2012-11-30 11:32:36 +04:00
Staffan Larsen
c1126e3727
7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo
...
Reviewed-by: okutsu
2012-11-30 08:17:02 +01:00
Amy Lu
dd42277862
8004134: More ProblemList.txt updates (11/2012)
...
Reviewed-by: alanb
2012-11-29 14:43:46 -08:00
David Katleman
32e0bb9c4e
Added tag jdk8-b66 for changeset bc93357f4936
2012-11-29 11:31:01 -08:00
Peter Levart
79727a83aa
8004141: UnsafeStaticFieldAccessorImpl#base should be final
...
Reviewed-by: chegar, alanb
2012-11-29 17:03:52 +00:00
Alexander Scherbatiy
463528217c
8000423: Diacritic is not applyed to a base letter on Linux
...
Reviewed-by: anthony, serb
2012-11-29 07:42:23 -05: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
Stuart Marks
2d91430e91
8004131: move jdi tests out of core testset
...
Reviewed-by: alanb, chegar
2012-11-28 17:31:35 -08:00
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
David Katleman
8a5c8801ab
Merge
2012-11-28 14:06:14 -08: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
Erik Joelsson
2f74d6d52e
8003482: build-infra: Use correct manifest in security jars
...
Reviewed-by: ohair, ohrstrom
2012-11-28 14:10:00 +01:00
Erik Joelsson
861d5c3e01
8003528: build-infra: Diffs in libjava and hotspot libs on solaris
...
Reorder libraries on link command line to match old build.
Reviewed-by: ohair, ohrstrom
2012-11-28 13:49:33 +01:00
Erik Joelsson
bf822bfa13
8003477: build-infra: Remove explicit source file listings for libs when possible
...
Reviewed-by: ohair, ohrstrom
2012-11-28 13:29:35 +01:00
Erik Joelsson
318015ba7a
8001460: build-infra: Linker warnings on macosx
...
Remove creation of empty i386 section from fdlibm
Reviewed-by: ohair
2012-11-28 13:20:43 +01:00
Andrew Brygin
35183211d7
7064516: ImageIO.read() fails to load an image
...
Reviewed-by: jgodinez, prr
2012-11-28 14:12:32 +04:00
Erik Joelsson
b197a6ca68
8003960: build-infra: Jarsigner launcher has wrong classname
...
Fixed package name in launcher
Reviewed-by: alanb, ohair, ohrstrom
2012-11-28 09:47:25 +01:00
Vadim Pakhnushev
17ab9f5969
5082749: GIF stream metadata specification of aspect ratio is incorrect
...
Reviewed-by: bae, prr
2012-11-28 12:38:43 +04:00
Vadim Pakhnushev
d89c34023b
4649812: GIFImageReader handles transparency incorrectly
...
Reviewed-by: bae, prr
2012-11-28 12:28:10 +04: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
Sergey Bylokhov
bfc0bfcd8e
8002308: [macosx] 7198229 should be applied to the user action only
...
Reviewed-by: anthony, skovatch
2012-11-27 17:03:19 +04:00
Mandy Chung
7dde39f4f5
6664509: Add logging context
...
6664528: Find log level matching its name or value given at construction time
Reviewed-by: alanb, ahgross, jgish, hawtin
2012-11-26 22:49:06 -08: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
Denis Fokin
6ddbe35ee2
7186952: Improve clipboard access
...
Reviewed-by: serb, ahgross
2012-11-26 20:49:54 +04: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
Alexander Zuev
e0eaca5e5a
8003273: Missing testcase for 7171812
...
Reviewed-by: art, serb
2012-11-21 20:42:54 +04:00
Sergey Bylokhov
55eba1fa2e
7154516: [macosx] Popup menus have no visible borders
...
Reviewed-by: anthony, denis
2012-11-21 15:58:09 +04:00
Sergey Bylokhov
6a2db1d680
7193214: Consider simplifying CPlatformWindow.setResizable()
...
Reviewed-by: anthony, denis
2012-11-21 15:54:41 +04:00
Sergey Bylokhov
27d64e18d2
7124552: [macosx] NullPointerException in getBufferStrategy()
...
7124219: [macosx] Unable to draw images to fullscreen
Reviewed-by: bae, anthony
2012-11-21 15:50:34 +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
Lana Steuck
822139baf8
Merge
2012-11-20 11:49:27 -08:00
Lana Steuck
12c1fa1d8b
Merge
2012-11-20 11:47:52 -08:00
Lana Steuck
8eed09101d
Merge
2012-11-20 11:46:43 -08:00
Sergey Malenkov
f19ad0fb5b
8003333: Regression: java/beans/EventHandler/Test6277266.java fails with ACE
...
Reviewed-by: art
2012-11-20 18:56:01 +04:00
Andrew Brygin
b9b5963522
8002325: Improve management of images
...
Reviewed-by: prr, ahgross
2012-11-20 11:46:42 +04: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
Darryl Mocek
103aa32912
8001242: Improve RMI HTTP conformance
...
Reviewed-by: ahgross, mchung, smarks
2012-11-19 15:38:56 -08:00
Darryl Mocek
52caa8646b
6563318: RMI data sanitization
...
Reviewed-by: ahgross, hawtin, mchung, smarks
2012-11-19 13:54:12 -08: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
Andrew Brygin
7749e896e7
8001972: Improve image processing
...
Reviewed-by: prr, ahgross
2012-11-16 11:05:43 +04: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
David Katleman
6e2b60ce65
Added tag jdk8-b65 for changeset 3afebf1aaea2
2012-11-15 15:40:03 -08:00
Oleg Pekhovskiy
1d3d850ee0
7192977: Issue in toolkit thread
...
Reviewed-by: skoivu, rupashka, art
2012-11-15 23:03:31 +04: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
Tim Bell
10568b5266
Merge
2012-11-15 00:55:17 +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
Erik Joelsson
acd0ee7c35
8001906: build-infra: warning: [path] bad path element on Solaris
...
Remove unnecesary -cp parameter from compile line
Reviewed-by: ohair, tbell
2012-11-14 10:21:45 -08:00
Anton Litvinov
b05c04c8c0
6789984: JPasswordField can not receive keyboard input
...
Reviewed-by: naoto, anthony
2012-11-14 18:40:05 +04:00
Konstantin Shefov
f7ee6989a0
7147408: [macosx] Add autodelay to fix a regression test
...
Reviewed-by: serb, alexsch
2012-11-14 11:37:09 +00: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