Andrei Dmitriev
f9feed6668
7029832: Buffer overrun at awt_LoadLibrary.c (and java_props_md.c)
...
Reviewed-by: anthony, art
2011-04-08 18:29:27 +04:00
Dmitry Cherepanov
060de52812
7003962: AWT: securely load DLLs and launch executables using fully qualified path
...
Reviewed-by: art, bae, alanb
2011-04-08 16:44:14 +04:00
Anthony Petrov
8ca505ebed
7027013: Regression: JComponent.revalidate() has no effect on invisible components
...
Dialog.conditionalShow() should call validateUnconditionally() instead of simple validate()
Reviewed-by: art, dcherepanov
2011-04-08 15:00:20 +04:00
Doug Lea
e93ee5deba
7035020: ForkJoinPool.invoke may deadlock if parallelism = 1
...
Reviewed-by: chegar
2011-04-08 10:33:14 +01:00
Xue-Lei Andrew Fan
2a48e38d0f
6976117: SSLContext.getInstance("TLSv1.1") returns SSLEngines/SSLSockets without TLSv1.1 enabled
...
Reorg the SSLContext implementation
Reviewed-by: weijun
2011-04-08 02:00:09 -07:00
John R Rose
e60c5b1af0
6817525: turn on method handle functionality by default for JSR 292
...
JVM bug 6817525 requires changes to some JDK unit tests; update test invocation flags and "Indify" snapshot
Reviewed-by: kvn, twisti
2011-04-07 22:07:06 -07:00
Tom Rodriguez
fe74e1ba6a
7034957: acquiring lock CodeCache_lock/1 out of order with lock tty_lock/0 -- possible deadlock
...
Reviewed-by: iveresov
2011-04-07 21:32:23 -07:00
Michael Fang
b5ebf999a2
7034932: Merging src/share/classes/sun/util/resources/CurrencyNames.properties and CurrencyNames_pt.propertie
...
Reviewed-by: yhuang
2011-04-07 20:31:25 -07:00
Kelly O'Hair
7bf0d4d5cd
7019210: Fix misc references to /bugreport websites
...
Reviewed-by: skannan
2011-04-07 20:26:41 -07:00
Kelly O'Hair
852e8daf7a
7019210: Fix misc references to /bugreport websites
...
Reviewed-by: skannan
2011-04-07 19:59:28 -07:00
John Coomes
f9b80cdc1c
6841742: par compact - remove unused/unsupported options
...
Ignore UseParallel{OldGCDensePrefix,OldGCCompacting,DensePrefixUpdate}
Reviewed-by: jwilhelm, brutisso
2011-04-07 17:16:20 -07:00
John R Rose
f8fe3457a5
7009600: JSR 292 Server compiler crashes in Compile::find_intrinsic(ciMethod*, bool)
...
Catch errors during the compile-time processing of method handles; back out cleanly
Reviewed-by: twisti
2011-04-07 17:12:23 -07:00
John R Rose
b95f04efbf
7012087: JSR 292 Misleading exception message for a non-bound MH for a virtual method
...
Improve error message formatting to give more information to user. Also, catch a corner case related to 6930553 and 6844449.
Reviewed-by: kvn
2011-04-07 17:12:21 -07:00
Kumar Srinivasan
bc945571e4
7034700: (unpack200) build fails with fastdebug builds
...
Reviewed-by: ohair
2011-04-07 17:08:16 -07:00
John R Rose
16784a72e8
6981791: remove experimental code for JSR 292
...
Reviewed-by: twisti
2011-04-07 17:02:30 -07:00
John Coomes
dadf395fbe
7034133: cleanup obsolete option handling
...
Reviewed-by: ysr, johnc, poonam
2011-04-07 16:52:15 -07:00
Suchen Chien
046f7fce9f
Added tag jdk7-b137 for changeset ec825a21d1f8
2011-04-07 15:21:22 -07:00
Suchen Chien
3bb12b3ebd
Added tag jdk7-b137 for changeset 6f226af63661
2011-04-07 15:21:10 -07:00
Suchen Chien
7e1c393933
Added tag jdk7-b137 for changeset e7ad21289bd4
2011-04-07 15:21:04 -07:00
Suchen Chien
cf25a79f41
Added tag jdk7-b137 for changeset 4d1bb30e7cb5
2011-04-07 15:21:03 -07:00
Suchen Chien
0996fdf3ea
Added tag jdk7-b137 for changeset 25580f153384
2011-04-07 15:20:57 -07:00
Suchen Chien
a80b980dcf
Added tag jdk7-b137 for changeset 81da7c8abcbd
2011-04-07 15:20:52 -07:00
Suchen Chien
76a63983e2
Added tag jdk7-b137 for changeset 1a08398a6716
2011-04-07 15:20:51 -07:00
Pavel Porvatov
f5b47c645e
6596966: Some JFileChooser mnemonics do not work with sticky keys
...
Reviewed-by: alexp
2011-04-08 00:26:35 +04:00
Kumar Srinivasan
aa39508b83
7029048: (launcher) fence the launcher against LD_LIBRARY_PATH
...
Reviewed-by: mchung, ohair
2011-04-07 12:06:32 -07:00
Andrei Dmitriev
fae19754bb
7031854: JCK 7 test FileDialogTest0001 fails on Windows with Russian locale
...
Reviewed-by: uta, dcherepanov
2011-04-07 22:34:29 +04:00
John Cuthbertson
a08e1ce906
7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error
...
A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer.
Reviewed-by: kvn, iveresov, never, tonyp, dholmes
2011-04-07 09:53:20 -07:00
Lance Andersen
15e098d884
7034656: Address lint warnings for DriverManager
...
Reviewed-by: alanb, forax, ohair
2011-04-07 11:25:09 -04:00
Dmitry Cherepanov
27da779f25
7016889: GraphicsDevice.setFullScreenWindow() spec for simulated full-screen mode is not always correct
...
Reviewed-by: art, anthony
2011-04-07 18:54:34 +04:00
Doug Lea
1693ab3b69
7034657: Update Creative Commons license URL in legal notices
...
Reviewed-by: chegar
2011-04-07 15:06:32 +01:00
Michael Fang
9dd7a1a346
6384973: Incorrect translations in awt.properties
...
Reviewed-by: yhuang
2011-04-06 22:54:19 -07:00
Kelly O'Hair
76cc3910b3
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:14:00 -07:00
Kelly O'Hair
d2b1e20c7d
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Kelly O'Hair
2034d4c8c5
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 20:36:07 -07:00
Kelly O'Hair
b49579c56c
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 20:33:44 -07:00
Kelly O'Hair
5cee2a80b5
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 20:16:39 -07:00
Kelly O'Hair
502320fdde
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 20:15:38 -07:00
Kumar Srinivasan
8725555c40
7033954: (launcher) Launchers not built with mapfiles
...
Reviewed-by: ohair
2011-04-06 19:31:30 -07:00
Joe Darcy
777c93481f
7033809: Rename "disjunctive" to "union" in javax.lang.model
...
Reviewed-by: mcimadamore, jjg
2011-04-06 19:30:57 -07:00
Weijun Wang
2c02243de9
7032354: no-addresses should not be used on acceptor side
...
Reviewed-by: valeriep
2011-04-07 08:51:33 +08:00
Vladimir Kozlov
ed30132e8b
6992789: assert(phi->_idx >= nodes_size()) failed: only new Phi per instance memory slice
...
Swap checks: check for regular memory slice first and keep input phi.
Reviewed-by: never
2011-04-06 17:32:09 -07:00
Jon Masamitsu
b02fa2a90f
Merge
2011-04-06 16:02:53 -07:00
Tom Rodriguez
8a4683b5ed
7034513: enable fast accessors and empty methods for ZERO and -Xint
...
Reviewed-by: kvn, iveresov
2011-04-06 16:02:50 -07:00
Lance Andersen
56352663f5
7034471: Wrap registeredDrivers in DriverManager
...
Reviewed-by: alanb, briangoetz
2011-04-06 17:37:36 -04:00
Alan Bateman
ddc9107b92
Merge
2011-04-06 20:54:12 +01:00
Alan Bateman
4926951ba8
7034155: (ch) NullPointerException in sun.io.ch.IOUtil when OOM is thrown
...
Reviewed-by: forax
2011-04-06 20:51:55 +01:00
Naoto Sato
81221f1be0
7031546: test/java/util/ResourceBundle/Bug4168625Test.java fails on solaris10u9 sparc
...
Reviewed-by: okutsu
2011-04-06 10:53:13 -07:00
Pavel Porvatov
a54e99d9a7
6849232: closed/javax/swing/text/GlyphPainter2/6427244/bug6427244.java fails on RHEL5
...
Reviewed-by: peterz
2011-04-06 20:36:22 +04:00
Neil Richards
7f998c2049
6312706: Map entrySet iterators should return different entries on each call to next()
...
Reviewed-by: mduigou, alanb
2011-04-06 09:31:13 -07:00
Andrei Dmitriev
58ceadaf02
7002839: Static initialization deadlock between sun.awt.Win32GraphicsEnvironment and sun.awt.windows.WToolkit
...
Reviewed-by: art, dcherepanov, denis
2011-04-06 17:13:08 +04:00