hg: jdk7/tl/jdk: 6862064: incorrect implementation of PKIXParameters.clone()

2010-01-20 Thread xuelei . fan
Changeset: dca3a251a001
Author:xuelei
Date:  2010-01-20 21:38 +0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/dca3a251a001

6862064: incorrect implementation of PKIXParameters.clone()
Reviewed-by: weijun, mullan

! src/share/classes/java/security/cert/PKIXParameters.java



hg: jdk7/tl/jdk: 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining

2010-01-20 Thread daniel . daugherty
Changeset: b19cd193245e
Author:dcubed
Date:  2010-01-20 12:09 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b19cd193245e

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 

! 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



hg: jdk7/tl/langtools: 6918127: improve handling of TypeAnnotationPosition fields

2010-01-20 Thread jonathan . gibbons
Changeset: 0eaf89e08564
Author:jjg
Date:  2010-01-20 16:12 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0eaf89e08564

6918127: improve handling of TypeAnnotationPosition fields
Reviewed-by: jjg, darcy
Contributed-by: m...@csail.mit.edu, mer...@cs.washington.edu

! src/share/classes/com/sun/tools/classfile/ExtendedAnnotation.java
! src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java
! src/share/classes/com/sun/tools/javac/jvm/Code.java
! src/share/classes/com/sun/tools/javac/jvm/Gen.java