Matthias Klose
059de12e57
6561870: 3/3 Long javac compile lines fail due to command line length issues (agent compiles?)
...
Use javac's @filename construct to avoid long compile lines
Reviewed-by: ohair, twisti, never
2010-09-08 08:34:57 -07:00
Matthias Klose
d0cc3fc376
6983073: fix compiler error with GCC 4.4 or newer on SPARC
...
Reviewed-by: twisti
2010-09-08 04:50:26 -07:00
Kelly O'Hair
393c6a7961
Merge
2010-09-07 15:53:32 -07:00
Kelly O'Hair
a252fc3e6c
Merge
2010-09-07 15:51:45 -07:00
Kelly O'Hair
729eada18b
Merge
2010-09-07 15:51:24 -07:00
Kelly O'Hair
a7ac1a62c9
Merge
2010-09-07 15:50:58 -07:00
Kelly O'Hair
9b7b52281b
Merge
2010-09-07 15:50:33 -07:00
Kelly O'Hair
f44a7ee069
Merge
2010-09-07 15:49:48 -07:00
Kelly O'Hair
2abe4f48b7
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
...
Reviewed-by: kamg
2010-09-07 15:17:43 -07:00
Kelly O'Hair
92e93b59c6
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
...
Reviewed-by: kamg
2010-09-07 15:16:24 -07:00
Kelly O'Hair
ac8ea93468
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
...
Reviewed-by: kamg
2010-09-07 15:16:01 -07:00
Kelly O'Hair
43a5a8356f
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
...
Reviewed-by: kamg
2010-09-07 15:15:33 -07:00
Kelly O'Hair
8890e99b2c
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
...
Reviewed-by: kamg
2010-09-07 15:14:49 -07:00
Kelly O'Hair
68ba7cf2a3
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
...
Reviewed-by: kamg
2010-09-07 15:13:58 -07:00
Igor Veresov
34b016cb42
6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod
...
Assertion fails during print compilation because nmethod::print_on() calls osr_entry_bci() without checking that the method is an osr method. The fix adds an appropriate check.
Reviewed-by: never, twisti
2010-09-07 14:16:50 -07:00
Tom Rodriguez
cf8bea660b
6982533: Crash in ~StubRoutines::jbyte_fill with AggressiveOpts enabled
...
Reviewed-by: kvn
2010-09-07 11:31:27 -07:00
Igor Nekrestyanov
08c9310254
6982499: ant detection is fragile on windows. especially using cygwin
...
Reviewed-by: ohair
2010-09-07 11:28:28 -07:00
Igor Nekrestyanov
dc9d72b5b1
6982774: HOTSPOT_IMPORT_PATH detection does not work as expected
...
Reviewed-by: herrick, ohair
2010-09-07 11:24:28 -07:00
Maurizio Cimadamore
4da9c57770
6970584: Flow.java should be more error-friendly
...
Added a post-attribution visitor that fixup uninitialized types/symbol in AST after erroneous attribution
Reviewed-by: jjg
2010-09-07 17:33:43 +01:00
Maurizio Cimadamore
c1ac5e8862
6981185: com.sun.tools.model.JavacTypes.contains() calls Type.contains instead of Types.containsType
...
Wrong implementation is causing trivial containment tests to fail unexpectedly (when such tests are executed using compiler API)
Reviewed-by: jjg
2010-09-07 17:32:52 +01:00
John Rose
cd74d63c12
6979327: method handle invocation should use casts instead of type parameters to specify return type
...
Infer return type for polymorphic signature calls according to updated JSR 292 draft
Reviewed-by: jjg
2010-09-07 17:32:27 +01:00
Maurizio Cimadamore
73825fc885
6337171: javac should create bridge methods when type variable bounds restricted
...
Javac should add synthetic overrides for inherited abstract methods in order to preserve binary compatibility
Reviewed-by: jjg
2010-09-07 17:31:54 +01:00
Keith McGuigan
06c0a051da
6982851: Add b107 machine classifications to jprt.properties file
...
See synopsis
Reviewed-by: ohair
2010-09-07 11:50:59 -04:00
Keith McGuigan
5c3276599b
Merge
2010-09-07 11:38:09 -04:00
Andrew Brygin
2d2d444adf
6972495: javax/imageio/CachePremissionsTest/CachePermissionsTest.java failed
...
Reviewed-by: prr
2010-09-07 16:54:39 +04:00
Alan Bateman
ade072e46b
6971706: sun/nio/cs/ext/* classes are duplicated between rt.jar, charsets.jar, and localedata.jar
...
Reviewed-by: ohair
2010-09-07 08:36:10 +01:00
Jonathan Gibbons
c09fe5cafb
6930507: Symbols for anonymous and local classes made too late for use by java tree API
...
Reviewed-by: mcimadamore
2010-09-06 12:55:09 -07:00
Lance Andersen
657e4c62cb
6982510: Updated SQLException subclasses from the outback for 6861385 so that the copyrights only have 2 years
...
Reviewed-by: alanb
2010-09-04 15:37:26 -04:00
Lance Andersen
0b8bc76cef
6680198: UnmarshalException caused by incompatible serialVersionUID
...
Reviewed-by: sherman
2010-09-04 15:30:23 -04:00
Lance Andersen
96eebc523f
6843995: RowSet 1.1 updates
...
Reviewed-by: darcy, valeriep
2010-09-04 13:56:27 -04:00
Lance Andersen
a239e8e462
6861385: Updated SQLException subclasses to clarify that they may be thrown for vendor specific conditions
...
Reviewed-by: alanb
2010-09-04 12:21:56 -04:00
Igor Nekrestyanov
2d875cdd6f
6978977: Productivity: use ant for java part of build
...
Reviewed-by: mduigou, herrick, ohair, ngthomas
2010-09-03 20:19:45 -07:00
Igor Veresov
2c66a6c3fd
6953144: Tiered compilation
...
Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
Reviewed-by: kvn, never, phh, twisti
2010-09-03 17:51:07 -07:00
Joe Darcy
7d47787007
4881419: The type of X[].clone() should be X[]
...
Reviewed-by: martin
2010-09-03 15:00:10 -07:00
Alan Bateman
225ef04d34
Merge
2010-09-03 21:03:45 +01:00
Christine Lu
990a6d67a1
Added tag jdk7-b108 for changeset 44d515c5b5b6
2010-09-03 12:50:19 -07:00
Christine Lu
57cf63def3
Added tag jdk7-b108 for changeset b5444f4cf92e
2010-09-03 12:50:07 -07:00
Christine Lu
f4bbd7d192
Added tag jdk7-b108 for changeset 4fc84aaaa7ab
2010-09-03 12:49:59 -07:00
Christine Lu
9cf82cab33
Added tag jdk7-b108 for changeset 47349e388f34
2010-09-03 12:49:59 -07:00
Christine Lu
aaf5561c57
Added tag jdk7-b108 for changeset 9aa5fae6f446
2010-09-03 12:49:53 -07:00
Christine Lu
e4db025a73
Added tag jdk7-b108 for changeset 82e065bffb94
2010-09-03 12:49:48 -07:00
Christine Lu
5e55abdeff
Added tag jdk7-b108 for changeset eed672dd8675
2010-09-03 12:49:47 -07:00
Lana Steuck
2111493f31
Merge
2010-09-03 12:00:52 -07:00
Lana Steuck
5b58b51e22
Merge
2010-09-03 12:00:21 -07:00
Keith McGuigan
c5ccd42ac0
6870851: Bad frame_chop in StackMapTable crashes JVM
...
Must check locals for null when processing chop frame
Reviewed-by: dholmes, dcubed
2010-09-03 14:47:05 -04:00
Kumar Srinivasan
ef7b8cbc9e
6981001: (launcher) EnsureJREInstallation is not being called in order
...
Reviewed-by: darcy
2010-09-03 07:59:21 -07:00
Alan Bateman
2fdbbbae4e
6965072: Need API to create SDP sockets
...
Reviewed-by: michaelm
2010-09-03 13:11:54 +01:00
Anton Tarasov
fdaf5c86b2
6867293: switching TAB in a browser doesn't deactivate EmbeddedFrame
...
Reviewed-by: dcherepanov, art
2010-09-03 11:08:41 +04:00
Athijegannathan Sundararajan
977ad1ae6a
6956462: AssertionError exception thrown in the Compiler Tree API in JDK 7
...
Reviewed-by: jjg
2010-09-03 12:36:43 +05:30
Athijegannathan Sundararajan
60cf6eb1de
6458823: Messager messages on TypeParamterElements to not include position information
...
Reviewed-by: jjg
2010-09-03 11:25:43 +05:30