- 27 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: dholmes, kvn
-
- 22 9月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: replace PT_LOAD segment with library segment when necessary Reviewed-by: dholmes, sla
-
- 14 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, coleenp
-
- 11 9月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: The code for reading compressed klass pointers in the sa-agent on Mac used readCompOopAddress instead of readCompKlassAddress, this is wrong but has been hidden because compressed oops and compressed klasses has used the same base address in the past. Reviewed-by: sla, jmasa Contributed-by: stefan.johansson@oracle.com
-
- 27 8月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Need to check for 0 case for InstanceKlass::_generic_signature_index. Reviewed-by: sspitsyn, sla
-
- 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
-
- 19 8月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: minqi, sla
-
- 12 8月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: coleenp, mgerdin, hseigel
-
- 07 8月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Hide private node to block mapping using public interface Reviewed-by: kvn, roland
-
- 06 8月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: Method sun.jvm.hotspot.runtime.OSThread.initialize throws a sun.jvm.hotspot.types.WrongTypeException Reviewed-by: dholmes, mgerdin
-
- 05 8月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: minqi, poonam
-
- 23 7月, 2013 1 次提交
-
-
由 allwin 提交于
Reviewed-by: sla, sundar, kmo Contributed-by: yunda.mly@taobao.com
-
- 04 7月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Remove -Xaprof and Klass::_alloc_count & ArrayKlass::_alloc_size. Reviewed-by: stefank, coleenp
-
- 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
-
- 01 5月, 2013 1 次提交
-
-
由 sla 提交于
8013364: SA-JDI exceptions caused by lack of permissions on OSX should be more verbose about issue cause Reviewed-by: coleenp, rbackman
-
- 30 4月, 2013 2 次提交
- 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
-
- 05 3月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, kvn, mikael, morris
-
- 02 3月, 2013 1 次提交
-
-
由 morris 提交于
Summary: Fix unitialized variable and return value. Reviewed-by: kvn
-
- 28 2月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: poonam, sla
-
- 27 2月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: rbackman, sla, poonam
-
- 22 2月, 2013 2 次提交
- 18 2月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, mikael
-
- 15 2月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, rbackman
-
- 14 2月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, coleenp, sspitsyn, rbackman
-
- 13 2月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: mgronlun, sla, dholmes
-
- 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
-