-
Bug
-
Resolution: Fixed
-
P3
-
internal
-
os_x
Fails with the EA5 candidate(8-September) build
---------System.out:(3/66)----------
481030895
Metal: Supported, feature set macOS GPUFamily2 v1
----------System.err:(15/892)----------
metalEnabled=1
Metal support is present
java.lang.RuntimeException: transfer of remote object failed
at DataFlavorRemoteTest.main(DataFlavorRemoteTest.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: transfer of remote object failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: transfer of remote object failed
---------System.out:(3/66)----------
481030895
Metal: Supported, feature set macOS GPUFamily2 v1
----------System.err:(15/892)----------
metalEnabled=1
Metal support is present
java.lang.RuntimeException: transfer of remote object failed
at DataFlavorRemoteTest.main(DataFlavorRemoteTest.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: transfer of remote object failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: transfer of remote object failed
- relates to
-
JDK-8258658 Print log that metal pipeline is enabled when -Dsun.java2d.metal=True is set
- Resolved