Eric McCorkle
a78344ba67
8008762: Type annotation on inner class in anonymous class show up as regular type annotations
...
8015257: type annotation with TYPE_USE and FIELD attributed differently if repeated
8013409: test failures for type annotations
Fixes to address some problems in type annotations
Reviewed-by: jfranck, jjg
2013-10-10 20:12:08 -04:00
Joe Wang
ea3f63b096
8003262: reverse translation required changes in xalan resource bundles
...
Reviewed-by: lancea, dfuchs
2013-10-10 17:01:05 -07:00
Eric McCorkle
89352ad3e6
8026011: java.lang.reflect.MalformedParametersException introduces doclint warnings
...
Add javadoc comments to members of MalformedParametersException
Reviewed-by: darcy
2013-10-10 18:56:09 -04:00
Lana Steuck
717d782836
Merge
2013-10-10 13:41:19 -07:00
Lana Steuck
fb3c32d988
Merge
2013-10-10 13:41:08 -07:00
Lana Steuck
5db317fd23
Merge
2013-10-10 13:33:02 -07:00
Calvin Cheung
3b62cc2221
Merge
2013-10-10 13:25:51 -07:00
Athijegannathan Sundararajan
66bb0d28fa
8026264: Getter, setter function name mangling issues
...
Reviewed-by: lagergren, jlaskey
2013-10-10 21:43:35 +02:00
Eric McCorkle
ad8c918fb1
8019461: Clean up javac diagnostics
...
7196553: Review error messages for repeating annotations
Changes to the diagnostic messages to improve clarity and JLS coherence
Reviewed-by: jjg
2013-10-10 13:55:41 -04:00
Bhavesh Patel
a7125b5d2e
8025633: Fix javadoc to generate valid anchor names
...
Reviewed-by: jjg
2013-10-10 10:51:15 -07:00
Christine Lu
cfdd010545
Added tag jdk8-b111 for changeset 99b8dd0c81a3
2013-10-10 10:09:30 -07:00
Christine Lu
67a4e0fd30
Added tag jdk8-b111 for changeset 9c619baa6191
2013-10-10 10:09:28 -07:00
Christine Lu
5d6172225c
Added tag jdk8-b111 for changeset ff73e351b200
2013-10-10 10:09:19 -07:00
Christine Lu
728d3e5b32
Added tag jdk8-b111 for changeset e1123c1187eb
2013-10-10 10:09:16 -07:00
Christine Lu
02c9ba8b0f
Added tag jdk8-b111 for changeset 3aaab60d6b93
2013-10-10 10:09:10 -07:00
Christine Lu
373c634bbb
Added tag jdk8-b111 for changeset 269723de7103
2013-10-10 10:08:55 -07:00
Christine Lu
216d63ee34
Added tag jdk8-b111 for changeset 24ea7322b779
2013-10-10 10:08:52 -07:00
Christine Lu
85b5a91ea8
Added tag jdk8-b111 for changeset b46e3359ae47
2013-10-10 10:08:45 -07:00
Lana Steuck
5c9fc29d1e
Merge
2013-10-10 10:03:29 -07:00
Lana Steuck
52612f8056
Merge
2013-10-10 10:03:21 -07:00
Joel Borggrén-Franck
db556bacff
7044282: (reflect) Class.forName and Array.newInstance are inconsistent regarding multidimensional arrays
...
Reviewed-by: darcy, psandoz
2013-10-10 18:11:53 +02:00
Lana Steuck
64f1a586df
Merge
2013-10-10 08:49:10 -07:00
Shanliang Jiang
bc140e3172
8025204: Intermittent test failure: javax/management/remote/mandatory/connection/IdleTimeoutTest.java
...
Reviewed-by: dholmes, jbachorik
2013-10-10 17:47:15 +02:00
Petr Pchelko
17c3bb8033
8024864: [macosx] Problems with rendering of controls
...
Reviewed-by: serb, leonidr
2013-10-10 19:27:21 +04:00
Andrew Brygin
347f54c3e2
7058618: PNG parser bugs found via zzuf fuzzing
...
Reviewed-by: prr, vadim
2013-10-10 18:59:01 +04:00
Marcus Lagergren
e0aeb3cfb7
8026250: Logging nullpointer bugfix and javadoc warnings
...
Reviewed-by: hannesw, jlaskey, sundar
2013-10-10 16:16:20 +02:00
Albert Noll
aef0d74e96
8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
...
Ensure ensure correct initialization of compiler runtime
Reviewed-by: kvn, twisti
2013-10-10 15:44:12 +02:00
Magnus Ihse Bursie
c0c561895a
8001931: The new build system whitespace cleanup
...
Reviewed-by: tbell, simonis, erikj
2013-10-10 15:06:21 +02:00
Magnus Ihse Bursie
952d9ce87c
8001931: The new build system whitespace cleanup
...
Reviewed-by: tbell, simonis, erikj
2013-10-10 14:58:19 +02:00
Magnus Ihse Bursie
75a164f0cd
8001931: The new build system whitespace cleanup
...
Reviewed-by: tbell, simonis, erikj
2013-10-10 14:58:17 +02:00
Magnus Ihse Bursie
6f2bbea851
8001931: The new build system whitespace cleanup
...
Reviewed-by: tbell, simonis, erikj
2013-10-10 14:58:15 +02:00
Magnus Ihse Bursie
65be173f17
8001931: The new build system whitespace cleanup
...
Reviewed-by: tbell, simonis, erikj
2013-10-10 14:58:13 +02:00
Magnus Ihse Bursie
10aa3f5f29
8001931: The new build system whitespace cleanup
...
Reviewed-by: tbell, simonis, erikj
2013-10-10 14:58:08 +02:00
Magnus Ihse Bursie
a706cda2ed
8001931: The new build system whitespace cleanup
...
Reviewed-by: tbell, simonis, erikj
2013-10-10 14:58:04 +02:00
Athijegannathan Sundararajan
a577bf4154
8026162: "this" in SAM adapter functions is wrong
...
Reviewed-by: jlaskey, hannesw
2013-10-10 14:43:22 +02:00
Michael McMahon
2fed0b98f8
7076487: (sctp) SCTP API classes does not exist in JDK for Mac
...
Reviewed-by: alanb, chegar
2013-10-10 12:36:42 +01:00
Athijegannathan Sundararajan
8cf4738031
8026248: importClass has to be a varargs function
...
Reviewed-by: jlaskey, hannesw
2013-10-10 13:17:57 +02:00
Athijegannathan Sundararajan
d5dda0a437
8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases
...
Reviewed-by: lagergren, jlaskey
2013-10-10 11:48:56 +02:00
Doug Lea
2acaedb538
7011859: java/util/concurrent/Semaphore/RacingReleases.java failing
...
Reviewed-by: alanb, dholmes
2013-10-10 09:57:50 +01:00
David Holmes
5c2cfd8db4
8026232: Move libnpt from profile compact1 to compact3
...
Reviewed-by: mchung, alanb
2013-10-10 04:57:29 -04:00
Peter Allwin
3723c4691c
8014446: JT_JDK: Wrong detection of test result for test com/sun/jdi/NoLaunchOptionTest.java
...
Reviewed-by: sla, mgronlun, dholmes, jbachorik, chegar
2013-10-10 10:14:54 +02:00
Petr Pchelko
dafa242f76
8025588: [macosx] Frozen AppKit thread in 7u40
...
Reviewed-by: anthony, art, serb
2013-10-10 11:40:06 +04:00
Staffan Larsen
4230c58678
8025427: jstat tests fails on 32-bit platforms
...
Reviewed-by: ehelin, dsamersoff, dholmes, sspitsyn
2013-10-10 09:38:06 +02:00
Weijun Wang
8f5279cf87
8026235: keytool NSS test should use 64 bit lib on Solaris
...
Reviewed-by: vinnie
2013-10-10 15:24:41 +08:00
Shanliang Jiang
c8a7fb8dce
8025205: Intermittent test failure: javax/management/remote/mandatory/connection/BrokenConnectionTest.java
...
Reviewed-by: dholmes, dfuchs, jbachorik
2013-10-10 09:01:19 +02:00
Andreas Lundblad
3e4c0741c4
8021237: clean up JavacAnnotatedConstruct
...
Refactored the static helper methods in JavacAnnoConstructs into ordinary methods and put them in a common superclass (AnnoConstruct) of Symbol and Type.
Reviewed-by: jjg, vromero, jfranck
2013-10-10 08:51:55 +02:00
Shanliang Jiang
5a3e98293d
8025206: Intermittent test failure: javax/management/monitor/NullAttributeValueTest.java
...
Reviewed-by: dholmes, dfuchs, jbachorik
2013-10-10 08:49:12 +02:00
Shanliang Jiang
65d897864d
8025207: Intermittent test failure: javax/management/monitor/CounterMonitorThresholdTest.java
...
Reviewed-by: dfuchs, dholmes
2013-10-10 08:37:48 +02:00
Tim Bell
7aa221ebc3
Merge
2013-10-09 23:19:08 -07:00
Coleen Phillimore
24118e5deb
Merge
2013-10-09 22:01:59 -04:00