- 26 8月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Correct fix for allowing BootstrapMethods attribute with an empty bootstrap_methods table. Reviewed-by: coleenp, ctornqvi, hseigel
-
- 22 8月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Cleaned up CDS to be more configurable, maintainable and extensible Reviewed-by: dholmes, coleenp, acorn, mchung
-
- 20 6月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Initialize host_klass while parsing the class with the other initializations. Reviewed-by: sspitsyn, stefank
-
- 10 6月, 2014 1 次提交
-
-
由 asaha 提交于
Reviewed-by: lfoltan
-
- 31 5月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Add better checking for bad values. Reviewed-by: coleenp, lfoltan, mschoene
-
- 25 10月, 2014 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dcubed, coleenp
-
- 15 5月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero. Reviewed-by: coleenp, hseigel
-
- 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
-
- 06 9月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Add classLoader to java/lang/Class instance for fast access Reviewed-by: alanb, lfoltan, rriggs, vlivanov, twisti, jfranck
-
- 16 4月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Keep class in CLD::_klasses list and mirror created for CDS classes if OOM during restore_shareable_info(). This keeps pointers consistent for CMS. Reviewed-by: ehelin, stefank, jmasa, iklam
-
- 21 2月, 2014 2 次提交
- 11 2月, 2014 1 次提交
-
-
由 ctornqvi 提交于
Summary: Improved the UnsupportedClassVersionError message to hopefully be more user friendly Reviewed-by: coleenp, dholmes, twisti
-
- 24 1月, 2014 1 次提交
-
-
由 hseigel 提交于
8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass. Summary: Check if method is static before throwing exception. Reviewed-by: kamg, coleenp, lfoltan, fparain
-
- 20 6月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Initialize host_klass while parsing the class with the other initializations. Reviewed-by: sspitsyn, stefank
-
- 08 1月, 2014 1 次提交
-
-
由 sla 提交于
8031376: TraceClassLoading expects there to be a (Java) caller when you load a class with the bootstrap class loader Reviewed-by: sla, dholmes Contributed-by: jeremymanson@google.com
-
- 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>
-