Staffan Larsen
311ea4a969
7147848: com.sun.management.UnixOperatingSystem uses hardcoded dummy values [macosx]
...
Provide the missing implementation UnixOperatingSystem on Mac OS X
Reviewed-by: dsamersoff, dcubed
2012-04-17 06:45:57 +02:00
James Melvin
d090606f36
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
...
On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories.
Reviewed-by: dcubed, phh, ohair, katleman
2012-04-16 18:09:53 -04:00
Alan Bateman
b29ee10938
7143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSX
...
Reviewed-by: michaelm, chegar
2012-04-16 20:12:20 +01:00
Anthony Petrov
975313d5cc
7080700: numAppContexts is accessed in non-threadsafe way in sun.awt.AppContext
...
Replace a volatile integer with an AtomicInteger for numAppContexts
Reviewed-by: anthony, art, dholmes
2012-04-16 18:36:58 +04:00
Alex Menkov
253976ad79
7058852: javax/sound/sampled/FileWriter/AlawEncoderSync.java failing intermittently
...
Reviewed-by: prr
2012-04-16 17:04:49 +03:00
Charles Lee
a51733d81d
7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location
...
Reviewed-by: alanb
2012-04-16 11:12:10 +08:00
Pavel Porvatov
afa494b2a5
7149090: Nimbus:BorderFactory.createTitledBorder() the DEFAULT position of a title is not the same as the TOP
...
Reviewed-by: alexp
2012-04-15 12:58:12 +03:00
Vinnie Ryan
34af18cd40
7152169: TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionally fail due to keytool error on sparc
...
Reviewed-by: mullan
2012-04-13 19:00:08 +01:00
Leonid Romanov
8263a06f21
7124272: [macosx] VK_DELETE does produce an extraneous character in a TextArea or TextField
...
Reviewed-by: kizune, art
2012-04-13 20:31:47 +04:00
Sean Mullan
9fd5ef2141
Merge
2012-04-13 09:49:41 -04:00
Sean Mullan
ac620e811d
7152564: Improve CodeSource.matchLocation(CodeSource) performance
...
7155693: CodeSource.matchLocation getPort test can be improved
Reviewed-by: chegar
2012-04-13 09:46:25 -04:00
Daniel D. Daugherty
9de05ceb7a
7160895: tools/launcher/VersionCheck.java attempts to launch .debuginfo
...
Do not install .debuginfo files in bin dir.
Reviewed-by: ksrini, sspitsyn
2012-04-12 16:23:24 -07:00
Xueming Shen
1f4653910f
7067045: replaceAll("\u20ac", "$"); causses java.lang.StringIndexOutOfBoundsExceptio
...
Updated to throw IAE instead.
Reviewed-by: lancea
2012-04-12 15:01:41 -07:00
Xueming Shen
d4817a1e4f
7152690: Initialization error with charset SJIS_0213 when security manager is enabled
...
To use doPrivileged block to wrap the data reading code
Reviewed-by: alanb
2012-04-12 10:55:51 -07:00
Xueming Shen
17d3cafd5b
7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets
...
To use URI.getRawSchemeSpecificPart() to get the scheme part of the uri
Reviewed-by: alanb, chegar
2012-04-12 10:43:04 -07:00
David Katleman
b127787553
Added tag jdk8-b34 for changeset 17ed142e28eb
2012-04-12 09:35:30 -07:00
Kelly O'Hair
5ad937a85f
Merge
2012-04-12 08:11:45 -07:00
Kelly O'Hair
1095f90a26
7160976: Fix missing file in new build infrastructure: Defs-utils.gmk
...
Reviewed-by: ihse
2012-04-12 08:11:08 -07:00
Pavel Porvatov
93c317d8e6
7160653: test/javax/swing/plaf/synth/7158712/bug7158712.java failed on Ubuntu
...
Reviewed-by: alexp
2012-04-12 12:48:31 +03:00
Deven You
00b38ee051
6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator
...
Reviewed-by: alanb
2012-04-12 15:04:39 +08:00
Lana Steuck
d4fc10af1d
Merge
2012-04-11 18:52:45 -07:00
Lana Steuck
5e9ea38531
Merge
2012-04-11 18:44:33 -07:00
Bradford Wetmore
8716e4744b
7157903: JSSE client sockets are very slow
...
Reviewed-by: xuelei
2012-04-11 17:12:35 -07:00
David Katleman
06ec3d779f
Merge
2012-04-11 14:09:48 -07:00
Leonid Romanov
9cbde0b81e
7124411: [macosx] There's no KEY_TYPED for VK_ESCAPE
...
Reviewed-by: art
2012-04-11 21:06:08 +04:00
Daniel D. Daugherty
5017ee9fdb
7071907: JDK: Full Debug Symbols
...
Add initial FDS support to some libraries and programs.
Reviewed-by: kamg, fparain, sspitsyn, dsamersoff
2012-04-11 07:26:35 -07:00
Lana Steuck
25e2d2bf5c
Merge
2012-04-10 23:18:33 -07:00
Sergey Bylokhov
2e12d45877
7097771: setEnabled does not work for components in disabled containers
...
Reviewed-by: art, anthony
2012-04-10 22:09:58 +04:00
Pavel Porvatov
910846ed2c
7158712: Synth Property "ComboBox.popupInsets" is ignored
...
Reviewed-by: alexp
2012-04-10 19:09:48 +03:00
Pavel Porvatov
e630f8d216
7146146: Deadlock between subclass of AbstractDocument and UndoManager
...
Reviewed-by: art
2012-04-10 18:53:15 +03:00
Fredrik Ohstrom
e32ab98b32
7074397: Build infrastructure changes (makefile re-write)
...
New makefiles transition, old and new living side by side for now.
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Torbjorn Granat <torbjorn.granat@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
2012-04-10 08:22:03 -07:00
Joel Borggrén-Franck
8a66dbf077
7158930: (ann) library support for repeating annotations is not built when compiling the JDK
...
Reviewed-by: ohair, erikj
2012-04-10 10:45:56 +02:00
Markus Grönlund
2c28d27dcf
7154809: JDI: update JDI/JDB debugee commandline option parsing
...
Update debugee commandline parsing
Reviewed-by: dcubed, dsamersoff, sla
2012-04-10 10:32:00 +02:00
Lana Steuck
69983c74a6
Merge
2012-04-09 21:57:17 -07:00
Weijun Wang
9c8af427e8
7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds()
...
Reviewed-by: valeriep, jjg
2012-04-10 12:15:03 +08:00
Sean Zhou
79f8fba3f9
7121314: Behavior mismatch between AbstractCollection.toArray(T[] ) and its spec
...
Co-authored-by: Ulf Zibis <ulf.zibis@gmx.de>
Co-authored-by: David Holmes <david.holmes@oracle.com>
Reviewed-by: dholmes, mduigou
2012-04-10 10:17:36 +08:00
Clemens Eisserer
2bf65cc749
7150134: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline
...
Reviewed-by: prr
2012-04-09 15:49:33 -07:00
Anthony Petrov
8de79a6398
7148275: [macosx] setIconImages() not working correctly (distorted icon when minimized)
...
Pass all images provided by user code to the system and let it do the right thing
Reviewed-by: art, swingler
2012-04-06 17:20:49 +04:00
Anthony Petrov
654920cc5b
7124553: [macosx] Need minimum size for titled Frames and JFrames
...
Forward-port the fix from 7u4 and also eliminate the grow box since we only support OS X 10.7+ that doesn't require it.
Reviewed-by: art, swingler
2012-04-06 17:15:09 +04:00
Anthony Petrov
1862aaa218
7147435: closed/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh failed since 7u4b11
...
Forward-port the fix from 7u4 and open-source the test
Reviewed-by: art
2012-04-06 17:03:34 +04:00
Phil Race
0d9cb5e775
7159136: JDK 7 font manager refactoring left JNI header generation and inclusion out of sync
...
Reviewed-by: igor, jgodinez
2012-04-05 15:17:19 -07:00
Phil Race
42a2707f1b
7159041: Fix for 7152519 causing build breakage
...
Reviewed-by: igor, jgodinez
2012-04-05 15:14:06 -07:00
David Katleman
9b1c60970b
Added tag jdk8-b33 for changeset fceb406055d8
2012-04-05 13:05:00 -07:00
Sergey Bylokhov
4acd4d97f3
7125657: [macosx] SpreadSheet demo has the broken display when clicking outside of the table
...
Reviewed-by: alexp, anthony, art
2012-04-05 20:38:24 +04:00
Sergey Bylokhov
da37ef4781
7124528: [macosx] Selection is not cleared properly in text component
...
Reviewed-by: anthony, art
2012-04-05 19:43:56 +04:00
Sergey Bylokhov
6412600e72
7149913: [macosx] Deadlock in LWTextComponentPeer
...
Reviewed-by: anthony, art
2012-04-05 19:22:54 +04:00
Sergey Bylokhov
09db79364b
7124401: [macosx] After call Frame dispose() application continues to work
...
Reviewed-by: art, alexp
2012-04-05 19:01:43 +04:00
Sergey Bylokhov
90430b3f49
7150105: [macosx] four scroll-buttons don't display. scroll-sliders cursors are TextCursor
...
Reviewed-by: anthony, art, alexp
2012-04-05 18:27:16 +04:00
Jim Gish
f3e1a941c5
7133806: Typo in Files.newByteChannel javadoc
...
Reviewed-by: chegar
2012-04-05 13:57:37 +01:00
Darryl Mocek
0881e4a989
7159130: add java/rmi/transport/pinClientSocketFactory to problem list
...
Reviewed-by: smarks
2012-04-04 15:57:04 -07:00