33427 Commits

Author SHA1 Message Date
Joe Wang
6b8fd86fa1 8138721: ElementTraversal: javadoc warning; also, hasFeature shall return true
Reviewed-by: lancea, dfuchs
2015-10-06 10:59:52 -07:00
James Laskey
d424f85c55 8138960: Module version is checked incorrectly in libjimage
Reviewed-by: alanb, mchung, iris
2015-10-06 13:49:41 -03:00
Lana Steuck
a113b52db0 Merge 2015-10-06 08:43:24 -07:00
Lana Steuck
8648702db4 Merge 2015-10-06 08:43:02 -07:00
Lana Steuck
5973e18697 Merge 2015-10-06 08:42:20 -07:00
Lana Steuck
9fa684a2f4 Merge 2015-10-06 08:42:02 -07:00
Lana Steuck
188c32e53c Merge 2015-10-06 08:41:31 -07:00
Lana Steuck
a0df5a8e1f Merge 2015-10-06 08:41:23 -07:00
Lana Steuck
1b9353eef1 Merge 2015-10-06 08:41:18 -07:00
David Dehaven
a5e4068797 Merge 2015-10-06 07:35:16 -07:00
Hannes Wallnöfer
4b93e3631d 8138758: U+180E not recognized as whitespace by Joni
Reviewed-by: attila, sundar
2015-10-06 15:10:24 +02:00
Athijegannathan Sundararajan
3a39ddb5fd 8138910: Ctrl-D causes jjs to crash with NPE
Reviewed-by: attila, hannesw
2015-10-06 14:31:38 +05:30
Ivan Gerasimov
cc953fc59a 8138819: (se) File descriptor leak when Selector.open fails
Reviewed-by: rriggs, alanb
2015-10-06 12:00:38 +03:00
Mikhail Cherkasov
329d125db7 8086038: [macosx] No available data flavors when copying from Microsoft Word for Mac
Reviewed-by: serb, alexsch
2015-10-06 10:24:12 +03:00
Jean-Francois Denise
26d5d5d625 8136365: Provider "jrt" is not available after bootmodules.jimage recreation
META-INF content was lost during recreate.

Reviewed-by: jlaskey, sundar
2015-10-06 09:12:00 +02:00
Lana Steuck
77701f53b3 Added tag jdk9-b84 for changeset c55cf68474be 2015-10-05 20:25:09 -07:00
Lana Steuck
1e4da93986 Added tag jdk9-b84 for changeset e69dd1decf7b 2015-10-05 20:25:08 -07:00
Lana Steuck
e94a51b429 Added tag jdk9-b84 for changeset a0ed816fbf97 2015-10-05 20:25:04 -07:00
Lana Steuck
983882cb3a Added tag jdk9-b84 for changeset 7117f1bfa7a4 2015-10-05 20:25:03 -07:00
Lana Steuck
df9e1bc8f7 Added tag jdk9-b84 for changeset 5625643929aa 2015-10-05 20:25:02 -07:00
Lana Steuck
2da00b4c36 Added tag jdk9-b84 for changeset 43c458023730 2015-10-05 20:24:59 -07:00
Lana Steuck
979e78feef Added tag jdk9-b84 for changeset 7ddb38dfc7ff 2015-10-05 20:24:58 -07:00
Lana Steuck
c0c00e1422 Added tag jdk9-b84 for changeset 47d1c2c75fb6 2015-10-05 20:24:57 -07:00
David Dehaven
1d92a8874c Merge 2015-10-05 13:45:50 -07:00
David Dehaven
0d0c0afeb2 Merge 2015-10-05 13:45:47 -07:00
Hannes Wallnöfer
26fc600426 8138882: Performance regression due to anonymous classloading
Reviewed-by: attila, sundar
2015-10-05 18:58:21 +02:00
Jan Lahoda
c4a3a35b97 8075274: Compilation still depends on the order of imports
8133235: Compilation depends on order of source files

When analyzing type hierarchy, HierarchyPhase should process supertypes before subtypes.

Reviewed-by: mcimadamore
2015-10-05 18:31:38 +02:00
Naoto Sato
f8dca18a53 8138613: Remove SPI locale provider adapter from the default provider list
Reviewed-by: okutsu
2015-10-05 08:16:11 -07:00
Aleksei Efimov
673882edf9 8138716: (tz) Support tzdata2015g
Reviewed-by: peytoia
2015-10-05 17:38:04 +03:00
Prasanta Sadhukhan
13ee9e097f 8132985: Crash in freetypescaler.c due to double free
Reviewed-by: prr, simonis
2015-10-05 15:36:43 +03:00
Semyon Sadetsky
4a3dff3ee5 8079595: Resizing dialog which is JWindow parent makes JVM crash
Reviewed-by: alexsch, serb
2015-10-05 15:29:23 +03:00
Semyon Sadetsky
93b4711948 8058959: closed/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed automatically
Reviewed-by: alexsch, serb
2015-10-05 15:13:14 +03:00
Erik Joelsson
eb0e012f6c 8138694: Devkit build on Macosx still requires Xcode to be installed
Reviewed-by: ihse, tbell
2015-10-05 13:44:40 +02:00
Srikanth Adayapalam
ea13770069 8133135: Compiler internall error (NPE) on anonymous class defined by qualified instance creation expression with diamond
Reviewed-by: mcimadamore
2015-10-05 15:41:29 +05:30
Jamil Nimeh
3ef293dbc1 8138704: CertStatusReqItemV2 should not implement StatusRequest interface
Sets class to have proper inheritance and reduces visibility of length and send methods.

Reviewed-by: mullan
2015-10-02 11:14:31 -07:00
Hannes Wallnöfer
c1fa6e31e8 8137281: OutOfMemoryError with large numeric keys in JSON.parse
Reviewed-by: attila, mhaupt
2015-10-02 15:50:49 +02:00
Rajeev Chamyal
8ec737728d 8067346: Swing submenu has a changed starting offset
Reviewed-by: serb, alexsch
2015-10-02 17:12:47 +04:00
Miroslav Kos
956ba82585 8061466: RELAX NG API visible but not accessible
Reviewed-by: alanb
2015-10-02 14:36:40 +02:00
Maurizio Cimadamore
63a4f10b60 8137269: Add better support for local caching in ArgumentAttr
ArgumentAttr should support local caches when results of speculative attribution might be thrown away

Reviewed-by: jlahoda
2015-10-02 13:27:57 +01:00
Alexander Scherbatiy
e57e3d3810 8138674: Some platforms may not support showing the user-specified title in a file dialog
Reviewed-by: serb
2015-10-02 10:29:36 +04:00
Masayoshi Okutsu
ff7c1c3bca 8138663: Missing @build in test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java
Reviewed-by: naoto
2015-10-02 13:21:46 +09:00
Athijegannathan Sundararajan
a7d931c5e1 8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE
Reviewed-by: hannesw, mhaupt
2015-10-01 21:27:30 +05:30
Srikanth Adayapalam
0ea96ddfe4 8132535: Compiler fails with diamond anonymous class creation with intersection bound of enclosing class
Reviewed-by: mcimadamore
2015-10-01 19:47:06 +05:30
Hannes Wallnöfer
8b9c730750 8138632: Sparse array does not handle growth of underlying dense array
Reviewed-by: attila, sundar
2015-10-01 10:37:25 +02:00
Athijegannathan Sundararajan
2b4de2f271 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
Reviewed-by: attila, hannesw
2015-09-30 20:20:11 +05:30
Alejandro Murillo
796dab06c1 Merge 2015-09-30 07:41:36 -07:00
Ambarish Rapte
6a2fabcbd7 8040322: TextArea.replaceRange() and insert() are broken with setText(null)
Reviewed-by: serb, azvegint
2015-09-30 17:46:11 +04:00
Alexander Zvegintsev
83a08bb60b 8076540: [macosx] NPE due to incorrect threading
Reviewed-by: alexsch, azvegint
2015-09-30 13:31:01 +03:00
Magnus Ihse Bursie
1cfadcd465 8138627: Better help message in configure for reduced builds (target-bits=32)
Reviewed-by: erikj
2015-09-30 11:38:01 +02:00
Attila Szegedi
f3ff9a5c9a 8137333: Boundless soft caching of property map histories causes high memory pressure
Reviewed-by: hannesw, sundar
2015-09-30 10:09:44 +02:00