Christine Lu
38700d4889
Added tag jdk8-b113 for changeset 031674170429
2013-10-24 09:10:27 -07:00
Christine Lu
35d37e6057
Added tag jdk8-b113 for changeset 221c3167eb35
2013-10-24 09:10:06 -07:00
Christine Lu
a1abd2bc9d
Added tag jdk8-b113 for changeset 0cf466e2de61
2013-10-24 09:10:01 -07:00
Petr Pchelko
45dd0a7642
8027025: [macosx] getLocationOnScreen returns 0 if parent invisible
...
Reviewed-by: anthony, serb
2013-10-24 19:50:33 +04:00
Petr Pchelko
8dd4be4066
8027030: AWT Multiple JVM DnD Test Failing on Linux (OEL and Ubuntu) and Solaris (Sparc and x64)
...
Reviewed-by: anthony, serb
2013-10-24 19:23:02 +04:00
Aleksei Efimov
811cefb8f2
8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing
...
Reviewed-by: okutsu, mfang, alanb
2013-10-24 17:23:26 +04:00
Staffan Larsen
a4c472645e
8027371: Add JDI tests for breakpointing and stepping in lambda code
...
Reviewed-by: mchung, sspitsyn
2013-10-29 08:10:32 +01:00
Lana Steuck
a76a308ce5
Merge
2013-10-28 12:28:57 -07:00
Daniel Fuchs
482f3cc1b9
8026863: regression in anonymous Logger.setParent method
...
Restore behaviour of setParent in anonymous logger and clarifies the spec with respect to security permissions.
Reviewed-by: mchung, prr
2013-10-28 10:52:07 +01:00
Stuart Marks
2a5882abfe
5063500: Formatter spec says "char" is not an integral type
...
7126305: Wrong Unicode value specified for format conversion character 'd'
8027287: incorrect example in Formatter javadoc
Reviewed-by: rriggs, darcy, lancea
2013-10-25 14:53:34 -07:00
Jaroslav Bachorik
b441547010
8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out
...
Improve reliability by converting the test to Java
Reviewed-by: dsamersoff, dholmes
2013-10-25 13:01:11 +02:00
Eric Wang
18f98bb20e
7079145: Remove java/net/ipv6tests/UdpTest.java from the ProblemList.txt
...
Reviewed-by: alanb, chegar
2013-10-25 11:01:29 +01:00
Leif Samuelsson
47f35a5166
8026929: remove accelerators from policytool resources
...
Reviewed-by: alexp, weijun
2013-10-25 08:38:20 +08:00
Joe Wang
53d9506586
8004476: XSLT Extension Functions Don't Work in WebStart
...
Reviewed-by: dfuchs, lancea, alanb
2013-10-24 14:13:09 -07:00
Xueming Shen
a06b63065d
8025003: Base64 should be less strict with padding
...
Updated spec and implementation of mime decoder to be lenient for padding
Reviewed-by: alanb
2013-10-24 11:12:59 -07:00
Christian Thalinger
1ac0200394
8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
...
Reviewed-by: iveresov, jrose
2013-10-24 10:52:15 -07:00
Joel Borggrén-Franck
be2d6e6535
8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result
...
Reviewed-by: darcy
2013-10-24 19:04:27 +02:00
Dan Smith
85dad521d9
8019646: Clarify javadoc contract of LambdaMetafactory
...
Reviewed-by: briangoetz, rfield
2013-10-24 13:06:05 -04:00
Stuart Marks
2e342ed968
8023862: deprecate HTTP proxying from RMI
...
Reviewed-by: mchung
2013-10-24 10:13:39 -07:00
Andreas Lundblad
5db9cc7bed
8027170: Annotations declared on super-super-class should be overridden by super-class
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jfranck
2013-10-24 18:52:13 +02:00
Sergey Bylokhov
b776817a56
7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError
...
Reviewed-by: anthony, art
2013-10-24 14:32:07 +04:00
Erik Joelsson
a1a132996a
8009280: JCE jurisdiction policy files not copied into jdk/lib/security
...
Reviewed-by: tbell, ihse
2013-10-24 10:43:51 +02:00
Erik Joelsson
21748b738f
8009280: JCE jurisdiction policy files not copied into jdk/lib/security
...
Reviewed-by: tbell, ihse
2013-10-24 10:43:35 +02:00
Fredrik Arvidsson
508272e5f5
8024423: JVMTI: GetLoadedClasses doesn't enumerate anonymous classes
...
Rewrite of the getLoadedClasses() method implementation to include anonymous classes.
Reviewed-by: coleenp, sspitsyn
2013-10-24 10:02:02 +02:00
Eric McCorkle
e62fb20a59
8023682: Incorrect attributes emitted for anonymous class declaration
...
Cause javac to emit type annotations on new instruction as well as anonymous class supertype for annotated anonymous classes.
Reviewed-by: jjg, jfranck
2013-10-24 01:27:10 -04:00
David Holmes
33d6b93e22
8026877: Error in opening JAR file when invalid jar specified with -Xbootclasspath/a on OpenJDK build
...
Reviewed-by: coleenp, twisti
2013-10-24 00:33:14 -04:00
Xue-Lei Andrew Fan
623fe13d2c
8026417: Enhance XML canonicalization
...
Copy before use mutable byte arrays. Also reviewed by Alexander Fomin <alexander.fomin@oracle.com>
Reviewed-by: mullan, hawtin, ahgross
2013-10-23 21:24:34 -07:00
Abhijit Saha
15d051e851
Merge
2013-12-07 16:15:08 -08:00
Eric McCorkle
fb5a684124
8006732: support correct bytecode storage of type annotations in multicatch
...
Fix issue with annotations being added before attribution, which causes multicatch not to work right and several tests to fail.
Reviewed-by: jfranck, jjg
2013-10-23 23:20:32 -04:00
Jan Lahoda
017ea08922
8026936: Initialize LamdbaToMethod lazily and as required
...
Reviewed-by: jjg, rfield
2013-10-23 15:45:18 -07:00
Niclas Adlertz
fedbc5721f
Merge
2013-10-23 19:22:28 +00:00
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