Hannes Wallnöfer
c4bea48ac1
8020356: ClassCastException Undefined->Scope on spiltter class generated for a large switch statement
...
Reviewed-by: jlaskey, attila
2013-07-17 18:20:40 +02:00
James Laskey
2c90f36ca0
8020596: Initialization of white space strings in scanner should be done with \u strings
...
Reviewed-by: attila, hannesw
2013-07-17 11:53:09 -03:00
Jan Lahoda
35af8eccde
8020586: Warning produced for an incorrect file
...
Always using DeferredLintHandler.immediateHandler when processing import classes
Reviewed-by: mcimadamore
2013-07-17 15:08:58 +02:00
Maurizio Cimadamore
a2a579a4bd
8019942: Graph inference: avoid redundant computation during bound incorporation
...
Bound incorporation should not perform same operation multiple times
Reviewed-by: jjg
2013-07-17 14:21:12 +01:00
Maurizio Cimadamore
717a989214
8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact
...
Disable certain varargs warnings when compiling polymorphic signature calls
Reviewed-by: jjg
2013-07-17 14:19:25 +01:00
Maurizio Cimadamore
73953320cc
8020149: Graph inference: wrong logic for picking best variable to solve
...
Replace logic for selecting best inference leaf in the graph during an unsticking round
Reviewed-by: jjg
2013-07-17 14:19:02 +01:00
Maurizio Cimadamore
8850329bc1
8016640: compiler hangs if the generics arity of a base class is wrong
...
Check.checkCompatibleConcretes hang when javac creates synthetic supertypes for 269 model API
Reviewed-by: jjg
2013-07-17 14:16:25 +01:00
Maurizio Cimadamore
defbb67771
7041019: Bogus type-variable substitution with array types with dependencies on accessibility check
...
Call to upperBound() when performing type-variable substitution on element type leads to unsoundness
Reviewed-by: jjg
2013-07-17 14:14:49 +01:00
Maurizio Cimadamore
732e49f6dc
8020286: Wrong diagnostic after compaction
...
Compact diagnostic shows the least relevant method in the list
Reviewed-by: jjg
2013-07-17 14:14:32 +01:00
Maurizio Cimadamore
eb4e8153b3
8020147: Spurious errors when compiling nested stuck lambdas
...
Scope of deferred types is not copied correctly; postAttr analyzer should not run on stuck expressions
Reviewed-by: jjg
2013-07-17 14:13:15 +01:00
Maurizio Cimadamore
e92a56fade
8012238: Nested method capture and inference
...
8008200: java/lang/Class/asSubclass/BasicUnit.java fails to compile
Inference support should be more flexible w.r.t. nested method calls returning captured types
Reviewed-by: jjg, vromero
2013-07-17 14:11:41 +01:00
Maurizio Cimadamore
99b0413d48
8016175: Add bottom-up type-checking support for unambiguous method references
...
Type-checking of non-overloaded method references should be independent from target-type
Reviewed-by: jjg, vromero
2013-07-17 14:09:46 +01:00
Maurizio Cimadamore
941752ea25
8012242: Lambda compatibility and checked exceptions
...
Inference variables in 'throws' clause with no constraints should be inferred as RuntimeException
Reviewed-by: jjg, vromero
2013-07-17 14:04:01 +01:00
Rickard Bäckman
2d77390705
8020701: Avoid crashes in WatcherThread
...
Reviewed-by: acorn, dcubed, dsimms
2013-07-17 13:48:15 +02:00
Lana Steuck
a2dcb875cd
Merge
2013-07-17 00:36:48 -07:00
Lana Steuck
660a97197d
Merge
2013-07-17 00:34:39 -07:00
Lana Steuck
b29a60f222
Merge
2013-07-17 00:34:12 -07:00
David Katleman
1fd7a90882
Merge
2013-07-16 15:16:24 -07:00
David Katleman
6043666187
Merge
2013-07-16 15:15:43 -07:00
Konstantin Shefov
3485b7bc5c
8017585: Exclude two failing tests from Nashorn CC run
...
Reviewed-by: jlaskey, sundar, attila
2013-07-16 17:40:15 -03:00
Jason Uh
f76ebb663c
8020557: javadoc cleanup in javax.security
...
Reviewed-by: darcy
2013-07-16 12:19:41 -07:00
Joseph Provino
b573023374
Merge
2013-07-16 12:20:08 -04:00
Attila Szegedi
f6a5b67f14
8015356: array concatenation should skip empty elements
...
Reviewed-by: jlaskey, sundar
2013-07-16 17:03:30 +02:00
Joseph Provino
b5c0da41b9
8011569: ARM -- avoid native stack walking
...
ARM compilers do not emit FramePointer on each native frame by default
Reviewed-by: dholmes, zgu
2013-07-16 10:55:48 -04:00
Hannes Wallnöfer
06394dedc7
8010821: [findbugs] Some classes in jdk.nashorn.internal.runtime.regexp expose mutable objects
...
Reviewed-by: attila, jlaskey, sundar
2013-07-16 16:12:26 +02:00
Attila Szegedi
e85e4fb319
8020357: throw RangeError for too large NativeArrayBuffer size
...
Reviewed-by: jlaskey, hannesw, sundar
2013-07-16 15:28:33 +02:00
Athijegannathan Sundararajan
6891593360
Merge
2013-07-16 09:54:04 +05:30
Tao Mao
4b6898af4a
Merge
2013-07-15 15:14:58 -07:00
Brian Burkhalter
1b0b4ca8c7
8020409: Clean up doclint problems in java.util package, part 1
...
Clean up doclint problems in java.util package, part 1
Reviewed-by: darcy
2013-07-15 14:37:01 -07:00
Vladimir Kozlov
665bf36b6f
8020433: Crash when using -XX:+RestoreMXCSROnJNICalls
...
Remove StubRoutines::x86::_mxcsr_std and use StubRoutines::_mxcsr_std
Reviewed-by: jrose
2013-07-15 10:28:32 -07:00
Hannes Wallnöfer
6055fea677
8020358: Array(0xfffffff) throws OutOfMemoryError
...
Reviewed-by: jlaskey, sundar
2013-07-15 18:32:23 +02:00
Carlos Lucasius
235c30f21c
Merge
2013-07-15 12:24:32 -04:00
Attila Szegedi
a4b42a9a25
8011210: fix reporting of call site locations; print them on -tcs=miss
...
Reviewed-by: jlaskey, hannesw
2013-07-15 16:58:23 +02:00
Hannes Wallnöfer
9d4ac8b057
8020283: Don't use exceptions for widening of ArrayData
...
Reviewed-by: jlaskey, attila
2013-07-15 16:35:38 +02:00
Attila Szegedi
84e8d48fb4
8020508: Enforce reflection access restrictions on Object.bindProperties
...
Reviewed-by: jlaskey, sundar
2013-07-15 16:31:49 +02:00
Hannes Wallnöfer
40b8f5d48c
8020354: Object literal property initialization is not done in source order
...
Reviewed-by: sundar, jlaskey
2013-07-15 15:51:06 +02:00
Sergey Malenkov
c934d0bd27
8017492: Static field in HTML parser affects all applications
...
Reviewed-by: art
2013-07-15 17:33:44 +04:00
Morris Meyer
bb62cf25ed
Merge
2013-07-15 06:27:46 -07:00
Sean Coffey
6a6f5006d3
8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl
...
Reviewed-by: mchung
2013-07-15 13:42:35 +01:00
Attila Szegedi
e11a9b1d07
8020324: Implement Object.bindProperties(target, source) for beans
...
Reviewed-by: hannesw, sundar
2013-07-15 12:33:48 +02:00
Peter Levart
b0d167645f
7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
...
Reviewed-by: dholmes, jfranck
2013-07-15 10:55:53 +02:00
Petr Pchelko
0b20e5e9af
8020371: [macosx] applets with Drag and Drop fail with IllegalArgumentException
...
Reviewed-by: anthony, art
2013-07-15 12:06:06 +04:00
Weijun Wang
2842af69c0
8019410: sun/security/krb5/auto/ReplayCacheTestProc.java
...
Reviewed-by: mullan
2013-07-13 08:47:49 +08:00
Alejandro Murillo
f442e1dad8
8020382: new hotspot build - hs25-b42
...
Reviewed-by: jcoomes
2013-07-12 17:08:52 -07:00
Alejandro Murillo
47f6cf4392
Added tag hs25-b41 for changeset f88df7eff51e
2013-07-12 16:53:40 -07:00
Alejandro Murillo
9cff99a4d5
Merge
2013-07-12 16:53:39 -07:00
Vladimir Kozlov
1338c067aa
8007898: Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier()
...
Generate one "fat" membar instead of set of barriers for volitile store
Reviewed-by: roland
2013-07-12 14:03:10 -07:00
Vladimir Kozlov
2d3b117249
8020215: Different execution plan when using JIT vs interpreter
...
Fix bytecode analyzer
Reviewed-by: twisti
2013-07-12 14:01:37 -07:00
Jonathan Gibbons
9dd2fe90d4
8020278: NPE in javadoc
...
Reviewed-by: mcimadamore, vromero
2013-07-12 13:11:12 -07:00
Joe Wang
7c99d52918
8020430: NullPointerException in xml sqe nightly result on 2013-07-12
...
Reviewed-by: chegar, lancea
2013-07-12 11:12:40 -07:00