Maurizio Cimadamore
|
6acf436edc
|
7151070: NullPointerException in Resolve.isAccessible
Spurious accessibility check in TransTypes
Reviewed-by: jjg
|
2012-03-06 16:48:29 +00:00 |
|
Maurizio Cimadamore
|
954444af1c
|
7133238: Merge proto-kind and proto-type into a single result class
Restructure attribution code so that the check-logic can be encapsulated into a single class
Reviewed-by: jjg, dlsmith
|
2012-03-06 13:29:45 +00:00 |
|
Maurizio Cimadamore
|
d5036d16cd
|
7144506: Attr.checkMethod should be called after inference variables have been fixed
Unify post-inference sanity check with Attr.checkMethod
Reviewed-by: jjg, dlsmith
|
2012-03-06 13:28:05 +00:00 |
|
Maurizio Cimadamore
|
21312c5617
|
7148622: Some diagnostic methods do not go through Log.report
Deferred lint diagnostics ignore Log settings such as deferred diagnostics
Reviewed-by: jjg
|
2012-03-06 13:26:36 +00:00 |
|
Rickard Bäckman
|
cf406f37e3
|
7160570: Intrinsification support for tracing framework
Reviewed-by: sla, never
|
2012-03-06 12:36:59 +01:00 |
|
Daniel D. Daugherty
|
70685b85af
|
Merge
|
2012-04-15 15:37:20 -07:00 |
|
Coleen Phillimore
|
b1550c24b9
|
Merge
|
2012-04-13 08:11:36 -07:00 |
|
Coleen Phillimore
|
7359b90813
|
7160467: Fix test for 7158988
Ended up checking in FieldMonitor.java as TestPostFieldModification.java
Reviewed-by: kamg
|
2012-04-12 22:03:05 -04:00 |
|
Dean Long
|
0e7ca534eb
|
Merge
|
2012-04-12 18:41:24 -04:00 |
|
Rickard Bäckman
|
2ea955a642
|
7160924: jvmti: GetPhase returns incorrect phase before VMInit event is issued
Reviewed-by: acorn, dcubed
|
2012-04-12 13:24:08 +02:00 |
|
Bob Vandette
|
4d6f8e3d34
|
Merge
|
2012-04-10 13:27:09 -04:00 |
|
Staffan Larsen
|
83806487dc
|
7133111: libsaproc debug print should be printed as unsigned long to fit large numbers on 64bit platform
Reviewed-by: dcubed, mgronlun, dsamersoff
|
2012-04-05 14:16:23 +02:00 |
|
Daniel D. Daugherty
|
df294d5f28
|
Merge
|
2012-04-09 08:38:16 -07:00 |
|
Axel Siebenborn
|
beaeca558b
|
7158988: jvm crashes while debugging on x86_32 and x86_64
Object pointer is pushed more than once on stack, where GC doesn't expect it.
Reviewed-by: coleenp, kvn
|
2012-04-05 12:17:52 -04:00 |
|
John Coomes
|
7b8c6b4353
|
Merge
|
2012-03-31 00:05:15 -07:00 |
|
Jiangli Zhou
|
4a02eb3afe
|
7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass
Change implementor to embedded instanceKlass field.
Reviewed-by: sspitsyn, minqi, coleenp
|
2012-03-29 22:18:56 -04:00 |
|
Weijun Wang
|
bba69953cd
|
7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp
Reviewed-by: xuelei
|
2012-03-06 10:25:45 +08:00 |
|
Nils Eliasson
|
36efb40d10
|
6658428: C2 doesn't inline java method if corresponding intrinsic failed to inline
Allow fallback to non-intrinsic inline case
Reviewed-by: kvn, jrose, never
|
2012-03-05 18:10:31 -08:00 |
|
Kurchi Subhra Hazra
|
4264d66e09
|
7151348: Build breaks due to warning clean up in sun.rmi.*(7146763)
Undo changes to sun/rmi/rmic/* commited as fix for 7146763
Reviewed-by: smarks
|
2012-03-05 17:38:01 -08:00 |
|
Lana Steuck
|
1e46927bba
|
Merge
|
2012-03-05 17:04:48 -08:00 |
|
Lana Steuck
|
d3d427483f
|
Merge
|
2012-03-05 17:04:10 -08:00 |
|
Lana Steuck
|
33b2586062
|
Merge
|
2012-03-05 17:02:11 -08:00 |
|
Bengt Rutisson
|
a77a5ac2a0
|
Merge
|
2012-03-05 22:34:18 +01:00 |
|
Dean Long
|
98f297ba23
|
7150046: SIGILL on sparcv9 fastdebug
Breakpoint needs to do 64-bit compare for pointers on sparcv9
Reviewed-by: coleenp, never
|
2012-03-05 14:19:00 -05:00 |
|
Phil Race
|
3f9a51509a
|
7078053: Solaris JDK build: C compiler writing tmp files into the make tree
Reviewed-by: ohair, alanb
|
2012-03-05 09:33:44 -08:00 |
|
Vinnie Ryan
|
92e8e7960b
|
Merge
|
2012-03-05 14:15:01 +00:00 |
|
Vinnie Ryan
|
594e178180
|
7151109: backout CR 6988842
Reviewed-by: mullan
|
2012-03-05 14:13:29 +00:00 |
|
Sergey Malenkov
|
0f708d90df
|
7148143: PropertyChangeSupport.addPropertyChangeListener can throw ClassCastException
Reviewed-by: rupashka
|
2012-03-05 18:01:13 +04:00 |
|
Alexander Scherbatiy
|
a70c2d02ad
|
7130521: [macosx] closed/javax/swing/JMenuItem/6209975/bug6209975.java failed on macosx
Reviewed-by: rupashka
|
2012-03-05 16:46:38 +04:00 |
|
Kelly O'Hair
|
13c4ad8e20
|
7150324: Stop using drop bundles in jaxp
Reviewed-by: prr, joehw
|
2012-03-04 11:55:34 -08:00 |
|
Chris Hegarty
|
2d9226ff60
|
7145043: HttpServerProvider.java:81: warning - @code("httpServerProvider") is an unknown tag
Reviewed-by: michaelm
|
2012-03-04 07:41:34 +00:00 |
|
John Coomes
|
2d0d3e1f63
|
7150899: remove unused build.targets lines from jprt.properties
Reviewed-by: ohair
|
2012-03-03 12:45:10 -08:00 |
|
John Coomes
|
20beadbcb1
|
7150454: add release jdk7u4 to jprt.properties
Reviewed-by: ohair, never
|
2012-03-03 12:36:35 -08:00 |
|
Alejandro Murillo
|
95bc08f56b
|
7150327: new hotspot build - hs24-b03
Reviewed-by: jcoomes
|
2012-03-02 16:56:19 -08:00 |
|
Alejandro Murillo
|
ec659dc825
|
Added tag hs24-b02 for changeset 6cf227da58e6
|
2012-03-02 16:27:09 -08:00 |
|
Alejandro Murillo
|
aae19fd69c
|
Merge
|
2012-03-02 16:27:09 -08:00 |
|
Kelly O'Hair
|
dc71b40a5f
|
6625113: Add the normalize and rmkw perl script to the openjdk repository or openjdk site?
Reviewed-by: darcy
|
2012-03-02 15:33:42 -08:00 |
|
Kurchi Subhra Hazra
|
0006ef0cc8
|
7146763: Warnings cleanup in the sun.rmi and related packages
Cleanup warnings and use jkd7 features in sun.rmi.*
Reviewed-by: smarks, chegar, forax, dmocek
|
2012-03-02 13:48:43 -08:00 |
|
Tom Rodriguez
|
2e8a110092
|
Merge
|
2012-03-02 13:13:25 -08:00 |
|
Bill Pittore
|
0aeb9d9a62
|
Merge
|
2012-03-02 14:34:55 -05:00 |
|
John Cuthbertson
|
4bcab49b68
|
7147806: G1: Crash in vm bootstrap when running with -XX:+UseG1GC -XX:-UsePerfData
Update generation and collector counters only if UsePerfData is enabled.
Reviewed-by: iveresov, tonyp
|
2012-03-02 10:36:16 -08:00 |
|
Michael Fang
|
a6a7ed5f8c
|
Merge
|
2012-03-02 10:19:23 -08:00 |
|
Vinnie Ryan
|
1e3b108ef9
|
6988842: jce/ECC test fails for SunPKCS11 provider using nss library
Reviewed-by: mullan
|
2012-03-02 17:24:08 +00:00 |
|
Tom Rodriguez
|
dac856d4f2
|
Merge
|
2012-03-02 09:13:13 -08:00 |
|
Roland Westrelin
|
607f822b20
|
6910464: Lookupswitch and Tableswitch default branches not recognized as safepoints
C1 does not recognize the default branch of a lookupswitch or tableswitch bytecode to be a safepoint if backward.
Reviewed-by: kvn, never
|
2012-03-02 16:04:24 +01:00 |
|
Maurizio Cimadamore
|
2ba2192f6f
|
7148164: attribution code for diamond should not rely on mutable state
Update attribution code for diamond operator not to rely on mutable state
Reviewed-by: jjg
|
2012-03-02 12:58:35 +00:00 |
|
Maurizio Cimadamore
|
b10e766b73
|
7148242: Regression: valid code rejected during generic type well-formedness check
Redundant type-var substitution makes generic-type well-formedness check to fail
Reviewed-by: jjg
|
2012-03-02 12:57:47 +00:00 |
|
Maurizio Cimadamore
|
f01bc46dfe
|
7132880: Resolve should support nested resolution contexts
Overload resolution routine should be updated so that it can be called recursively
Reviewed-by: jjg, dlsmith
|
2012-03-02 12:57:04 +00:00 |
|
Alexander Kouznetsov
|
e44e04a5f5
|
7130241: [macosx] TransparentRuler demo can not run due to lacking of perpixel transparency support
Reviewed-by: art
|
2012-03-02 12:24:35 +02:00 |
|
Tom Rodriguez
|
7c2b3c6ab5
|
7150051: incorrect oopmap in critical native
Reviewed-by: kvn, twisti
|
2012-03-01 15:31:33 -08:00 |
|