- 21 3月, 2014 1 次提交
-
-
由 acorn 提交于
Reviewed-by: mschoene, hseigel, lfoltan
-
- 20 3月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: checks that the attribute_length does not exceed the length of remaining data in the class file Reviewed-by: coleenp, ahgross
-
- 21 2月, 2014 2 次提交
- 22 11月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Exclude private methods when checking for final method override. Reviewed-by: kamg, coleenp, dholmes, mseledtsov
-
- 13 11月, 2013 1 次提交
-
-
由 acorn 提交于
Summary: Need to process defaults for interfaces for invokespecial Reviewed-by: lfoltan, hseigel, coleenp, jrose
-
- 08 10月, 2013 1 次提交
-
-
由 acorn 提交于
Summary: New default methods list with inherited superinterface methods Reviewed-by: minqi, sspitsyn, coleenp
-
- 02 10月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: twisti, iveresov
-
- 01 10月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: coleenp, bharadwaj, minqi
-
- 14 9月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Enhance method resolution and resulting data structures, plus some refactoring. Reviewed-by: twisti, acorn, jrose
-
- 11 9月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: rbackman, twisti, kvn Contributed-by: john.r.rose@oracle.com, vladimir.x.ivanov@oracle.com
-
- 10 9月, 2013 1 次提交
-
-
由 hseigel 提交于
8023167: JVM allows duplicate Runtime[In]VisibleTypeAnnotations attributes in ClassFile/field_info/method_info structures Summary: Add checks for duplicates and issue errors when detected. Reviewed-by: coleenp, zgu
-
- 26 8月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: kamg, coleenp
-
- 24 8月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Use the value returned by REALLOC_RESOURCE_ARRAY() Reviewed-by: coleenp, ahgross
-
- 20 8月, 2013 1 次提交
-
-
由 jiangli 提交于
8021948: Change InstanceKlass::_source_file_name and _generic_signature from Symbol* to constant pool indexes. Summary: Change InstanceKlass::_source_file_name and _generic_signature to u2 fields. Reviewed-by: coleenp, iklam
-
- 18 7月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Use JvmtiCachedClassFileData. Reviewed-by: iklam, sspitsyn, dcubed
-
- 12 7月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Add private methods to final methods check Reviewed-by: coleenp, acorn, ahgross Contributed-by: harold.seigel@oracle.com
-
- 10 6月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: acorn, coleenp, sla Contributed-by: NKaren Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
-
- 28 5月, 2013 1 次提交
-
-
由 shade 提交于
Summary: field count handling fixed, has_nonstatic_fields invariant fixed, oop map overrun fixed; new asserts Reviewed-by: kvn, dcubed, coleenp
-
- 23 5月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Inject protection_domain, signers, init_lock into java_lang_Class Reviewed-by: stefank, dholmes, sla
-
- 22 5月, 2013 1 次提交
-
-
由 bharadwaj 提交于
Summary: Restrict reference of interface methods by invokestatic and invokespecial to classfile version 52 or later. Reviewed-by: kvn, hseigel
-
- 21 5月, 2013 1 次提交
-
-
由 shade 提交于
Summary: rename/remove local variables, re-arrange instance_size calculation, more comments. Reviewed-by: kvn, coleenp
-
- 17 5月, 2013 2 次提交
- 14 5月, 2013 1 次提交
-
-
由 shade 提交于
Summary: Remove obsolete debugging code. Reviewed-by: dholmes, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 26 4月, 2013 1 次提交
-
-
由 emc 提交于
Summary: Remove support for parsing class files with four-byte flags fields in MethodParameters attributes Reviewed-by: jrose, coleenp
-
- 24 4月, 2013 1 次提交
-
-
由 roland 提交于
Summary: Some #ifndef PRODUCT should be #ifdef ASSERT Reviewed-by: kvn, twisti Contributed-by: Ngdub <duboscq@ssw.jku.at>
-
- 18 4月, 2013 1 次提交
-
-
由 bharadwaj 提交于
Summary: Lambda changes; spec 0.6.2 - Allow static invokestatic and invokespecial calls to InterfaceMethod_ref Reviewed-by: dholmes, acorn
-
- 12 4月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, kmo, shade
-
- 26 3月, 2013 2 次提交
- 14 3月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Store metadata on ClassFileParser instance to be cleaned up by destructor. This enabled some refactoring of the enormous parseClassFile function. Reviewed-by: jmasa, acorn
-
- 12 3月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Disable @Contended support for static fields Reviewed-by: coleenp, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 12 2月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: allocate method annotations and attach to ConstMethod if present Reviewed-by: dcubed, jiangli, sspitsyn, iklam
-
- 05 2月, 2013 1 次提交
-
-
由 emc 提交于
8006907: Hotspot should reject classfiles with multiple MethodParameters attributes Summary: Update to Hotspot's processing of MethodParameters attributes in classfiles Reviewed-by: coleenp, jrose
-
- 24 1月, 2013 1 次提交
-
-
由 kmo 提交于
Summary: treat anonymous classes as privileged code to restore the special handling for @Compiled during class file parsing Reviewed-by: jrose, coleenp, kvn, dholmes
-
- 15 1月, 2013 2 次提交
-
-
由 stefank 提交于
Summary: Also reviewed by: vitalyd@gmail.com Reviewed-by: coleenp, acorn
-
由 coleenp 提交于
Summary: This patch addresses an alignment trap due to the storage format of method parameters data in constMethod. It also adds code to validate constant pool indexes for method parameters data. Reviewed-by: jrose, dholmes Contributed-by: eric.mccorkle@oracle.com
-
- 14 1月, 2013 1 次提交
-
-
由 jwilhelm 提交于
Summary: HotSpot changes to support @Contended annotation. Reviewed-by: coleenp, kvn, jrose Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 10 1月, 2013 1 次提交
-
-
由 acorn 提交于
Summary: Fix verifier for new interface access flags Reviewed-by: acorn, kvn Contributed-by: bharadwaj.yadavalli@oracle.com
-