Lana Steuck
fd982c6d3d
Merge
2013-06-16 22:36:41 -07:00
Lana Steuck
8b8232c15d
Merge
2013-06-16 22:33:03 -07:00
Lana Steuck
c470fbe806
Merge
2013-06-16 22:32:56 -07:00
Lana Steuck
f2fab8584e
Merge
2013-06-16 22:30:22 -07:00
Rob McKenna
9dd2251abc
8016701: JAXP Build failure
...
Reviewed-by: darcy, wetmore, alanb, chegar
2013-06-15 09:26:42 +01:00
Vladimir Kozlov
55f6f35697
Merge
2013-06-14 16:33:34 -07:00
Lana Steuck
8d0c9d52e8
Merge
2013-06-14 11:10:00 -07:00
Lana Steuck
25b7910613
Merge
2013-06-14 10:41:45 -07:00
Vicente Romero
5d4b6cd0d0
8008023: Get rid of utf8 chars in two tests
...
Reviewed-by: jjg
2013-06-14 18:01:52 +01:00
Athijegannathan Sundararajan
835f3c4de0
8016618: script mirror object access should be improved
...
Reviewed-by: jlaskey, lagergren
2013-06-14 21:16:14 +05:30
Chris Hegarty
8322464f71
8012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightly runs
...
Reviewed-by: alanb
2013-06-14 16:38:13 +01:00
Mark Sheppard
3f85c00fb2
8011157: Improve CORBA portablility
...
Fix also reviewed by Alexander Fomin
Reviewed-by: alanb, coffeys, skoivu
2013-06-14 16:31:55 +01:00
Maurizio Cimadamore
44641445d7
8016569: javac, add new flag for polymorphic method signatures
...
Reviewed-by: jjg
2013-06-14 16:25:09 +01:00
Mark Sheppard
ae96f935a2
8011157: Improve CORBA portablility
...
Fix also reviewed by Alexander Fomin
Reviewed-by: alanb, coffeys, skoivu
2013-06-14 15:49:54 +01:00
Mark Sheppard
a968eabd50
8011157: Improve CORBA portablility
...
Fix also reviewed by Alexander Fomin
Reviewed-by: alanb, coffeys, skoivu
2013-06-14 15:49:41 +01:00
Alejandro Murillo
a8616cb1c2
8016567: new hotspot build - hs25-b38
...
Reviewed-by: jcoomes
2013-06-14 07:27:22 -07:00
Alejandro Murillo
ca3d100365
Merge
2013-06-14 07:26:49 -07:00
Anton Tarasov
0e763b1f06
8014821: Regression: Focus issues with Oracle WebCenter Capture applet
...
Reviewed-by: leonidr
2013-06-14 16:38:18 +04:00
Marcus Lagergren
f74c3ecd82
8016235: Use in catch block that may not have been executed in try block caused illegal byte code to be generated
...
Reviewed-by: jlaskey, hannesw
2013-06-14 13:53:40 +02:00
Erik Joelsson
e7d2bb0ca4
8016520: jdk native build does not fail on compilation error on windows
...
Reviewed-by: tbell
2013-06-14 13:30:14 +02:00
Aleksej Efimov
52cfa3dc50
8015978: Incorrect transformation of XPath expression "string(-0)"
...
Reviewed-by: darcy, joehw
2013-06-14 15:14:56 +04:00
John Zavgren
48a8955ad6
8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c
...
I modified the native procedure: Java_sun_security_jgss_wrapper_GSSLibStub_initContext() so that allocated memory is freed when errors occur.
Reviewed-by: chegar, valeriep
2013-06-14 09:13:03 -04:00
Aleksej Efimov
e6d0dba36c
8015978: Incorrect transformation of XPath expression "string(-0)"
...
Reviewed-by: darcy, joehw
2013-06-14 15:14:49 +04:00
Alejandro Murillo
15fcf20d64
Added tag hs25-b37 for changeset d8e8521557b2
2013-06-13 23:28:20 -07:00
Alejandro Murillo
a848daadd7
Merge
2013-06-13 23:28:20 -07:00
Bengt Rutisson
f18e968d43
8012265: VM often crashes on solaris with a lot of memory
...
Increase HeapBaseMinAddress for G1 from 256m to 1g on Solaris x86
Reviewed-by: mgerdin, coleenp, kvn
2013-06-14 08:02:32 +02:00
Kurchi Subhra Hazra
eb00b0e4f3
7169142: CookieHandler does not work with localhost
...
Add .local to derived effective hostnames without dot
Reviewed-by: chegar
2013-06-13 17:48:11 -07:00
Niclas Adlertz
9129e6dc2b
8016157: During CTW: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
...
Disable rematerialization for negD node
Reviewed-by: kvn, roland
2013-06-14 01:19:56 +02:00
Phil Race
f02741a5a8
8016485: Windows native print dialog does not reflect default printer settings
...
Reviewed-by: jgodinez, jchen
2013-06-13 13:02:37 -07:00
David Chase
d6402d4452
8010124: JVM_GetClassContext: use GrowableArray instead of KlassLink
...
Replace linked data structure with array (performance)
Co-authored-by: Christian Thalinger <christian.thalinger@oracle.com>
Reviewed-by: kvn
2013-06-13 15:39:47 -04:00
Johnny Chen
73c5ae165c
8014098: Better profile validation
...
Reviewed-by: bae, mschoene, prr
2013-06-13 12:14:37 -07:00
Hannes Wallnöfer
2904cada12
8016542: String.prototype.replace called with function argument should not replace $ patterns
...
Reviewed-by: lagergren, jlaskey
2013-06-13 20:50:24 +02:00
Kurchi Subhra Hazra
310a5ee8e5
8015421: NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE
...
Ensure integer overflow does not occur
Reviewed-by: chegar
2013-06-13 11:23:00 -07:00
David Katleman
e2613d3b41
Added tag jdk8-b94 for changeset ac5976df1b9c
2013-06-13 09:49:27 -07:00
David Katleman
18aa8b4042
Added tag jdk8-b94 for changeset f7887244ecd2
2013-06-13 09:49:19 -07:00
David Katleman
343d4c4856
Added tag jdk8-b94 for changeset 166c25c5681e
2013-06-13 09:48:58 -07:00
David Katleman
cbd6d51f32
Added tag jdk8-b94 for changeset 62123b1d4f2a
2013-06-13 09:48:47 -07:00
David Katleman
5924aa4ae1
Added tag jdk8-b94 for changeset a825382915a9
2013-06-13 09:48:45 -07:00
David Katleman
ddf560776e
Added tag jdk8-b94 for changeset 847c7c6c4e4a
2013-06-13 09:48:27 -07:00
David Katleman
a75781d8eb
Added tag jdk8-b94 for changeset 1921ac5090fc
2013-06-13 09:48:22 -07:00
David Katleman
bf11a4380b
Added tag jdk8-b94 for changeset 4ee958900191
2013-06-13 09:48:20 -07:00
Anton Litvinov
21b8cd749b
6847588: AWT test fails
...
Reviewed-by: anthony, serb
2013-06-13 18:46:17 +04:00
Hannes Wallnöfer
f2751c93e8
8016528: Hex code from escape() should be padded
...
Reviewed-by: jlaskey, lagergren
2013-06-13 15:26:49 +02:00
Erik Joelsson
01de8f81d7
8014231: --with-alsa configuration options don't add include or lib directories to proper flags
...
Reviewed-by: tbell
2013-06-13 14:04:54 +02:00
Erik Joelsson
78a2cedbb6
8014231: --with-alsa configuration options don't add include or lib directories to proper flags
...
Reviewed-by: tbell
2013-06-13 14:04:32 +02:00
Hannes Wallnöfer
bd1ee81a66
8016522: Numeric literal must not be followed by IdentifierStart
...
Reviewed-by: lagergren, sundar
2013-06-13 14:02:43 +02:00
Ivan Gerasimov
b595458607
7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently
...
Reviewed-by: chegar, dholmes
2013-06-13 15:15:03 +04:00
Hannes Wallnöfer
96b4d172c0
8016518: Parsing of octal string escapes is broken
...
Reviewed-by: sundar, lagergren
2013-06-13 12:52:09 +02:00
Athijegannathan Sundararajan
6a09a3934e
8015355: Array.prototype functions don't honour non-writable length and / or index properties
...
Reviewed-by: lagergren, hannesw
2013-06-13 16:08:35 +05:30
Paul Sandoz
aed188663e
8016251: Balanced spliterator for SpinedBuffer
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: mduigou
2013-06-13 11:13:30 +02:00