Vladimir Ivanov
cb5592b08e
8012941: JSR 292: too deep inlining might crash compiler because of stack overflow
...
Reviewed-by: kvn, twisti
2013-10-23 20:20:03 +04:00
Serguei Spitsyn
3375e14588
8023004: JSR 292: java.lang.RuntimeException: Original target method was called
...
Reviewed-by: jrose
2013-10-23 20:15:24 +04:00
Erik Joelsson
91102a74e9
8026888: Licensee build failure due to wrong libs being called
...
Reviewed-by: tbell, ihse, simonis
2013-10-23 17:57:38 +02:00
David Katleman
a9467bf52b
Merge
2013-10-23 08:50:36 -07:00
Phil Race
dba4a72be2
8027169: Xrender: Cleaner version of the fix for 7159455 Nimbus scrollbar glitch
...
Reviewed-by: prr, bae
2013-10-23 08:46:54 -07:00
Sean Coffey
b8a1a58670
5036554: unmarshal error on CORBA alias type in CORBA any
...
Reviewed-by: chegar, smarks
2013-10-23 16:45:30 +01:00
Erik Joelsson
cc9f5581c4
8026888: Licensee build failure due to wrong libs being called
...
Reviewed-by: tbell, ihse, simonis
2013-10-23 17:03:19 +02:00
Athijegannathan Sundararajan
5184202107
Merge
2013-10-23 20:21:23 +05:30
Athijegannathan Sundararajan
8a7395c4b8
8027150: ScriptObjectListAdapter won't work as expected
...
Reviewed-by: jlaskey, attila
2013-10-23 20:15:43 +05:30
Chris Hegarty
a4e294381f
8027059: (sctp) fatal warnings overly restrictive with gcc 4.8.1
...
Reviewed-by: mduigou, dxu, erikj, ihse
2013-10-23 13:43:12 +01:00
Sergey Bylokhov
09d0694c90
8020851: java.awt.event.WindowEvent spec should state that WINDOW_CLOSED event may not be delivered under certain circumstances
...
Reviewed-by: anthony, art
2013-10-23 16:24:50 +04:00
Athijegannathan Sundararajan
3e7ce096f9
8027128: jdk.nashorn.api.scripting.JSObject should be an interface
...
Reviewed-by: hannesw, attila, jlaskey
2013-10-23 17:30:13 +05:30
Ivan Gerasimov
f14e06950e
8024521: (process) Async close issues with Process InputStream
...
Reviewed-by: psandoz, martin, alanb, robm
2013-10-23 15:37:40 +04:00
Alan Bateman
e1c6970bd6
8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: rriggs, psandoz, chegar
2013-10-24 13:24:32 +01:00
Magnus Ihse Bursie
e4ff601011
8001922: Improve freetype handling
...
Reviewed-by: erikj
2013-10-23 13:06:37 +02:00
Magnus Ihse Bursie
af31015c79
8001922: Improve freetype handling
...
Reviewed-by: erikj
2013-10-23 13:05:58 +02:00
Roland Westrelin
1b5bd82335
8024070: C2 needs some form of type speculation
...
Record unused type profile information with type system, propagate and use it.
Reviewed-by: kvn, twisti
2013-10-23 12:40:23 +02:00
Niclas Adlertz
e608f6fde3
8026939: assert(Reachblock != NULL) failed: Reachblock must be non-NULL
...
We can reach this state from phi input rematerialization, so pass in the Reaches of the predecessor
Reviewed-by: roland, twisti
2013-10-23 10:44:12 +02:00
Fredrik Arvidsson
e731a6d078
8026808: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failed with unexpected exit value
...
Fixes a bug with vmArgs when using JDKToolLauncher
Reviewed-by: sla, dholmes
2013-10-23 10:24:28 +02:00
Axel Siebenborn
13418d4800
8025728: Missing volatile specifier for field G1AllocRegion::_alloc_region
...
The field G1AllocRegion::_alloc_region needs to be declared volatile as it is used with that intention. Otherwise the compiler may generate the code that reloads the value which might have changed in the meantime, leading to spurious crashes.
Reviewed-by: iveresov, simonis, tschatzl
2013-10-23 10:23:06 +02:00
Albert Noll
ceb177b16f
8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified
...
Ensure currently required generation of AdapterHandlerLibrary::create_native_wrapper()
Reviewed-by: roland, iveresov
2013-10-23 10:00:39 +02:00
Jan Lahoda
14fe29f845
8026861: Wrong LineNumberTable for variable declarations in lambdas
...
Setting or correcting positions for many trees produced by LambdaToMethod.
Reviewed-by: vromero, rfield
2013-10-23 07:50:04 +02:00
Jan Lahoda
237d1940c6
8027191: Fix for JDK-8026861 refers to an incorrect bug number
...
Reverting changeset e7c8a164d7bd, so that it can be applied again with a correct bug number
Reviewed-by: jjg
2013-10-23 23:02:17 +02:00
Bhavesh Patel
80787f47a9
8026770: javadoc creates invalid HTML in profile summary pages
...
Reviewed-by: jjg
2013-10-23 13:54:13 -07:00
Robert Field
c9ceea7ac7
8022720: Method refeerences - private method should be accessible (nested classes)
...
Reviewed-by: jjg, ksrini
2013-10-23 10:28:10 -07:00
Jan Lahoda
5ea357c66e
8026508: Invokedynamic instructions don't get line number table entries
...
Setting or correcting positions for many trees produced by LambdaToMethod.
Reviewed-by: vromero, rfield
2013-10-23 07:50:04 +02:00
Vadim Pakhnushev
0c0442200d
8001173: [findbugs] Evaluate FindBug output for sun.font.CompositeFont, sun.font.CompositeFontDescriptor
...
Reviewed-by: prr, bae
2013-10-23 08:56:56 +04:00
Harold Seigel
286c6a3d50
Merge
2013-10-22 22:14:57 -04:00
Jonathan Gibbons
806a84e4de
Merge
2013-10-22 17:44:43 -07:00
Jonathan Gibbons
53d2f8ae31
8027119: Cleanup javadoc comments for taglet API
...
Reviewed-by: mduigou
2013-10-22 17:42:10 -07:00
Robert Field
69709943c3
8023668: Desugar serializable lambda bodies using more robust naming scheme
...
Lambda / bridged method-reference naming overhaul
Reviewed-by: ksrini, briangoetz
2013-10-22 16:53:21 -07:00
Tim Bell
ce42afa263
Merge
2013-10-22 16:51:37 -07:00
Tim Bell
a42e54a3e5
Merge
2013-10-22 16:41:34 -07:00
David Katleman
d9328a80c4
8027068: Update to NewMakefile.gmk check of MAKE_VERSION broke jdk8-build nightly builds on windows, saying 3.82.90 is too low
...
Reviewed-by: ihse, tbell, wetmore
2013-10-22 16:35:09 -07:00
Tim Bell
4c2ade4cc3
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
...
Reviewed-by: mduigou, mchung
2013-10-22 16:30:06 -07:00
Tim Bell
8d66261093
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
...
Reviewed-by: mduigou, mchung
2013-10-22 16:29:54 -07:00
Tim Bell
80ff340c1d
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
...
Reviewed-by: mduigou, mchung
2013-10-22 16:29:42 -07:00
Tim Bell
a4db012457
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
...
Reviewed-by: mduigou, mchung
2013-10-22 16:29:33 -07:00
Tim Bell
3c791baa4a
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
...
Reviewed-by: mduigou, mchung
2013-10-22 16:29:10 -07:00
Tim Bell
9aa14a6c83
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
...
Reviewed-by: mduigou, mchung
2013-10-22 16:28:57 -07:00
David Katleman
3d269310ca
Merge
2013-10-22 16:14:34 -07:00
David Katleman
ccb8dc265f
Merge
2013-10-22 16:10:31 -07:00
Ioi Lam
8703963160
Merge
2013-10-22 16:09:17 -07:00
Clemens Eisserer
95958a239e
8023098: XRender : AlphaComposite test results are incorrect
...
Reviewed-by: prr, bae
2013-10-22 15:39:33 -07:00
David Katleman
779bb36744
Merge
2013-10-22 14:53:08 -07:00
Ioi Lam
0e4eda601c
8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread
...
Revert changes in JDK-8008962
Reviewed-by: coleenp, sspitsyn
2013-10-22 14:29:02 -07:00
Alejandro Murillo
0ce7855814
Merge
2013-10-22 13:56:26 -07:00
Alejandro Murillo
e7abfc8023
Merge
2013-10-22 13:56:19 -07:00
Alejandro Murillo
ebac10af51
Merge
2013-10-22 13:56:11 -07:00
Clemens Eisserer
8f5a3f7514
8023483: sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java failed with jdk8 on linux platforms
...
Reviewed-by: prr, bae
2013-10-22 13:47:45 -07:00