- 10 4月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 21 3月, 2013 1 次提交
-
-
由 roland 提交于
Summary: when possible optimize out array bound checks, inserting predicates when needed. Reviewed-by: never, kvn, twisti Contributed-by: Nthomaswue <thomas.wuerthinger@oracle.com>
-
- 19 3月, 2013 1 次提交
-
-
由 morris 提交于
Summary: add NULL checks for compiler name Reviewed-by: twisti, kvn
-
- 13 2月, 2013 1 次提交
-
-
由 neliasso 提交于
Summary: Use 0 to indicate id is NA, -1 for error or uninitalized Reviewed-by: kvn, twisti
-
- 06 2月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, vlivanov Contributed-by: NIgor Ignatyev <igor.ignatyev@oracle.com>
-
- 15 1月, 2013 1 次提交
-
-
由 vladidan 提交于
Summary: Adding more detailed output on CodeCache usage Reviewed-by: kvn, vladidan Contributed-by: NAlexander Harlap <alexander.harlap@oracle.com>
-
- 12 1月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NRoman Kennke <rkennke@redhat.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
-
- 30 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add ClassLoaderData object for each anonymous class with metaspaces to allocate in. Reviewed-by: twisti, jrose, stefank
-
- 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
-
- 06 10月, 2012 1 次提交
-
-
由 vlivanov 提交于
Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
-
- 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>
-
- 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>
-
- 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
-
- 25 9月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 16 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 01 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose, kevinw, brutisso, twisti, jmasa
-
- 27 1月, 2012 2 次提交
- 29 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Fixed several EA issues with Connection Graph construction. Reviewed-by: never, twisti
-
- 09 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use dead nodes elimination code in PhaseIdealLoop before executing EA. Reviewed-by: never, twisti
-
- 26 10月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Avoid CMove in a loop if possible. May generate CMove if it could be moved outside a loop. Reviewed-by: never
-
- 14 10月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: NChristos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
-
- 03 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 28 4月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Avoid blocking in CompileBroker::compile_method_base() if the current thread holds the pending list lock. Reviewed-by: never, brutisso, ysr
-
- 14 4月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Eliminate the race condition. Reviewed-by: kvn
-
- 04 4月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 28 3月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never, kvn
-
- 27 3月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 10 3月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use largest_free_block() instead of unallocated_capacity(). Reviewed-by: iveresov, never, ysr
-
- 11 2月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, chrisphi, twisti
-
- 01 2月, 2011 1 次提交
-
-
由 brutisso 提交于
Summary: The reference handler java thread and the GC could dead lock Reviewed-by: never, johnc, jcoomes
-
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 23 11月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: 6970683 and 6953144 introduced changes that need to be implemented for Zero and Shark. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 17 11月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Fix policy reaction to C1 comilation failures, make C1 properly report errors. Reviewed-by: kvn
-
- 04 9月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation. Reviewed-by: kvn, never, phh, twisti
-
- 25 8月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
-
- 14 8月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-