- 25 1月, 2013 1 次提交
-
-
由 sspitsyn 提交于
Summary: When constant pool is copied in merge_constant_pools the invokedynamic operands must be copied before. Reviewed-by: coleenp, twisti Contributed-by: serguei.spitsyn@oracle.com
-
- 23 1月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Added on_stack bit to flags. Also MetadataMarkOnStack is used for more than JVMTI so had to be moved. Reviewed-by: dholmes, stefank
-
- 18 1月, 2013 2 次提交
- 15 1月, 2013 2 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, dholmes
-
由 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>
-
- 12 1月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Pack _misc_has_default_methods into the _misc_flags, move _idnum_allocated_count. Reviewed-by: coleenp, shade
-
- 09 1月, 2013 3 次提交
-
-
由 zgu 提交于
Summary: Count number of instance classes so that it matches class metadata size Reviewed-by: coleenp, acorn
-
由 coleenp 提交于
Summary: Add hotspot support for parameter reflection Reviewed-by: acorn, jrose, coleenp Contributed-by: eric.mccorkle@oracle.com
-
由 jiangli 提交于
Summary: Use methodHandle. Reviewed-by: coleenp, acorn, twisti, sspitsyn
-
- 03 1月, 2013 1 次提交
-
-
由 coleenp 提交于
8005494: SIGSEGV in Rewriter::relocate_and_link() when testing Weblogic with CompressedOops and KlassPtrs Summary: Relocate functions with jsr's when rewriting so not repeated after reading shared archive Reviewed-by: twisti, jrose
-
- 20 12月, 2012 1 次提交
-
-
由 stefank 提交于
Reviewed-by: dholmes, coleenp Contributed-by: joel.franck@oracle.com
-
- 13 12月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add klass_holder() to return either mirror or class_loader depending on if the class is anonymous or not. Reviewed-by: stefank, jrose
-
- 12 12月, 2012 1 次提交
-
-
由 jiangli 提交于
Summary: Move _max_locals and _size_of_parameters to ConstMethod for better sharing. Reviewed-by: coleenp, minqi, jrose
-
- 30 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add ClassLoaderData object for each anonymous class with metaspaces to allocate in. Reviewed-by: twisti, jrose, stefank
-
- 29 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Make metaspace::contains be lock free and used to see if something is in metaspace, also compare Method* with vtbl pointer. Reviewed-by: dholmes, sspitsyn, dcubed, jmasa
-
- 28 11月, 2012 1 次提交
-
-
由 jiangli 提交于
8003848: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod. Summary: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod. Reviewed-by: bdelsart, sspitsyn, coleenp
-
- 27 11月, 2012 1 次提交
-
-
由 stefank 提交于
Reviewed-by: dholmes, rbackman, coleenp
-
- 13 11月, 2012 2 次提交
-
-
由 minqi 提交于
Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method. Reviewed-by: kvn, twisti, sspitsyn Contributed-by: yumin.qi@oracle.com
-
由 hseigel 提交于
Summary: Remove function Klass::cast() and calls to it. Reviewed-by: dholmes, coleenp
-
- 07 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Change types of above methods and field to InstanceKlass and remove unneeded casts from the source files. Reviewed-by: dholmes, coleenp, zgu Contributed-by: harold.seigel@oracle.com
-
- 03 11月, 2012 1 次提交
-
-
由 twisti 提交于
8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common Reviewed-by: twisti Contributed-by: NBharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
-
- 25 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Use new x86 AES instructions for AESCrypt. Reviewed-by: twisti, kvn, roland Contributed-by: tom.deneau@amd.com
-
- 12 10月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Add generic type analysis and default method selection algorithms Reviewed-by: coleenp, acorn
-
- 10 10月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Update copyright year to 2012 for relevant files Reviewed-by: dholmes, coleenp
-
- 09 10月, 2012 1 次提交
-
-
由 roland 提交于
Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
-
- 06 10月, 2012 1 次提交
-
-
由 vlivanov 提交于
Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
-
- 04 10月, 2012 1 次提交
-
-
由 jwilhelm 提交于
Summary: Change the flags and variables related to tenuring threshold to be unsigned Reviewed-by: jmasa, johnc
-
- 02 10月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn
-
- 01 10月, 2012 1 次提交
-
-
由 stefank 提交于
8000227: [obj|type]ArrayKlass::oop_print_on prints one line to tty instead of the provided output stream Reviewed-by: brutisso, sla, jmasa, coleenp
-
- 29 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Capitalize these metadata types (and objArrayKlass) Reviewed-by: stefank, twisti, kvn
-
- 11 9月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, coleenp, jmasa, kvn
-
- 08 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Simple renaming to be consistent with instanceKlass->InstanceKlass renaming Reviewed-by: stefank, jmasa
-
- 06 9月, 2012 1 次提交
-
-
由 coleenp 提交于
7195867: NPG: SAJDI tests fail with sun.jvm.hotspot.types.WrongTypeException: No suitable match for type Summary: Need to restore the vtable in metadata when we restore the type from the shared archive. Reviewed-by: acorn, jcoomes, jmasa, jrose
-
- 04 9月, 2012 1 次提交
-
-
由 stefank 提交于
Summary: Remove incorrect cast Reviewed-by: brutisso, coleenp
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-
- 11 10月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove the SharedSkipVerify flag Reviewed-by: kamg, sspitsyn, coleenp Contributed-by: harold.seigel@oracle.com
-
- 08 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 28 7月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, twisti
-