81904 Commits

Author SHA1 Message Date
Alejandro Murillo
d7991d3827 Merge 2014-08-12 14:04:21 -07:00
Zhengyu Gu
097085961f 8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140
Reserved WhiteBox.java pushed by JDK-8044140

Reviewed-by: ccheung, hseigel
2014-08-12 12:39:02 -07:00
Artem Malinko
505881480c 8042835: Remove mnemonic character from open, save and open directory JFileChooser's buttons
Reviewed-by: alexp, alexsch
2014-08-12 19:02:51 +04:00
Coleen Phillimore
cafb36661d 8003426: Remove UseFastAccessors and UseFastEmptyMethods except for zero
These options have been long disabled in Xmixed mode because they prevent these small methods from being inlined and are subject to bit rot, and we don't need more macro assembler code to maintain and change if the constant pool cache format changes.

Reviewed-by: simonis, kvn
2014-08-12 10:48:55 -04:00
Yuri Nesterenko
600e498c44 8053657: [TEST_BUG] move some 5 tests related to undecorated Frame/JFrame to JDK
Reviewed-by: serb
2014-08-12 18:26:30 +04:00
Hannes Wallnöfer
20607aa6c3 8054898: Avoid creation of empty type info files
Reviewed-by: attila, sundar, jlaskey
2014-08-12 13:23:47 +02:00
Hannes Wallnöfer
f71b48d575 8044851: nashorn properties leak memory
Reviewed-by: attila, jlaskey, lagergren
2014-08-12 13:22:05 +02:00
Sergey Bylokhov
149fb94d76 8046894: JNI exception pending in jdk/src/solaris/native/sun/awt/X11Color.c
Reviewed-by: azvegint, prr
2014-08-12 14:38:38 +04:00
Anthony Petrov
2d67061cd9 8049065: [JLightweightFrame] Support DnD for SwingNode
Delegate DnD operations to LightweightContent when appropriate

Reviewed-by: ant, pchelko
2014-08-12 14:22:05 +04:00
Andrei Eremeev
8740c99fbd 8042251: Implement classfile tests for InnerClasses attribute
Reviewed-by: jjg, anazarov, shurailine
2014-08-12 13:24:40 +04:00
Mark Sheppard
6dc905c532 8038861: [javadoc] broken links in org/omg/CORBA/FloatSeqHelper.html
Change cgi.omg.or to www.omg.org

Reviewed-by: alanb
2014-08-11 21:33:15 +01:00
Lana Steuck
e9745f7d6a Merge 2014-08-11 11:28:08 -07:00
Zhengyu Gu
8a690a1250 6424123: JVM crashes on failed 'strdup' call
Calling os::malloc()/os::strdup() and new os::strdup_check_oom() instead of ::malloc()/::strdup() for native memory tracking purpose

Reviewed-by: coleenp, ctornqvi, kvn
2014-08-11 10:18:09 -07:00
Kumar Srinivasan
714d7c813a 8054044: [javadoc] javadoc tester must print out the javadoc run arguments
Reviewed-by: jjg, sogoel
2014-08-11 10:16:55 -07:00
Lana Steuck
a7b7566a19 Merge 2014-08-11 10:07:57 -07:00
Lana Steuck
fd962b3cf9 Merge 2014-08-11 10:07:34 -07:00
Lana Steuck
25ce52548d Merge 2014-08-11 10:07:15 -07:00
Lana Steuck
4cb68fbfcf Merge 2014-08-11 10:05:31 -07:00
Lana Steuck
acf7f27a07 Merge 2014-08-11 10:05:15 -07:00
Lana Steuck
77d002cc29 Merge 2014-08-11 09:25:37 -07:00
Lana Steuck
afac6bceb8 Merge 2014-08-11 09:25:30 -07:00
Athijegannathan Sundararajan
a603833464 8054503: test/script/external/test262/test/suite/ch12/12.6/12.6.4/12.6.4-2.js fails with tip
Reviewed-by: jlaskey, hannesw, attila
2014-08-11 20:35:21 +05:30
George Triantafillou
69e7c05210 8044140: Create NMT (Native Memory Tracking) tests for NMT2
Create new/modify existing tests for NMT2, which is an internal redesign to address scalability issues in the first implementation.

Reviewed-by: ctornqvi, zgu
2014-08-11 07:30:46 -07:00
Zhengyu Gu
d595244c27 Merge 2014-08-11 07:20:39 -07:00
Roland Westrelin
fa334043fe 8054224: Recursive method that was compiled by C1 is unable to catch StackOverflowError
Do not update exception cache if exception is replaced when thrown

Reviewed-by: kvn, iveresov
2014-08-11 15:09:04 +02:00
Roland Westrelin
dc1afd4abe Merge 2014-08-11 13:02:44 +00:00
Roland Westrelin
a56ade07c7 7173584: Implement arraycopy as a macro node
Delay the conversion of arraycopy to stub calls to macro expansion

Reviewed-by: kvn, iveresov
2014-08-11 14:12:51 +02:00
Stefan Karlsson
2880629908 8054823: Add size_t as a valid VM flag type
Reviewed-by: kvn, vlivanov, sla
2014-08-11 14:03:06 +02:00
Andrey Zakharov
dd95f0a0c2 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
Reviewed-by: kvn, iignatyev, mgerdin
2014-08-11 17:12:41 +04:00
Dmitry Samersoff
2649b6be70 8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
Cast arguments on printing

Reviewed-by: dholmes, sspitsyn, jbachorik
2014-08-11 04:37:19 -07:00
Tobias Hartmann
a67aa1e3df 8043284: Optimize signed integer comparison
Folding of BoolNode if input add/sub of CmpI overflows and we can prove that compared value is not in the two resulting ranges. Added test for CmpI and CmpU optimizations.

Reviewed-by: kvn, rbackman, roland
2014-08-11 13:01:37 +02:00
Pushan Hinduja
a3cf5e1850 6708093: Redundant unused native method declaration in LCMS.java
Reviewed-by: bae, prr
2014-08-11 10:42:51 +04:00
Anisha Nagarajan
29ec29b142 6975892: Javadoc typo in javax.print.attribute.standard.DialogTypeSelection
Fix typos in javax.print.attribute.standard.DialogTypeSelection

Reviewed-by: prr
2014-08-11 10:39:17 +04:00
Pushan Hinduja
90f1fde6b4 8043693: A typo in the javadoc for javax.imageio.ImageReader
Correct a typo in the javadoc for javax.imageio.ImageReader

Reviewed-by: prr
2014-08-11 10:32:21 +04:00
Lana Steuck
d4142068b2 Added tag jdk9-b26 for changeset e60692e4f736 2014-08-10 19:39:07 -07:00
Lana Steuck
4e543f382a Added tag jdk9-b26 for changeset 5cc16d71dc7a 2014-08-10 19:39:06 -07:00
Lana Steuck
d1c0417898 Added tag jdk9-b26 for changeset 2c05592cf0f2 2014-08-10 19:39:01 -07:00
Lana Steuck
39ca89d315 Added tag jdk9-b26 for changeset f51938efd4f6 2014-08-10 19:38:59 -07:00
Lana Steuck
e35087b430 Added tag jdk9-b26 for changeset 38b0d0abca49 2014-08-10 19:38:56 -07:00
Lana Steuck
99d4b78fae Added tag jdk9-b26 for changeset 3a55fad9854a 2014-08-10 19:38:53 -07:00
Lana Steuck
b719714b5f Added tag jdk9-b26 for changeset 30a18bb9b88d 2014-08-10 19:38:52 -07:00
Lana Steuck
a00c5cca87 Added tag jdk9-b26 for changeset 11e239e69325 2014-08-10 19:38:50 -07:00
Lana Steuck
051ebee267 Added tag jdk9-b26 for changeset a64f0cd60e66 2014-08-09 21:27:44 -07:00
Lana Steuck
e238dea6b3 Added tag jdk9-b26 for changeset 196b7a50a266 2014-08-09 21:27:42 -07:00
Lana Steuck
323e486044 Added tag jdk9-b26 for changeset f51938efd4f6 2014-08-09 21:27:29 -07:00
Lana Steuck
491e405b22 Added tag jdk9-b26 for changeset 38b0d0abca49 2014-08-09 21:27:18 -07:00
Lana Steuck
6fa6e652a9 Added tag jdk9-b26 for changeset 3a55fad9854a 2014-08-09 21:27:07 -07:00
Lana Steuck
0289fe1994 Added tag jdk9-b26 for changeset 30a18bb9b88d 2014-08-09 21:27:05 -07:00
Lana Steuck
d5d1326409 Added tag jdk9-b26 for changeset 11e239e69325 2014-08-09 21:27:00 -07:00
Jon Masamitsu
d4ca2cc557 Merge 2014-08-08 16:24:16 -07:00