- 26 6月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: sla, dsamersoff
-
- 23 5月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Inject protection_domain, signers, init_lock into java_lang_Class Reviewed-by: stefank, dholmes, sla
-
- 16 5月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: sla, poonam
-
- 08 5月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: coleenp, rbackman, dholmes
-
- 07 5月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: coleenp, mgronlun, rbackman
-
- 30 4月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: sla, brutisso
-
- 26 4月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 10 4月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Allocate the method's profiling related metadata until they are needed. Reviewed-by: coleenp, roland
-
- 28 3月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: sspitsyn, zgu Contributed-by: peter.allwin@oracle.com
-
- 19 3月, 2013 2 次提交
- 16 3月, 2013 1 次提交
-
-
由 kmo 提交于
Summary: add a missing change from JDK-7054512 so that Oop.iterateFields() works with UseCompressedKlassPointers Reviewed-by: coleenp, roland Contributed-by: yunda.mly@taobao.com
-
- 14 3月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: Macosx uses Mach-O file format for binary files, not ELF format. Currently SA works on core files on other platforms, t his change enables SA work on core file generated on Darwin. Reviewed-by: sla, sspitsyn Contributed-by: yumin.qi@oracle.com
-
- 28 2月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: poonam, sla
-
- 22 2月, 2013 2 次提交
- 18 2月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, mikael
-
- 14 2月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, coleenp, sspitsyn, rbackman
-
- 12 2月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: allocate method annotations and attach to ConstMethod if present Reviewed-by: dcubed, jiangli, sspitsyn, iklam
-
- 08 2月, 2013 1 次提交
-
-
由 sla 提交于
8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67) Summary: Do not rely on mach thread port names to identify threads from SA Reviewed-by: dholmes, minqi, rbackman
-
- 06 2月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, mgerdin
-
- 20 2月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: sla, brutisso
-
- 01 2月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: After bug 7161732, On Windows SA could not find correct address of thread_id of OSThread since _thread_id moved to end of the class . The presupposition of the address is following thread handle no longer stands. Fix by adding thread_id field to OSThread and getting the address directly from OSThread. Reviewed-by: nloodin, sspitsyn Contributed-by: yumin.qi@oracle.com
-
- 29 1月, 2013 1 次提交
-
-
由 stefank 提交于
Summary: When calculating live object regions, make sure that the alignment reserve, at the end of a TLAB, is excluded. Reviewed-by: jmasa, brutisso
-
- 25 1月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: BinaryTreeDictionary is typedef'ed as AFLBinaryTreeDictionary in vmStructs and in SA we still use old name for that. FreeList now is a template based class which is not reflect in SA type library. When SA does calculation of heap for CMS, the former will cause failure to retrieve BinaryTreeDictionary sine the rename. The later will fail wherever it is used in SA. Reviewed-by: dholmes, sla, coleenp Contributed-by: yunda.mly@taobao.com
-
- 16 1月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: sla, dholmes Contributed-by: NAleksey Shipilev <aleksey.shipilev@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>
-
- 21 12月, 2012 1 次提交
-
-
由 katleman 提交于
Reviewed-by: ohair
-
- 12 12月, 2012 1 次提交
-
-
由 jiangli 提交于
Summary: Move _max_locals and _size_of_parameters to ConstMethod for better sharing. Reviewed-by: coleenp, minqi, jrose
-
- 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
-
- 13 11月, 2012 1 次提交
-
-
由 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
-
- 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
-
- 19 10月, 2012 2 次提交
-
-
由 minqi 提交于
Summary: This is a mistake change in 6879063 about Bytes.swap. Java byte code order always follows big endian, but in that change, assume they follow native platform order that is not right. Reviewed-by: coleenp, sspitsyn, dholmes Contributed-by: yumin.qi@oracle.com
-
由 minqi 提交于
Summary: After permgen removal, constant pool changed to put _ldc and _ldc_w (fast_ldc and fast_ldcw) index to reference map, no longer calculated via constant pool cache. Reviewed-by: coleenp, sspitsyn, dholmes Contributed-by: yumin.qi@oracle.com
-
- 10 10月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Update copyright year to 2012 for relevant files Reviewed-by: dholmes, coleenp
-
- 09 10月, 2012 2 次提交
-
-
由 roland 提交于
Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
-
由 minqi 提交于
Summary: In ClassWrite.writeFields(), fields count was mistakenly set to fields length which overflow the array index. Also removed a file which is leftover from 6879063 changeset. Reviewed-by: coleenp, sspitsyn Contributed-by: yumin.qi@oracle.com
-
- 29 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Capitalize these metadata types (and objArrayKlass) Reviewed-by: stefank, twisti, kvn
-
- 25 9月, 2012 1 次提交
-
-
由 minqi 提交于
Summary: We should in SA to use hsdis for it like the JVM does to replace the current java based disassembler. Reviewed-by: twisti, jrose, sla Contributed-by: yumin.qi@oracle.com
-
- 20 9月, 2012 1 次提交
-
-
由 bpittore 提交于
Summary: Fixed copyrights Reviewed-by: dholmes Contributed-by: NBill Pittore <bill.pittore@oracle.com>
-