hg: jdk9/hs-comp/hotspot: 8141351: Create tests for direct invoke instructions testing

igor.ignatyev at oracle.com igor.ignatyev at oracle.com
Thu Dec 17 00:10:18 UTC 2015


Changeset: 4650b087ab55
Author:    dpochepk
Date:      2015-12-16 18:38 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/4650b087ab55

8141351: Create tests for direct invoke instructions testing
Summary: Tests for invoke* instructions
Reviewed-by: twisti

! make/test/JtregNative.gmk
+ test/compiler/calls/common/CallInterface.java
+ test/compiler/calls/common/CallsBase.java
+ test/compiler/calls/common/InvokeDynamic.java
+ test/compiler/calls/common/InvokeDynamicPatcher.java
+ test/compiler/calls/common/InvokeInterface.java
+ test/compiler/calls/common/InvokeSpecial.java
+ test/compiler/calls/common/InvokeStatic.java
+ test/compiler/calls/common/InvokeVirtual.java
+ test/compiler/calls/common/libCallsNative.c
+ test/compiler/calls/fromCompiled/CompiledInvokeDynamic2CompiledTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeDynamic2InterpretedTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeDynamic2NativeTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeInterface2CompiledTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeInterface2InterpretedTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeInterface2NativeTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeSpecial2CompiledTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeSpecial2InterpretedTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeSpecial2NativeTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeStatic2CompiledTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeStatic2InterpretedTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeStatic2NativeTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeVirtual2CompiledTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeVirtual2InterpretedTest.java
+ test/compiler/calls/fromCompiled/CompiledInvokeVirtual2NativeTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeDynamic2CompiledTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeDynamic2InterpretedTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeDynamic2NativeTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeInterface2CompiledTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeInterface2InterpretedTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeInterface2NativeTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeSpecial2CompiledTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeSpecial2InterpretedTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeSpecial2NativeTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeStatic2CompiledTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeStatic2InterpretedTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeStatic2NativeTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeVirtual2CompiledTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeVirtual2InterpretedTest.java
+ test/compiler/calls/fromInterpreted/InterpretedInvokeVirtual2NativeTest.java
+ test/compiler/calls/fromNative/NativeInvokeSpecial2CompiledTest.java
+ test/compiler/calls/fromNative/NativeInvokeSpecial2InterpretedTest.java
+ test/compiler/calls/fromNative/NativeInvokeSpecial2NativeTest.java
+ test/compiler/calls/fromNative/NativeInvokeStatic2CompiledTest.java
+ test/compiler/calls/fromNative/NativeInvokeStatic2InterpretedTest.java
+ test/compiler/calls/fromNative/NativeInvokeStatic2NativeTest.java
+ test/compiler/calls/fromNative/NativeInvokeVirtual2CompiledTest.java
+ test/compiler/calls/fromNative/NativeInvokeVirtual2InterpretedTest.java
+ test/compiler/calls/fromNative/NativeInvokeVirtual2NativeTest.java



More information about the jdk9-all-changes mailing list