-
Bug
-
Resolution: Incomplete
-
P4
-
hs20
-
x86
-
generic
Test
echeneis/vm/jvmti/ReferrerIndexTest#testReferrerIndex
fails on solaris-i586 with -Xcomp with exception:
4:32:20 PM TestRunner vm.jvmti.ReferrerIndexTest BEGIN TEST
4:32:20 PM TestRunner vm.jvmti.ReferrerIndexTest testReferrerIndex BEGIN CASE
4:32:22 PM TestRunner vm.jvmti.ReferrerIndexTest testReferrerIndex FAILURE : found no references
java.lang.Exception: found no references
at vm.jvmti.ReferrerIndexTest.findFieldIndex(Native Method)
at vm.jvmti.ReferrerIndexTest.testReferrerIndex(ReferrerIndexTest.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at org.echeneis.impl.InvokeWrapper.test(InvokeWrapper.java:36)
....
To reproduce use:
@vmsqe-x2200-01:~//res>
-->/net/vmsqe.russia/export/jdk/7/build/latest/solaris-i586/bin/java -jar /net/vmsqe.russia/export/testbase/jr/echeneis/echeneis.jar -file /net/vmsqe.russia/export/testbase/jr/echeneis/jvm/jdk5/vm/jvmti/ReferrerIndexTest.class -libpath /net/vmsqe.russia/export/testbase/jr/echeneis/native/solaris-i586/libtestnatives.so -jvmargs '"-client -Xcomp "'
The sources of test are attached.
echeneis/vm/jvmti/ReferrerIndexTest#testReferrerIndex
fails on solaris-i586 with -Xcomp with exception:
4:32:20 PM TestRunner vm.jvmti.ReferrerIndexTest BEGIN TEST
4:32:20 PM TestRunner vm.jvmti.ReferrerIndexTest testReferrerIndex BEGIN CASE
4:32:22 PM TestRunner vm.jvmti.ReferrerIndexTest testReferrerIndex FAILURE : found no references
java.lang.Exception: found no references
at vm.jvmti.ReferrerIndexTest.findFieldIndex(Native Method)
at vm.jvmti.ReferrerIndexTest.testReferrerIndex(ReferrerIndexTest.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at org.echeneis.impl.InvokeWrapper.test(InvokeWrapper.java:36)
....
To reproduce use:
@vmsqe-x2200-01:~//res>
-->/net/vmsqe.russia/export/jdk/7/build/latest/solaris-i586/bin/java -jar /net/vmsqe.russia/export/testbase/jr/echeneis/echeneis.jar -file /net/vmsqe.russia/export/testbase/jr/echeneis/jvm/jdk5/vm/jvmti/ReferrerIndexTest.class -libpath /net/vmsqe.russia/export/testbase/jr/echeneis/native/solaris-i586/libtestnatives.so -jvmargs '"-client -Xcomp "'
The sources of test are attached.