-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P3
-
Affects Version/s: 7
-
Component/s: hotspot
-
sparc
-
solaris
dtrace/jsdt/invocation/FireAllTypesOnce fails on solaris-sparc in
-client -Xcomp mode with:
Expected and resulting probe lists do not match : The following probe firings were not found:
AllTypesProvider:java_tracing:unspecified:method_long([9223372036854775807])
The following probes are unexpected:
AllTypesProvider:java_tracing:unspecified:method_long([9223372032559808511])
- the long typed parameter is passed incorrectly by the jsdt probe.
-client -Xcomp mode with:
Expected and resulting probe lists do not match : The following probe firings were not found:
AllTypesProvider:java_tracing:unspecified:method_long([9223372036854775807])
The following probes are unexpected:
AllTypesProvider:java_tracing:unspecified:method_long([9223372032559808511])
- the long typed parameter is passed incorrectly by the jsdt probe.