Christine Lu
e6c7628c4a
Added tag jdk8-b99 for changeset a9bf8e1ddffb
2013-07-18 03:37:56 -07:00
Christine Lu
225912c694
Added tag jdk8-b99 for changeset 29592dce4679
2013-07-18 03:37:53 -07:00
Carlos Lucasius
d1e961d31c
Merge
2013-07-18 00:52:54 -04:00
Jonathan Gibbons
c42bcf4526
8020664: doclint gives incorrect warnings on normal package statements
...
Reviewed-by: mcimadamore
2013-07-17 19:16:12 -07:00
Jonathan Gibbons
772640d4e8
8020313: doclint doesn't reset HTML anchors correctly
...
Reviewed-by: mcimadamore
2013-07-17 19:12:03 -07:00
Jonathan Gibbons
89197f0946
8014636: TestLiteralCodeInPre fails on windows
...
Reviewed-by: ksrini
2013-07-17 18:18:45 -07:00
Jiangli Zhou
3c7f50e9f2
Merge
2013-07-17 17:14:50 -07:00
Jiangli Zhou
3dfcb4125e
8020309: Eliminate InstanceKlass::_cached_class_file_len
...
Use JvmtiCachedClassFileData.
Reviewed-by: iklam, sspitsyn, dcubed
2013-07-17 18:06:29 -04:00
Lana Steuck
95a3a25b17
Merge
2013-07-17 13:00:36 -07:00
Lana Steuck
ae0dd64548
Merge
2013-07-17 12:56:04 -07:00
Lana Steuck
9e0b381478
Merge
2013-07-17 12:53:54 -07:00
Calvin Cheung
ef70244a9a
8017498: JVM crashes when native code calls sigaction(sig) where sig>=0x20
...
Added (sig < MAXSIGNUM) check in jsig.c
Reviewed-by: dholmes, acorn
2013-07-17 12:22:57 -07:00
Maurizio Cimadamore
70e005a7eb
8013638: Few policy tests are failing in Lambda nightly
...
BridgeHarness test is leaving files open
Reviewed-by: ksrini
2013-07-17 19:28:40 +01:00
Lana Steuck
be00b8110f
Merge
2013-07-17 10:40:53 -07:00
Daniel Fuchs
dee5d80756
8013502: Improve stream factories
...
Reviewed-by: joehw, mullan, lancea
2013-07-17 18:46:28 +02:00
Joe Wang
8b314fcc50
8017298: Better XML support
...
Reviewed-by: alanb, dfuchs, mullan, lancea
2013-07-17 09:31:39 -07:00
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
Weijun Wang
2fac55ced5
8020696: Merge problem for KdcComm.java
...
Reviewed-by: chegar
2013-07-17 18:46:00 +08:00
Sergey Gabdurakhmanov
ff1d4ae905
8016357: Update hotspot diagnostic class
...
Add security check to HotSpotDiagnostic.dumpHeap
Reviewed-by: fparain, sla, ahgross
2013-07-23 09:30:58 +04:00
Mandy Chung
bd41c425d2
8017196: Ensure Proxies are handled appropriately
...
Reviewed-by: dfuchs, jrose, jdn, ahgross, chegar
2013-07-22 19:41:07 -07:00
Chris Hegarty
89a0f0a731
Merge
2013-07-22 14:02:38 +01:00
Shanliang Jiang
2051164993
8014534: Better profiling support
...
Validation of parameters
Reviewed-by: sspitsyn, skoivu, mchung
2013-07-19 13:35:01 +02:00
Masayoshi Okutsu
3d9f33759d
8001029: Add new date/time capability
...
Reviewed-by: mchung, hawtin
2013-07-19 12:14:34 +09:00
Michael McMahon
a775b1ae8d
8015743: Address internet addresses
...
Reviewed-by: alanb, khazra, skoivu
2013-07-18 18:52:14 +01: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
Joe Wang
b9c256373a
8012425: Transform TransformerFactory
...
Reviewed-by: alanb, dfuchs, mullan
2013-07-16 14:06:04 -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
Sergey Malenkov
fb90cdbe87
8019617: Better view of objects
...
Reviewed-by: art, skoivu
2013-07-16 21:11:54 +04: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