- 04 10月, 2012 1 次提交
-
-
由 jwilhelm 提交于
Summary: Change the flags and variables related to tenuring threshold to be unsigned Reviewed-by: jmasa, johnc
-
- 26 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Added missed _bottom_type set in ArchDesc::defineExpand() and missed vector nodes in MatchRule::is_vector(). Reviewed-by: twisti, roland, dlong
-
- 08 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Simple renaming to be consistent with instanceKlass->InstanceKlass renaming Reviewed-by: stefank, jmasa
-
- 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>
-
- 30 8月, 2012 1 次提交
-
-
由 bpittore 提交于
Summary: Added capability to load support classes for other cpus Reviewed-by: coleenp, bobv, sla Contributed-by: NBill Pittore <bill.pittore@oracle.com>
-
- 25 7月, 2012 1 次提交
-
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 09 7月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: sspitsyn, dholmes, coleenp, kamg
-
- 29 6月, 2012 1 次提交
-
-
由 zgu 提交于
7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
-
- 27 6月, 2012 1 次提交
-
-
由 jiangli 提交于
Summary: Change constMethodOop::_exception_table to optionally inlined u2 table. Reviewed-by: bdelsart, coleenp, kamg
-
- 15 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Increase vector size up to 256-bits for YMM AVX registers on x86. Reviewed-by: never, twisti, roland
-
- 13 6月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, twisti Contributed-by: NKrystal Mok <sajia@taobao.com>
-
- 07 6月, 2012 1 次提交
-
-
由 jiangli 提交于
Summary: Eliminate constMethod's _method backpointer to methodOop, and move the _constant field from methodOop to constMethod. Reviewed-by: roland, bdelsart, kamg
-
- 22 5月, 2012 1 次提交
-
-
由 jiangli 提交于
7168280: Eliminate the generic signature index slot from field array for field without generic signature. Summary: Only allocate the generic signature index slot in the field array for field with generic signature attribute. Reviewed-by: coleenp, dlong
-
- 30 3月, 2012 1 次提交
-
-
由 jmasa 提交于
Summary: Make the FreeChunk, FreeList, TreeList, and BinaryTreeDictionary classes usable outside CMS. Reviewed-by: brutisso, johnc, jwilhelm Contributed-by: coleen.phillimore@oracle.com
-
- 25 9月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 30 3月, 2012 1 次提交
-
-
由 jiangli 提交于
7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass. Summary: Change implementor to embedded instanceKlass field. Reviewed-by: sspitsyn, minqi, coleenp
-
- 31 1月, 2012 1 次提交
-
-
由 acorn 提交于
Summary: 7u4 new experimental flag -XX:PredictedClassLoadedCount=# Reviewed-by: dholmes, phh, dcubed
-
- 26 1月, 2012 1 次提交
-
-
由 jiangli 提交于
Summary: Change InstanceKlass::_reference_type to u1 type. Reviewed-by: dholmes, coleenp, acorn Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 12 1月, 2012 1 次提交
-
-
由 dcubed 提交于
Reviewed-by: phh, bobv, coleenp, dcubed Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 29 12月, 2011 1 次提交
-
-
由 jiangli 提交于
7123315: instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count should be u2 type. Summary: Change instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count to u2 type. Reviewed-by: never, bdelsart, dholmes Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 07 12月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Change instanceKlass::_init_state field to u1 type. Reviewed-by: bdelsart, coleenp, dholmes, phh, never Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 18 11月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Reduce class runtime memory usage by packing 4 instanceKlass boolean fields into single u1 field. Save 4-byte for each loaded class. Reviewed-by: dholmes, bobv, phh, twisti, never, coleenp Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 30 9月, 2011 1 次提交
-
-
由 never 提交于
7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137" Reviewed-by: kvn
-
- 26 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti, jrose Contributed-by: NKurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
-
- 13 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 20 9月, 2011 1 次提交
-
-
由 tonyp 提交于
Summary: Extend the SA to recognize the G1CollectedHeap and implement any code that's needed by our serviceability tools (jmap, jinfo, jstack, etc.) that depend on the SA. Reviewed-by: never, poonam, johnc
-
- 12 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 11 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, twisti, kvn, coleenp
-
- 06 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 28 7月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, twisti Contributed-by: NXerxes Ranby <xerxes@zafena.se>
-
- 18 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose
-
- 30 3月, 2011 1 次提交
-
-
由 never 提交于
7031614: jmap -permstat fails with java.lang.InternalError in sun.jvm.hotspot.oops.OopField.getValue Reviewed-by: kvn, dcubed
-
- 22 3月, 2011 2 次提交
- 19 3月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, coleenp, twisti, stefank
-
- 03 2月, 2011 2 次提交
- 01 2月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, never
-
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 12 1月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Move _lower_dimension field initialization before _higher_dimension and add storestore barrier. Reviewed-by: dholmes, iveresov, never
-