hg: jdk6/jdk6/jdk: 2 new changesets
daniel.daugherty at sun.com
daniel.daugherty at sun.com
Wed Jan 20 14:10:34 PST 2010
Changeset: 6073840fbd22
Author: dcubed
Date: 2010-01-13 09:42 -0700
URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/6073840fbd22
6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
Summary: Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter.
Reviewed-by: never, ohair, tbell, tdeneau
Contributed-by: Vasanth Venkatachalam <vasanth.venkatachalam at amd.com>
! make/common/shared/Sanity.gmk
! make/java/jvm/Makefile
! make/mkdemo/jvmti/Makefile
! make/mkdemo/jvmti/README.txt
+ make/mkdemo/jvmti/compiledMethodLoad/Makefile
+ src/share/demo/jvmti/compiledMethodLoad/README.txt
+ src/share/demo/jvmti/compiledMethodLoad/compiledMethodLoad.c
+ src/share/demo/jvmti/compiledMethodLoad/sample.makefile.txt
! src/share/demo/jvmti/index.html
+ src/share/javavm/export/jvmticmlr.h
+ test/demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java
! test/demo/jvmti/heapTracker/HeapTrackerTest.java
! test/demo/jvmti/hprof/CpuTimesDefineClassTest.java
! test/demo/jvmti/hprof/CpuTimesTest.java
! test/demo/jvmti/minst/MinstTest.java
! test/demo/jvmti/mtrace/TraceJFrame.java
Changeset: b2510c4f0228
Author: dcubed
Date: 2010-01-20 11:47 -0700
URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/b2510c4f0228
Merge
More information about the jdk6-dev
mailing list