Attila Szegedi
566991e98e
8020820: Limit access to static members of reflective classes
...
Reviewed-by: jlaskey, sundar
2013-07-18 16:47:45 +02:00
Attila Szegedi
3a0f1e0653
8020809: Java adapter should not allow overriding of caller sensitive methods
...
Reviewed-by: jlaskey, sundar
2013-07-18 16:22:25 +02:00
Athijegannathan Sundararajan
21be9aded6
8020731: Revisit checkPermission calls in Context class
...
Reviewed-by: attila, hannesw
2013-07-18 18:08:26 +05:30
David Simms
71ca890b66
8020697: jniCheck.cpp:check_is_obj_array asserts on TypeArrayKlass::cast(aOop->klass())
...
Reviewed-by: dcubed, fparain, dholmes
2013-07-18 06:47:15 -04:00
Christine Lu
bd5783e38b
Added tag jdk8-b99 for changeset d104c72ebc8a
2013-07-18 03:39:39 -07:00
Christine Lu
c1ca4a663a
Added tag jdk8-b99 for changeset 38dd7ede2dfb
2013-07-18 03:39:33 -07:00
Christine Lu
53e58e338a
Added tag jdk8-b99 for changeset 984f3e50463b
2013-07-18 03:38:49 -07:00
Christine Lu
fefea4c558
Added tag jdk8-b99 for changeset c653feb1fe9e
2013-07-18 03:38:23 -07:00
Christine Lu
96677c909a
Added tag jdk8-b99 for changeset 830a3a26d45b
2013-07-18 03:38:19 -07:00
Christine Lu
b2fe68d0a5
Added tag jdk8-b99 for changeset 009e3b20a47e
2013-07-18 03:38:10 -07:00
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