hg: jdk9/hs-rt/hotspot: 2 new changesets

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Fri Jan 8 14:35:51 UTC 2016


Changeset: 50dd5b051754
Author:    rprotacio
Date:      2016-01-07 13:53 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/50dd5b051754

8141564: Convert TraceItables and PrintVtables to Unified Logging
Summary: The former -XX:+TraceItables and +PrintVtables flags have been converted to UL options -Xlog:itables=trace and vtables=trace
Reviewed-by: acorn, coleenp, dholmes

! src/share/vm/interpreter/interpreterRuntime.cpp
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/interpreter/linkResolver.hpp
! src/share/vm/logging/logTag.hpp
! src/share/vm/oops/klassVtable.cpp
! src/share/vm/oops/method.cpp
! src/share/vm/oops/method.hpp
! src/share/vm/runtime/globals.hpp
+ test/runtime/logging/ClassB.java
+ test/runtime/logging/ItablesTest.java
+ test/runtime/logging/VtablesTest.java
+ test/runtime/logging/p1/A.java
+ test/runtime/logging/p1/C.java
+ test/runtime/logging/p2/B.jcod
+ test/runtime/logging/p2/D.java

Changeset: 3ef994824cd0
Author:    coleenp
Date:      2016-01-08 12:56 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/3ef994824cd0

Merge




More information about the jdk9-hs-rt-changes mailing list