Lana Steuck
0ece4eae55
Merge
2011-03-18 15:44:48 -07:00
Lana Steuck
c5710296f1
Merge
2011-03-18 15:44:45 -07:00
Alan Bateman
49f0232c39
7028468: (fs) FileSystems.getDefault() fails when kernel micro version contains/ends non-numeric characters
...
Reviewed-by: forax, chegar
2011-03-18 19:46:02 +00:00
Lana Steuck
b755013961
Merge
2011-03-18 10:59:12 -07:00
Andrei Dmitriev
b8ff55c275
7016131: JDK 7 b127: 8 crashes in native frame:awt_DrawingSurface_FreeDrawingSurfaceInfo+0xc on linux amd64
...
Reviewed-by: dcherepanov, art
2011-03-18 17:56:47 +03:00
Daniel D. Daugherty
45f658fb76
7028668: 3/4 improve diagnosibility and robustness of sun.tools.attach.WindowsVirtualMachine.openProcess()
...
Add more info to OpenProcess default detail error message. Try a different technique when a Java process is attaching to itself.
Reviewed-by: zgu, ohair, alanb
2011-03-18 07:17:24 -07:00
John R Rose
e7ebd4792b
6839872: remove implementation inheritance from JSR 292 APIs
...
Move everything into a single package; remove all multi-package machinery
Reviewed-by: twisti, forax
2011-03-18 00:03:24 -07:00
Stuart Marks
7969a3155e
7022382: convert pack200 library code to use try-with-resources
...
Reviewed-by: ksrini
2011-03-17 18:50:06 -07:00
Michael McMahon
6a1b363341
6981922: DNS cache poisoning by untrusted applets
...
Reviewed-by: chegar
2011-03-17 18:26:50 -07:00
Denis Fokin
a472ac15e8
6907662: System clipboard should ensure access restrictions
...
Reviewed-by: alexp
2011-03-17 17:16:35 -07:00
Yuka Kamiya
0e25c51697
7027387: (tz) Support tzdata2011d
...
Reviewed-by: okutsu
2011-03-18 08:42:05 +09:00
Mike Duigou
deb8d5a4ff
5045147: Prevent insertion of null Key into empty TreeMap (and null element into TreeSet) when no Comparator is used. Prevent insertion of key of incorrect type into empty TreeMap and incorrect type element into TreeSet and incorrect type when Comparator is used
...
Reviewed-by: alanb, dl, mduigou
2011-03-17 14:42:40 -07:00
Suchen Chien
d1df6efddf
Added tag jdk7-b134 for changeset d7436373981b
2011-03-17 14:33:00 -07:00
Mike Duigou
84eab58ebb
Merge
2011-03-17 13:14:29 -07:00
Neil Richards
7ff32514bf
7028133: Specify serialVersionUID for RegularEnumSet and JumboEnumSet
...
Reviewed-by: alanb, mduigou
2011-03-17 13:13:08 -07:00
Xueming Shen
8ecd463d9f
6796662: (fmt spec) Formatter spec on BigDecimal output should not reference Float a
...
Updated the spec doc
Reviewed-by: alanb
2011-03-17 11:42:39 -07:00
Xue-Lei Andrew Fan
63838d971b
7028422: regression: SKID miss-matching
...
Do not override the previous setting for initial selection.
Reviewed-by: mullan
2011-03-17 08:55:41 -07:00
Lance Andersen
725342da29
7026898: DriverManager to now use CopyOnWriteArrayList
...
Reviewed-by: alanb, briangoetz
2011-03-17 11:37:06 -04:00
Sergey Malenkov
ee2da09405
7021517: java.beans code comments have issues with HTML4 compliance
...
Reviewed-by: rupashka
2011-03-17 18:22:54 +03:00
Andrew Brygin
933ed2b69d
7014528: ColorModel and SampleModel gotten from the same ImageTypeSpecifier instance can be not compatible
...
Reviewed-by: jgodinez, prr
2011-03-17 17:45:01 +03:00
David Holmes
d79934dd2f
7027910: Add basic cross-compilation support and add ARM/PPC to the known architectures in the open code
...
Cross-compilation support
Reviewed-by: ohair, andrew
2011-03-16 18:54:50 -04:00
Kelly O'Hair
0ec85f12ef
7027923: Disable VS2003 use in preparation for all VS2003 make logic removal
...
Reviewed-by: prr
2011-03-16 15:01:07 -07:00
Xueming Shen
5423e4402e
6803681: RFE: Need new codeset converter for IBM Cp1364
...
Forward port the Cp1364
Reviewed-by: alanb
2011-03-16 12:16:00 -07:00
David Katleman
034e24095e
7022473: JDK7 still runs /etc/prtconf to find memory size
...
Reviewed-by: ohair
2011-03-16 09:42:55 -07:00
David Katleman
50deeb91cd
6973319: incorrect spec version in jdk 7 rt.jar manifest
...
Reviewed-by: ohair
2011-03-16 09:30:29 -07:00
Andrew Brygin
36f660a41f
6989760: cmm native compiler warnings
...
Reviewed-by: prr, ohair
2011-03-16 19:21:06 +03:00
Sergey Malenkov
6929376717
7027043: (doc) Confusing typo at java/beans/VetoableChangeSupport.java
...
Reviewed-by: rupashka
2011-03-16 18:48:00 +03:00
David Holmes
4293c9d423
Merge
2011-03-16 05:29:27 -04:00
Kelly O'Hair
0e5675d7b7
Merge
2011-03-15 23:46:03 -07:00
Xue-Lei Andrew Fan
7705e63e30
7022855: Export "PKIX" as the standard algorithm name of KeyManagerFactory
...
Export the existing "NewSunX509" algorithm implementation using the standard name "PKIX"
Reviewed-by: weijun, wetmore
2011-03-15 23:13:35 -07:00
Xue-Lei Andrew Fan
85935bc056
7025073: Stricter check on trust anchor makes VerifyCACerts.java test fail
...
Loosen the check for version 1 and 2 X.509 certificate
Reviewed-by: mullan, weijun
2011-03-15 23:08:40 -07:00
Valerie Peng
c9f0c7a252
7001933: Deadlock in java.lang.classloader.getPackage()
...
Modified to not holding the "packages" lock when calling parent CL.
Reviewed-by: dholmes, alanb
2011-03-15 18:42:35 -07:00
David Holmes
117062efaa
Merge
2011-03-15 20:00:45 -04:00
David Holmes
87f8cc390f
7027897: Build support for client-VM only configurations
...
Support builds for which only the client VM is required and/or available
Reviewed-by: ohair, andrew
2011-03-15 19:52:42 -04:00
Kelly O'Hair
c290d7c178
Merge
2011-03-15 15:32:07 -07:00
Kelly O'Hair
ea5c82bf9c
6710813: SwingSet2 source display tabs do not work since JDK 7 b20
...
6685150: make/mkdemo/jpda/Makefile creates jpda.jar and src.zip instead of examples.jar
Reviewed-by: prr
2011-03-15 15:21:21 -07:00
Denis Lila
816dc493b7
7019861: Last scanline is skipped in pisces.Renderer
...
Not skipping it anymore.
Reviewed-by: flar
2011-03-15 17:05:02 -04:00
Denis Lila
bdd71ec7bd
7027667: clipped aa rectangles are not drawn properly
...
Already fixed. This is just a regression test for it.
Reviewed-by: prr
2011-03-15 15:15:10 -04:00
Alan Bateman
4b0829340e
7026376: (dc) DatagramChannel created without specifying protocol family fails to join IPv4 group
...
Reviewed-by: chegar
2011-03-15 13:15:31 +00:00
Neil Richards
b96d0e610a
7014637: Improve behavior of EnumSet Iterator.remove()
...
Reviewed-by: mduigou, alanb
2011-03-14 14:49:52 -07:00
Abhijit Saha
78d73e02da
Merge
2011-03-14 12:01:41 -07:00
Joe Darcy
79ccccaa96
7027362: Project Coin: warn of throwing InterruptedException in AutoCloseable.close javadoc
...
Reviewed-by: jjb
2011-03-14 11:45:21 -07:00
Vinnie Ryan
73501a8757
Merge
2011-03-14 18:13:32 +00:00
Vinnie Ryan
1dc9c053c4
6686215: Some mutables not defensively copied when deserializing java.security.CodeSource & Timestamp objects
...
Reviewed-by: mullan
2011-03-14 17:50:52 +00:00
Kumar Srinivasan
b5ae4b5810
7027288: (launcher) remove jkernel test from MiscTests
...
Reviewed-by: mchung, herrick
2011-03-14 10:36:43 -07:00
Pavel Porvatov
d9bae78d04
7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
...
Reviewed-by: peterz
2011-03-14 20:28:03 +03:00
Xue-Lei Andrew Fan
31942cda2c
7009794: misleading text in SSLHandshakeException exception message
...
Update the warning message
Reviewed-by: weijun
2011-03-14 09:05:06 -07:00
Andrei Dmitriev
f62f3738dd
7022931: GradientPaint class spec clarification: 7022931, 7016391, 7017246, 7019386
...
Reviewed-by: flar
2011-03-14 18:57:38 +03:00
Pavel Porvatov
9e81085efd
6464022: Memory leak in JOptionPane.createDialog
...
Reviewed-by: alexp
2011-03-14 15:01:53 +03:00
Weijun Wang
c6c7267c54
6990848: JGSS/windows security code native code compiler warnings
...
Reviewed-by: valeriep
2011-03-13 17:09:55 +08:00
Naoto Sato
d7b9fcfbd4
7023613: (lc) Incorrect string returned by Locale.toString() with non-empty script field
...
Reviewed-by: srl
2011-03-11 11:31:10 -08:00
Kumar Srinivasan
2785e49558
7023416: (pack200) fix parfait issues
...
Reviewed-by: jrose
2011-03-11 10:03:05 -08:00
Chris Hegarty
b6f518d3c1
7023363
: URI("ftp", "[www.abc.com]", "/dir1/dir2", "query", "frag") should throw URISyntaxException
...
Reviewed-by: alanb, michaelm
2011-03-11 13:50:09 +00:00
Yong Jeffrey Huang
c95a1b65ae
Merge
2011-03-11 05:49:45 -08:00
Yong Jeffrey Huang
05cd7bb4c2
7019267: Currency Display Names are not localized into pt_BR
...
Reviewed-by: naoto
2011-03-11 05:17:45 -08:00
Vinnie Ryan
f7207feb33
Merge
2011-03-11 09:57:13 +00:00
Vinnie Ryan
328f8c8455
6986477: sun/security/mscapi/AccessKeyStore.sh test is failing on jdk7
...
Reviewed-by: valeriep
2011-03-11 09:55:03 +00:00
Charles Lee
15ddaff2ab
7026346: URLConnection.guessContentTypeFromStream does not support UTF-8 and UTF-32 xml streams with BOM
...
Reviewed-by: alanb
2011-03-11 08:57:14 +00:00
Chris Hegarty
a62dd6282b
7024560: InetAddress.getLocalHost().getHostName() returns localhost for hostnames of length HOST_NAME_MAX
...
Reviewed-by: alanb, michaelm
2011-03-11 08:47:10 +00:00
Lana Steuck
36d744e77b
Merge
2011-03-10 20:49:43 -08:00
Lana Steuck
d67aed550b
Merge
2011-03-10 19:38:44 -08:00
Christine Lu
8b631e9ecf
Added tag jdk7-b133 for changeset b333a0dbc626
2011-03-10 17:11:08 -08:00
Kelly O'Hair
5fccff3de9
7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
...
Reviewed-by: mchung, herrick
2011-03-10 14:48:32 -08:00
Vinnie Ryan
d72ccc8786
7016078: javax.net.ssl.SSLException: Received fatal alert: internal_error starting JDK 7 b126
...
Reviewed-by: valeriep
2011-03-10 18:21:24 +00:00
Andrew Brygin
d7556c7d59
6710434: PIT: Reg test java/awt/Graphics2D/ClipPrimitivesTest.java fails in pit build 6u10_b26
...
Reviewed-by: flar, prr
2011-03-10 11:18:35 +03:00
Mandy Chung
8469345e05
7026228: Remove make/modules and make/common/Modules.gmk
...
Reviewed-by: alanb, ohair
2011-03-09 23:59:58 -08:00
Athijegannathan Sundararajan
b1b7b412a7
6960211: JavaScript engine allows creation of interface although methods not available
...
Reviewed-by: jjh
2011-03-10 12:52:24 +05:30
Mandy Chung
3e459d7a5d
7025631: Remove the modules build support from jdk 7
...
Reviewed-by: alanb, ohair
2011-03-09 23:11:07 -08:00
Kelly O'Hair
3852439c98
Merge
2011-03-09 18:01:43 -08:00
David Holmes
47d80ee133
7022370: Launcher ergonomics should provide simple default implementation
...
Use a common, platform independent, implementation unless an architecture specific implementation exists
Reviewed-by: ksrini, mchung, ohair, gbenson
2011-03-09 19:52:48 -05:00
Abhijit Saha
71bd8c66ee
6908562: JFB Custom Revision Version Build/Makefile changes
...
Reviewed-by: ohair, ksrini, katleman
2011-03-09 16:44:27 -08:00
Rama Pulavarthi
f93ab74ad1
6635776: Regression in jaxb tests with JDk6 U4
...
6741058: Move org/relaxng/datatype sources from jdk to jaxws workspace
Reviewed-by: ohair, alanb
2011-03-09 15:49:59 -08:00
Rama Pulavarthi
691add8afc
7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
...
Reviewed-by: ohair, alanb
2011-03-09 15:47:15 -08:00
Michael Fang
c6c0599574
Merge
2011-03-09 14:19:58 -08:00
Andrei Dmitriev
a88439cd53
7023019: Constructor of class java.awt.Component.FlipBufferStrategy throws unspecified IAE
...
Reviewed-by: dcherepanov, art
2011-03-09 17:29:17 +03:00
Andrew Brygin
b190c24737
7022280: Parfait reports Format string argument mismatch in /jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c
...
Reviewed-by: jgodinez, prr
2011-03-09 13:08:03 +03:00
Kelly O'Hair
c33da3f290
Merge
2011-03-08 16:05:16 -08:00
Mike Duigou
f0932cb5c1
Merge
2011-03-08 15:10:48 -08:00
Daniel Aioanei
c88813019c
6611830: UUID thread-safety and performance improvements
...
Reviewed-by: mduigou, jjb, alanb, briangoetz, dholmes, peterjones
2011-03-08 15:09:49 -08:00
Igor Nekrestyanov
9cf3a2a85c
Merge
2011-03-08 14:26:17 -08:00
Jennifer Godinez
6984d3041c
7020528: closed/java/awt/print/PageFormat/PageFormatFromAttributes.java failed
...
Reviewed-by: igor, prr
2011-03-08 11:47:38 -08:00
Doug Lea
6a14cb99e0
7023006: Reduce unnecessary thread activity in ForkJoinPool
...
Reviewed-by: chegar, dholmes
2011-03-08 18:16:14 +00:00
Doug Lea
f048eee643
6495521: (doc) ConcurrentSkipListMap links to web page NOT describing SkipList
...
Update link, and minor implementation comment in Exchanger
Reviewed-by: chegar, mduigou
2011-03-08 17:52:32 +00:00
Alan Bateman
a36a5ce599
7025468: Tests using diamond with anonymous inner classes needs to be reverted
...
Reviewed-by: dholmes, forax
2011-03-08 10:32:18 +00:00
Steven Loomis
a816ca8a51
6962082: merge back in lines from bad merge in CR 6501644 and open up a test
...
Reviewed-by: igor, prr
2011-03-07 19:37:07 -08:00
Steven Loomis
58bbf34391
7017324: Kerning crash in JDK 7 since ICU layout update
...
Reviewed-by: igor, prr
2011-03-07 17:23:39 -08:00
Lana Steuck
8b14c7551d
Merge
2011-03-07 14:48:27 -08:00
Lana Steuck
1e2a0e1795
Merge
2011-03-07 14:46:16 -08:00
Lana Steuck
1f8405c74c
Merge
2011-03-07 14:44:15 -08:00
Valerie Peng
1daa47b01d
6994008: PKCS11 should support "RSA" and "RSA/ECB/NoPadding" ciphers
...
Add support for RSA_X_509 mechanism and aliasing of "RSA" to "RSA/ECB/PKCS1Padding".
Reviewed-by: wetmore
2011-03-07 14:14:37 -08:00
Michael Fang
32bdbb2b3f
7025303: NLS: t13y fix for 7021691 Most log level words are not translated in java logging
...
Reviewed-by: yhuang
2011-03-07 12:58:11 -08:00
Michael Fang
69b88e89a2
7021693: [ja, zh_CN] jconsole throws exception and fail to start in ja and zh_CN locales
...
Reviewed-by: ogino
2011-03-07 12:17:36 -08:00
Michael Fang
3655ac44e9
7025267: NLS: t13y fix for 7021689 [ja] Notepad demo throws NPE
...
Reviewed-by: ogino
2011-03-07 12:08:01 -08:00
Lana Steuck
5f0efd5e7c
Merge
2011-03-07 11:36:37 -08:00
Sean Mullan
c7ad0eb6a4
Merge
2011-03-07 13:44:47 -05:00
Sean Mullan
93b5e28256
7022467: SecretKeyFactory doesn't support algorithm "AES" on Windows and Linux
...
Reviewed-by: wetmore, valeriep
2011-03-07 13:20:55 -05:00
Sean Coffey
02b628a10f
7025105: TEST_BUG test/com/sun/jndi/ldap/NoWaitForReplyTest.java should be cleaned up
...
Reviewed-by: alanb
2011-03-07 14:43:11 +00:00
Lana Steuck
efca8bb04f
Merge
2011-03-06 23:37:41 -08:00
Lana Steuck
e9b706c967
Merge
2011-03-06 20:32:49 -08:00
Lana Steuck
1b471215b4
Merge
2011-03-05 20:54:53 -08:00
Michael Fang
9f4cbe2ea9
7016542: NLS: obsolete resources in MsgAppletViewer.java should be removed
...
Reviewed-by: igor
2011-03-05 14:10:16 -08:00
Pavel Porvatov
1af9167ee7
6760148: Certain fonts are not correctly soft wrapped when using JTextComponent.print()
...
Reviewed-by: peterz
2011-03-05 18:27:51 +03:00
Phil Race
fb59857e93
7023591: Xrender: java2D font demo - text highlighting tab content is black
...
Reviewed-by: flar
2011-03-04 15:54:41 -08:00
Michael Fang
96741fdfe3
Merge
2011-03-04 14:31:00 -08:00
Alan Bateman
6d1674a234
Merge
2011-03-04 21:28:35 +00:00
Alan Bateman
d048451ca2
7023403: (ch) sun.nio.ch.SolarisEventPort.startPoll failed with AssertionError
...
Reviewed-by: forax
2011-03-04 21:26:50 +00:00
Xueming Shen
2b73fac982
7023244: (zipfs) langtools CompileTest fails on read-only file system
...
Replaced checkAccess with Files.isWritable()
Reviewed-by: alanb
2011-03-04 11:35:53 -08:00
Kumar Srinivasan
a5c5bb811d
7023963: (misc) fix diamond anon instances in the jdk
...
Reviewed-by: alanb, mchung, mcimadamore, dholmes
2011-03-04 09:32:20 -08:00
Alan Bateman
7b97cd1c34
Merge
2011-03-04 09:33:05 +00:00
Alan Bateman
1d820278f6
6944810: (ch) Assert failure in sun.nio.ch.PendingIoCache.clearPendingIoMap [win]
...
Reviewed-by: chegar
2011-03-04 09:29:56 +00:00
Clemens Eisserer
f13a584b8a
7023589: Xrender : NullPointerException in sun.font.XRGlyphCache.freeGlyphs running Java 2D demo
...
Reviewed-by: prr
2011-03-03 16:06:42 -08:00
Kelly O'Hair
01272809c6
Merge
2011-03-03 15:30:36 -08:00
David Katleman
d3dc82585c
Added tag jdk7-b132 for changeset 6f39c4c0f737
2011-03-03 14:13:10 -08:00
Michael McMahon
21d168ce93
Merge
2011-03-03 17:16:13 +00:00
Michael McMahon
9d85a7afc4
7024264: HttpURLConnection/NetPermission doc issue
...
Reviewed-by: chegar
2011-03-03 17:14:23 +00:00
Sean Coffey
325ed5afa7
Merge
2011-03-03 17:00:04 +00:00
Sean Coffey
75bd2accd3
6750362: Very large LDAP requests throw a OOM on LDAP servers which aren't aware of Paged Results Controls
...
6748156: add an new JNDI property to control the boolean flag WaitForReply
Reviewed-by: vinnie, robm
2011-03-03 16:51:03 +00:00
Chris Hegarty
23ff61a1ff
6721694: java/lang/Thread/StartOOMTest.java fails with timeout or with crash
...
The test is not suitable to be run automatically
Reviewed-by: alanb
2011-03-03 16:48:53 +00:00
Chris Hegarty
98a8940e33
7018137: HTML4 compliance issues
...
Move end list items tags to after nested list
Reviewed-by: alanb
2011-03-03 16:44:44 +00:00
Michael McMahon
340701d021
7018606: (process) test/java/lang/ProcessBuilder/Basic.java failing intermittently (win)
...
Reviewed-by: alanb
2011-03-03 15:34:09 +00:00
Alexander Potochkin
1c0c4dc366
Merge
2011-03-03 18:27:47 +03:00
Alexander Potochkin
f0eab628fd
6653511: JComponent.safelyGetGraphics() may sometimes return null
...
Reviewed-by: rupashka
2011-03-03 18:23:19 +03:00
Kelly O'Hair
54ac263678
Merge
2011-03-03 07:02:30 -08:00
Pavel Porvatov
1ad7870180
6796710: Html content in JEditorPane is overlapping on swing components while resizing the application
...
Reviewed-by: alexp
2011-03-03 17:47:41 +03:00
Alex Menkov
516f0be2ce
6835393: MidiSystem fails to correctly read Sequence with SMPTE division
...
Reviewed-by: stayer
2011-03-03 16:40:13 +03:00
Alex Menkov
fceef46739
6660470: RealTimeSequencer incorrectly opens (implicitly) synthesizer
...
Reviewed-by: stayer
2011-03-03 15:57:53 +03:00
Alex Menkov
8fa35f419c
6801206: SoundTestSuite: test050 fails
...
Reviewed-by: stayer
2011-03-03 15:45:47 +03:00
Alex Menkov
601f9c0fea
6938426: Concurrency bug in ALAW encoder causes random bursts of static/noise in output
...
Reviewed-by: stayer
2011-03-03 15:41:44 +03:00
Kelly O'Hair
6f914794d2
7020815: REBASE should not be required for windows jdk repo builds - can't build with VS 2010 Express
...
Reviewed-by: prr
2011-03-02 13:18:36 -08:00
Kelly O'Hair
14ead422aa
Merge
2011-03-02 12:09:26 -08:00
Alan Bateman
45fd401ff7
7021987: native2ascii "file cannot be read" error message is broken
...
Reviewed-by: lancea, mchung
2011-03-02 16:56:07 +00:00
Stuart Marks
90194bc501
7022624: use try-with-resources in java.io tests
...
Reviewed-by: alanb
2011-03-01 15:05:32 -08:00
Clemens Eisserer
0b9cde591a
6974985: Jave2Demo threw exceptions when xrender enabled in OEL5.5
...
Reviewed-by: prr
2011-03-01 14:49:53 -08:00
Andy Herrick
bb4c847186
7021567: need to create jnlp javadoc for 64 bit bundles
...
Need to create jnlp javadoc for 64 bit bundles.
Reviewed-by: igor, ohair
2011-03-01 17:09:16 -05:00
Lana Steuck
49f555c5b5
Merge
2011-03-01 14:04:59 -08:00
Dmitry Cherepanov
548f6e6c5e
6826397: PIT : Frame System Menu is not seen for when ALT + Space Bar is pressed in jdk7 b55 build
...
Reviewed-by: art, ant
2011-03-01 15:24:46 +03:00
Alan Bateman
c4da54f7a9
7023034: Files.createTempDirectory((Path)null, "temp") does not throw NPE
...
Reviewed-by: forax
2011-03-01 12:03:44 +00:00
Anthony Petrov
58995bfc8c
7022488: The security warning may disappear unexpectedly
...
Initialize the fullScreenExclusiveModeState flag in the AwtWindow constructor
Reviewed-by: art, dcherepanov
2011-03-01 13:49:56 +03:00
Weijun Wang
314c75c742
7020531: test: java/security/cert/CertificateFactory/openssl/OpenSSLCert.java file not closed after run
...
Reviewed-by: alanb, smarks
2011-03-01 16:22:22 +08:00
Phil Race
3c489ff5e2
7004728: [parfait] potential memory leaks in XRender code
...
Reviewed-by: bae, ceisserer
2011-02-28 10:25:17 -08:00
Alex Menkov
eb75b23d93
7013521: AudioSystem.write for AIFF files closes source audio stream
...
Reviewed-by: dav
2011-02-28 18:36:33 +03:00
Alexander Potochkin
23f78001e2
6826074: JScrollPane does not revalidate the component hierarchy after scrolling
...
Reviewed-by: anthony
2011-02-28 18:20:34 +03:00
Weijun Wang
b777a1fbae
7021789: Remove jarsigner -crl option
...
Reviewed-by: mullan
2011-02-28 23:02:37 +08:00
David Holmes
666257ae3f
7022386: gethostbyname_r needs a pointer aligned buffer passed to it
...
Change buffer type to ensure pointer-alignment
Reviewed-by: alanb, chegar
2011-02-28 06:40:46 -05:00
Chris Hegarty
b989a55847
7022269: clean up fscanf usage in Linux networking native code
...
Reviewed-by: michaelm, alanb
2011-02-28 11:03:52 +00:00
Fredrik Öhrström
f6f0e6bad2
7021753: Add a build times report
...
Report the build times at end of a jdkroot build.
Reviewed-by: ohair
2011-02-28 10:56:20 +01:00
Lana Steuck
5b73c007aa
Merge
2011-02-26 23:46:08 -08:00
Kelly O'Hair
a962b46f20
Merge
2011-02-26 12:42:48 -08:00
Kelly O'Hair
3c355ece1d
7022237: Fix use of \" in the new "release" file at the top of the install, windows issues
...
Reviewed-by: ohrstrom
2011-02-26 12:11:32 -08:00
Kelly O'Hair
ae71778659
Merge
2011-02-26 10:12:24 -08:00
Kelly O'Hair
d8cd0e6238
7016175: HTML generated from new JavaDoc has tags added from makefile
...
Reviewed-by: jjg
2011-02-26 09:45:47 -08:00
Masaki Katakai
464a65b11c
6998391: Serbian (Latin) locale support
...
Reviewed-by: naoto
2011-02-26 03:53:06 -08:00
Erik Trimble
41fcd26eb6
Merge
2011-02-25 12:48:18 -08:00
Dmitry Cherepanov
7f8e2a2e66
7009114: GTK FileDialog lies about it's Bounds
...
Reviewed-by: art, anthony
2011-02-25 15:33:50 +03:00
Dmitry Cherepanov
2b4c79548c
7020522: Need to reapply the fix for 6664512
...
Reviewed-by: art, mchung
2011-02-25 13:58:54 +03:00
Stuart Marks
cea2f39843
7021582: convert jar/zip code and tests to use try-with-resources
...
Reviewed-by: alanb, dholmes, sherman
2011-02-25 02:06:10 -08:00
Mandy Chung
579f3ad056
7016707: Remove the BootClassLoaderHook for jkernel support
...
Reviewed-by: alanb, ohair
2011-02-25 12:11:20 -08:00
Mandy Chung
e0626b003a
7021939: com.oracle.net is not a NON_CORE_PKGS
...
Reviewed-by: ohair, alanb
2011-02-25 11:42:11 -08:00
Stuart Marks
1db0f6f9eb
7022383: add reference to CR for ReadLongZipFileName test to problem list
...
Reviewed-by: ohair
2011-02-24 22:26:42 -08:00
Lana Steuck
d178beb598
Merge
2011-02-24 18:04:19 -08:00
Christine Lu
4fb2774614
Added tag jdk7-b131 for changeset 29efcc797dc6
2011-02-24 15:16:02 -08:00
Jennifer Godinez
b4bb5b3e26
7022228: JPRT failure: RuntimeException in SupportedMedia regression test
...
Reviewed-by: igor, prr
2011-02-24 15:00:50 -08:00
Michael McMahon
9685a7a509
6835668: Use of /usr/include/linux/ files creates a dependence on kernel-headers
...
Reviewed-by: chegar
2011-02-24 18:35:17 +00:00
Chris Hegarty
60bf44dc75
6849693: index of fdTable should be less than num. of fdTable in jdk7
...
Reviewed-by: alanb
2011-02-24 13:42:10 +00:00
Chris Hegarty
9607630405
7020136: java/net/URLConnection/RedirectLimit.java fails intermittently
...
Increase the socket timeout and clean up the test
Reviewed-by: alanb
2011-02-24 12:57:59 +00:00
Dmitry Cherepanov
57b41de95d
6996708: The event on the tray icon does not trigger and there is no message printed
...
Reviewed-by: art, ant
2011-02-24 13:01:01 +03:00
Masayoshi Okutsu
2b3aef04c3
6772689: java.sql.Date.valueOf("2042-10-xx").toString() wrong in some time zones
...
Reviewed-by: peytoia
2011-02-24 16:29:42 +09:00
Bradford Wetmore
812a8ded98
6844879: Source distribution should be more robustly built without the security source distribution
...
Reviewed-by: ohair
2011-02-23 22:54:47 -08:00
Masayoshi Okutsu
84e687333e
7021989: Missing observesDaylightTime override in ZoneInfo
...
Reviewed-by: peytoia
2011-02-24 15:09:21 +09:00
Christine Lu
84b555a350
Merge
2011-02-23 15:49:19 -08:00
Lana Steuck
d686419127
Merge
2011-02-23 10:29:15 -08:00
Andrew John Hughes
a787d57005
7021314: Build should not install javaws man page
...
Only install javaws.1 when not building OpenJDK
Reviewed-by: alanb, ohair
2011-02-23 17:10:16 +00:00
Doug Lea
ad3d04a30c
7017493: ConcurrentLinkedDeque: Unexpected initialization order can lead to crash due to use of Unsafe
...
Reviewed-by: chegar
2011-02-23 14:56:44 +00:00
Masayoshi Okutsu
7e8c6fd47b
6955047: (tz) javadoc for TimeZone.getDisplayName(boolean daylight, int style, Locale locale) is not clear
...
7021680: (tz) daylight savings time should be daylight saving time
Reviewed-by: peytoia
2011-02-23 16:50:13 +09:00
Masayoshi Okutsu
66ca7600c4
6623219: Font.canDisplayUpTo does not work with supplementary characters
...
Reviewed-by: prr, peytoia
2011-02-23 14:09:23 +09:00
Stuart Marks
dd0e38d73a
7021209: convert lang, math, util to use try-with-resources
...
Reviewed-by: alanb, darcy, naoto
2011-02-22 15:34:17 -08:00
Valerie Peng
4ce8048909
6604496: Support for CKM_AES_CTR (counter mode)
...
Enhanced SunPKCS11 provider to support AES/CTR/NoPadding transformation.
Reviewed-by: vinnie
2011-02-22 12:01:35 -08:00
Michael McMahon
7073df6b96
6702400: ChunkedInputStream expecting -1 from int read, but int->char comparision is wrong
...
Reviewed-by: chegar
2011-02-22 14:44:43 +00:00
Alan Bateman
4c2006a780
7021327: Changes for 7020888 included changes to other files in error
...
Reviewed-by: chegar
2011-02-22 14:28:13 +00:00
Alan Bateman
17cace4c58
7020888: (file) Miscellaneous and trivial clean-ups (typos and opportunities to use suppressed exceptions)
...
Reviewed-by: mduigou, chegar
2011-02-22 12:04:48 +00:00
Alan Bateman
7966b53750
Merge
2011-02-22 10:19:35 +00:00
Masayoshi Okutsu
53bff12239
7010379: fontconfig update for RHEL 6
...
Reviewed-by: peytoia
2011-02-22 14:51:43 +09:00
Lana Steuck
2a5a9cc238
Merge
2011-02-21 19:43:56 -08:00
Mike Duigou
7ddd950b1d
7019705: Add -XX:+AggressiveOpts options to MOAT test
...
Reviewed-by: alanb
2011-02-21 14:53:11 -08:00
Lana Steuck
9e058711b1
Merge
2011-02-21 14:33:58 -08:00
Lana Steuck
12134b9ba9
Merge
2011-02-21 14:31:07 -08:00
Lana Steuck
ba6e52f984
Merge
2011-02-21 14:23:42 -08:00
Lana Steuck
3bbc62d525
Merge
2011-02-21 14:22:08 -08:00
Mike Duigou
99aa7bad62
7001685: Renable EnumSetBash Test
...
Reviewed-by: alanb, ohair, darcy
2011-02-21 13:37:22 -08:00
Alan Bateman
8e29241702
7020517: (fs) FileStore.equals returns true if both volumes have the same serial number
...
Reviewed-by: chegar
2011-02-21 13:54:13 +00:00
Christine Lu
dbe007c7b0
Added tag jdk7-b130 for changeset 8924242a88c8
2011-02-18 14:23:48 -08:00
Jennifer Godinez
00a47ca240
6850806: NPE exception throws in PrintServce.getSupportedAttributeValues
...
Reviewed-by: igor, prr
2011-02-18 13:47:07 -08:00
Stuart Marks
f0730a655c
7018385: update javax.sql classes to use try-with-resources
...
Reviewed-by: alanb, lancea, darcy
2011-02-18 12:43:14 -08:00
Jennifer Godinez
dd383efe04
Merge
2011-02-18 12:04:36 -08:00
Jennifer Godinez
b88a6b82c5
6722351: sun.print.Win32PrintService.initMedia() is slow
...
Reviewed-by: igor, prr
2011-02-18 11:15:40 -08:00
Phil Race
7b9e1ea0d5
7017637: closed/java/awt/font/StyledMetrics/BoldSpace.java failed : Space char should have 0 advance
...
Reviewed-by: igor, jgodinez
2011-02-18 09:18:32 -08:00
Phil Race
e640a52207
6857592: Getting warning while moving or resizing the frame when component.printAll() is called on local JNI
...
Reviewed-by: bae, flar
2011-02-18 09:14:07 -08:00
Pavel Porvatov
e70749d90d
6997102: Test case has hard code, so that applet thread threw exception
...
Reviewed-by: alexp
2011-02-18 20:09:35 +03:00
Alexander Potochkin
5ddedf5391
6474153: LookAndFeel.makeKeyBindings(...) doesn't ignore last element in keyBindingList with odd size
...
Reviewed-by: rupashka
2011-02-18 19:21:57 +03:00
Alex Menkov
ba7c4a35c3
7000132: Misplaced description in javax.sound.sampled.AudioSystem.getTargetDataLine
...
Reviewed-by: dav
2011-02-18 13:27:29 +03:00