Kelly O'Hair
60caa18980
Merge
2012-06-12 15:16:32 -07:00
Lance Andersen
0b0b610a21
7171918: XmlReaderContentHandler.endElement does not handle a Delete Tag properly
...
Reviewed-by: joehw
2012-06-12 17:32:01 -04:00
Krystal Mok
529b370174
7174218: remove AtomicLongCSImpl intrinsics
...
Reviewed-by: kvn, twisti
2012-06-12 14:31:44 -07:00
Kelly O'Hair
a4bc0fa013
7176138: Fixes for missing close() calls and possible null pointer reference instead of fatal error
...
Reviewed-by: dcubed
2012-06-12 13:54:20 -07:00
Joe Wang
94d67fa6a5
7144423: StAX EventReader swallows the cause of error
...
Make sure the cause of the error is properly reported
Reviewed-by: lancea, psandoz
2012-06-12 10:23:49 -07:00
Vlaidmir Ivanov
e67db1b150
7169782: C2: SIGSEGV in LShiftLNode::Ideal(PhaseGVN*, bool)
...
Keep intermediate node alive till the end of the graph construction using dummy hook node trick
Reviewed-by: kvn, twisti
2012-06-12 09:47:23 -07:00
Roland Westrelin
bd09c5ac38
7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86
...
Increase precision on x86 for the steps of the computation of exp and pow.
Reviewed-by: kvn
2012-06-12 10:02:36 +02:00
Vladimir Kozlov
4ed033f56f
Merge
2012-06-11 22:38:28 -07:00
Christian Thalinger
02eef114a1
7063674: Wrong results from basic comparisons after calls to Long.bitCount(long)
...
Reviewed-by: kvn
2012-06-11 16:47:41 -07:00
Joe Wang
e881068530
7157610: NullPointerException occurs when parsing XML doc
...
Recovers what was the original disallow-doctype-decl, reporting error when disallow-doctype-decl is true, and change everything else that was added for SupportDTD to be governed by a new flag 'fSupportDTD'.
Reviewed-by: lancea
2012-06-11 15:47:01 -07:00
Kumar Srinivasan
4525667c73
7160072: (javac) JavacParserTests needs cleanup
...
Reviewed-by: jjg
2012-06-11 15:33:28 -07:00
Vladimir Kozlov
ae6d0d30f5
7174510: 19 JCK compiler tests fail with C2 error: memNode.cpp:812 - ShouldNotReachHere
...
Add missing check for EncodeP node in MemNode::Ideal_common_DU_postCCP() method.
Reviewed-by: twisti
2012-06-11 14:58:51 -07:00
Staffan Larsen
9b27913542
7175802: Missing jdk_jfr in top-level make file
...
Reviewed-by: alanb
2012-06-11 20:52:00 +02:00
Volker Simonis
7c17e9e75b
7175914: Usage of gcc with precompiled headers produces wrong build dependencies
...
Add -fpch-deps flag to gcc builds
Reviewed-by: kamg, coleenp
2012-06-11 13:10:14 -04:00
Erik Joelsson
be964b9263
7175966: Fix windows build issues for build-infra project
...
Reviewed-by: ohair
2012-06-11 09:30:04 -07:00
Vladimir Kozlov
a23aa66098
Merge
2012-06-11 08:35:28 -07:00
Lance Andersen
c419fa6171
7171917: CachedRowSetImpl.populate does not handle map properly
...
Reviewed-by: joehw
2012-06-11 07:10:48 -04:00
Bertrand Delsart
dd6200f31a
Merge
2012-06-11 04:47:33 -04:00
Staffan Larsen
a928a2df96
Merge
2012-06-11 10:28:02 +02:00
Jonathan Lu
f6020a8e34
7155887: ComboBox does not display focus outline in GTK L&F
...
Reviewed-by: rupashka
2012-06-11 10:52:31 +08:00
Alan Bateman
881d64f005
7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset
...
Reviewed-by: minqi
2012-06-10 10:29:27 +01:00
Alexander Zuev
663f9df53e
7173487: closed/java/awt/Frame/RemoveNotifyTest/RemoveNotifyTest.html
...
Reviewed-by: anthony, dcherepanov, serb
2012-06-09 19:18:24 +04:00
Pavel Porvatov
0494bcb19c
7165725: JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY
...
Reviewed-by: alexsch
2012-06-09 17:42:46 +04:00
Kelly O'Hair
0b637798e3
Merge
2012-06-08 17:28:54 -07:00
Kelly O'Hair
5a3b13508d
7170091: Fix missing wait between repo cloning in hgforest.sh
...
Reviewed-by: strarup
2012-06-08 17:25:46 -07:00
Lana Steuck
2e9434a07a
Merge
2012-06-08 12:45:43 -07:00
Lana Steuck
272f5e3896
Merge
2012-06-08 12:44:30 -07:00
Lana Steuck
58f22a5049
Merge
2012-06-08 12:01:24 -07:00
Lana Steuck
ae0b1487fa
Merge
2012-06-08 12:01:05 -07:00
Lana Steuck
83d6ffcacb
Merge
2012-06-08 12:00:22 -07:00
Lana Steuck
08390fb7f9
Merge
2012-06-08 11:58:45 -07:00
Joe Wang
478e52def4
7157608: One feature is not recognized
...
Adding feature standard-uri-conformant into the recognized list
Reviewed-by: psandoz
2012-06-08 11:28:29 -07:00
Alexander Zuev
aaafa0557d
7175566: [macosx] Glich in fix for CR7124247 caused MacOS crash during PIT testing
...
Reviewed-by: anthony, dcherepanov
2012-06-08 22:21:53 +04:00
Rob McKenna
042cc29680
7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true
...
Reviewed-by: alanb, chegar
2012-06-08 18:23:28 +01:00
John Coomes
b549e586b0
Merge
2012-06-08 09:49:49 -07:00
Keith McGuigan
c39971d4f1
7158804: Improve config file parsing
...
Check buffer length when reading
Reviewed-by: dholmes, dcubed
2012-06-08 12:49:12 -04:00
Sean Mullan
52f39f95df
7163198: Tightened package accessibility
...
7169887: Tightened package accessibility
Reviewed-by: vinnie, hawtin
2012-06-08 11:02:47 -04:00
Staffan Larsen
240b19f9f2
Merge
2012-06-08 05:39:14 -07:00
Lance Andersen
ffd4aa2de3
Merge
2012-06-08 09:22:30 -04:00
Alexander Scherbatiy
92246eda42
7092551: Double-click in TextField sets caret to the beginning
...
Reviewed-by: bagiras, serb
2012-06-08 14:15:09 +04:00
Krystal Mok
2c5c12219c
7175413: Typo in comments of JVM_SupportsCX8 in jvm.h
...
Reviewed-by: chegar
2012-06-08 09:55:20 +01:00
Chris Dennis
27c2e51e67
7172708: 32/64 bit type issues on Windows after Mac OS X port
...
Reviewed-by: dholmes, coleenp
2012-06-08 02:06:16 -04:00
Erik Joelsson
f558e39f7e
7170079: Adjustments to build-infra makefiles
...
Co-authored-by: Jonas Oreland <jonas.oreland@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, ohrstrom, ihse, jonas
2012-06-07 20:40:50 -07:00
Kelly O'Hair
cd4795be6b
Merge
2012-06-07 20:40:02 -07:00
Erik Joelsson
1ff2fcfeed
7170079: Adjustments to build-infra makefiles
...
Co-authored-by: Jonas Oreland <jonas.oreland@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, ohrstrom, ihse, jonas
2012-06-07 20:30:57 -07:00
Erik Joelsson
7a04d58771
7170079: Adjustments to build-infra makefiles
...
Co-authored-by: Jonas Oreland <jonas.oreland@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, ohrstrom, ihse, jonas
2012-06-07 20:30:49 -07:00
Erik Joelsson
55e52f1b6d
7170079: Adjustments to build-infra makefiles
...
Co-authored-by: Jonas Oreland <jonas.oreland@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, ohrstrom, ihse, jonas
2012-06-07 20:30:41 -07:00
Erik Joelsson
bdbf490174
7170079: Adjustments to build-infra makefiles
...
Co-authored-by: Jonas Oreland <jonas.oreland@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, ohrstrom, ihse, jonas
2012-06-07 20:30:30 -07:00
Erik Joelsson
36674b96fd
7170079: Adjustments to build-infra makefiles
...
Co-authored-by: Jonas Oreland <jonas.oreland@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, ohrstrom, ihse, jonas
2012-06-07 20:25:06 -07:00
Kelly O'Hair
623934b5e1
Merge
2012-06-07 18:08:28 -07:00