Roland Westrelin
c99c99aa36
8011706: specjvm2008 test xml.transform gets array bound exception with c1
...
Loop invariant code motion may move load before store to the same field
Reviewed-by: kvn
2013-04-10 09:52:49 +02:00
David Katleman
49d673993d
Merge
2013-04-09 15:17:51 -07:00
David Katleman
7e20601e0a
Merge
2013-04-09 15:16:41 -07:00
Lana Steuck
a10b11c7fe
Merge
2013-04-09 15:14:31 -07:00
Lana Steuck
e3502fe80f
Merge
2013-04-09 15:01:07 -07:00
Lana Steuck
d71c1e8a6c
Merge
2013-04-09 14:59:22 -07:00
Bhavesh Patel
b82442a565
8005091: javadoc should be able to return the receiver type
...
Reviewed-by: jjg
2013-04-09 14:18:22 -07:00
Jiangli Zhou
56370657b9
8010862: The Method counter fields used for profiling can be allocated lazily
...
Allocate the method's profiling related metadata until they are needed.
Reviewed-by: coleenp, roland
2013-04-09 17:17:41 -04:00
Tim Bell
0a6c65bc99
8011348: use of which in common/autoconf/autogen.sh is not portable
...
Reviewed-by: erikj, katleman, mduigou
2013-04-09 13:05:22 -07:00
Igor Ignatyev
ca90185607
8007288: Additional WB API for compiler's testing
...
Reviewed-by: kvn, vlivanov
2013-04-09 09:54:17 -07:00
Chris Hegarty
dc6fd2d5dd
8005696: Add CompletableFuture
...
Reviewed-by: chegar, martin
2013-04-09 17:27:47 +01:00
Bharadwaj Yadavalli
be10521e31
8011671: JCK tests on static interface methods fail under b84: Illegal type at constant pool entry 5
...
Restore incorrect removal of support for static interface method verification in Java 8
Reviewed-by: kvn, coleenp
2013-04-09 08:52:32 -07:00
Alan Bateman
cce2911c19
8010393: Update JAX-WS RI to 2.2.9-b12941
...
Reviewed-by: mullan
2013-04-09 15:51:50 +01:00
Miroslav Kos
91a27900ed
8010393: Update JAX-WS RI to 2.2.9-b12941
...
Co-authored-by: Martin Grebac <martin.grebac@oracle.com>
Reviewed-by: alanb, erikj
2013-04-09 14:51:13 +01:00
Leonid Mesnik
6f3fdce7b3
8009808: TEST-BUG : test case is using bash style tests. Default shell for jtreg is bourne. thus failure
...
Rewrite test to use Java only instead of shell script
Reviewed-by: mgerdin, brutisso
2013-04-09 15:32:45 +02:00
Jim Laskey
c590589054
Merge
2013-04-09 08:36:32 -03:00
Jim Laskey
39b0b4a4df
Merge
2013-04-09 08:36:20 -03:00
Jim Laskey
c8ee352824
Merge
2013-04-09 08:35:31 -03:00
Anthony Petrov
c831a0277e
8011154: java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java failed since 7u25b03 on windows
...
Reviewed-by: art, yan
2013-04-09 12:05:27 +04:00
Chris Hegarty
93bfa98ac4
8012917: ObjectStreamClass and ObjectStreamField should be CallerSensitive aware
...
Reviewed-by: mchung
2013-04-22 11:08:27 +01:00
Stuart Marks
33204355fa
8008132: Better serialization support
...
Reviewed-by: alanb, hawtin
2013-04-22 10:55:14 +01:00
Mandy Chung
0f6c789843
8012689: CallerSensitive annotation should not have CONSTRUCTOR Target
...
Reviewed-by: chegar
2013-04-22 10:22:59 +01:00
Chris Hegarty
6eca517223
8012692: SerialJavaObject.java should be CallerSensitive aware
...
Reviewed-by: mchung
2013-04-22 10:21:22 +01:00
Joel Borggrén-Franck
a005174625
8007812: (reflect) Class.getEnclosingMethod problematic for some classes
...
Better checking in getEnclosing(Method|Constructor|Class)
Reviewed-by: darcy, ahgross, mchung
2013-04-19 14:40:31 +01:00
Athijegannathan Sundararajan
6f0a5a97ae
8006611: Improve scripting
...
Reviewed-by: mchung
2013-04-19 11:43:19 +01:00
Erik Joelsson
80b7d8cf99
8010465: Can't enable sjavac when building in jprt
...
Reviewed-by: ohair, tbell
2013-04-09 09:45:48 +02:00
Erik Joelsson
21711140e2
8006288: build-infra: Use solaris nm and not gnm on solaris
...
Reviewed-by: tbell
2013-04-09 09:42:20 +02:00
Joe Darcy
2c7f3d292f
6298888: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type
...
6992705: Include modifiers in Class.toGenericString()
Class.toGenericString and supporting changes; additional reviews by Peter Levart
Reviewed-by: alanb
2013-04-08 17:06:20 -07:00
Martin Buchholz
35d38242d2
8010849: (str) Optimize StringBuilder.append(null)
...
Append 4 chars instead of the string "null"
Reviewed-by: mduigou, forax, jgish
2013-04-08 16:37:35 -07:00
Sean Coffey
dec7bd5d02
8001032: Restrict object access
...
Restrict object access; fix reviewed also by Alexander Fomin
Reviewed-by: alanb, ahgross
2013-04-08 23:12:03 +01:00
Phil Race
d6adbf8a67
8011257: Better Byte Component Rasters
...
Reviewed-by: bae, vadim, mschoene
2013-04-08 13:35:57 -07:00
Phil Race
988ba5e3c7
8011253: Better Short Component Rasters
...
Reviewed-by: bae, vadim, mschoene
2013-04-08 13:32:09 -07:00
Phil Race
6a20e4d507
8011248: Better Component Rasters
...
Reviewed-by: bae, vadim, mschoene
2013-04-08 13:29:19 -07:00
Vinnie Ryan
60bb493c66
8009235: Improve handling of TSA data
...
Reviewed-by: ahgross, mullan
2013-04-08 21:12:28 +01:00
Jim Gish
4b5d81c510
8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java
...
Reviewed-by: lancea
2013-04-08 15:29:24 -04:00
Jonathan Gibbons
a45f8e0ef9
8011677: EndPosTables should avoid hidden references to Parser
...
Reviewed-by: mcimadamore
2013-04-08 11:57:37 -07:00
Jonathan Gibbons
876df30973
8011676: Instances of Tokens.Comment should not be defined in inner classes
...
Reviewed-by: mcimadamore
2013-04-08 11:54:26 -07:00
Omair Majid
7f1fd4ecb9
8011388: Support building zero and zeroshark with the new build
...
Co-authored-by: Roman Kennke <rkennke@redhat.com>
Reviewed-by: andrew, dholmes, erikj
2013-04-08 14:09:01 -04:00
Omair Majid
ca98a33db4
8011388: Support building zero and zeroshark with the new build
...
Co-authored-by: Roman Kennke <rkennke@redhat.com>
Reviewed-by: andrew, dholmes, erikj
2013-04-08 14:07:32 -04:00
Maurizio Cimadamore
da9dd76b20
8010822: Intersection type cast for functional expressions does not follow spec EDR
...
Remove support for marker interfaces; redefine intersection type casts to be order-independent
Reviewed-by: jjg
2013-04-08 15:59:29 +01:00
Maurizio Cimadamore
ea55015155
8009131: Overload: javac should discard methods that lead to errors in lambdas with implicit parameter types
...
Lambdas that have errors in their bodies should make enclosing overload resolution fail
Reviewed-by: jjg
2013-04-08 15:57:10 +01:00
Maurizio Cimadamore
b4b6e4f82e
8010404: Lambda debugging: redundant LineNumberTable entry for lambda capture
...
Ignore indy entries in LineNumberTable
Reviewed-by: jjg
2013-04-08 15:53:08 +01:00
Maurizio Cimadamore
08df98aa3c
8010823: DefaultMethodTest.testReflectCall fails with new lambda VM
...
Fix lambda test
Reviewed-by: jjg
2013-04-08 15:52:05 +01:00
Maurizio Cimadamore
f298073f33
8010922: Cleanup: add support for ad-hoc method check logic
...
Support pluggable method checkers
Reviewed-by: jjg
2013-04-08 15:51:41 +01:00
David Chase
12be356d81
8010913: compiler/6863420 often exceeds timeout
...
Add longer timeout for jtreg, add internal timeout thread to prevent spurious timeouts
Reviewed-by: twisti, kvn
2013-04-08 07:40:08 -07:00
Konstantin Shefov
d7081aaf76
7153702: [TEST_BUG] [macosx] Synchronization problem in test javax/swing/JPopupMenu/6827786/bug6827786.java
...
Reviewed-by: serb, alexsch
2013-04-08 17:18:16 +04:00
Bengt Rutisson
4a685f181b
7197666: java -d64 -version core dumps in a box with lots of memory
...
Allow task queues to be mmapped instead of malloced on Solaris
Reviewed-by: coleenp, jmasa, johnc, tschatzl
2013-04-08 07:49:28 +02:00
Chris Hegarty
13d1be151e
8008593: Better URLClassLoader resource management
...
Reviewed-by: alanb, sherman, hawtin
2013-04-08 06:15:18 +01:00
Zhengyu Gu
e722199fc0
Merge
2013-04-05 23:10:04 -07:00
Joe Darcy
76a59cf150
8011590: More tests for core reflection modeling of default methods
...
Reviewed-by: mduigou
2013-04-05 18:20:12 -07:00