The test is
nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001
The assert only fires if both -client and -Xcomp are used (and a fastdebug vm of course).
I see it firing as far back as b80.
> > Internal Error (src/share/vm/runtime/sharedRuntime.cpp, 848)
> > assert(receiver_klass->is_subtype_of(static_receiver_klass()),
> > "actual receiver must be subclass of static receiver klass")
>
Haven't tried earlier builds.
In cases where the assert does not fire, the test fails anyway due to bug
6444009 3/4 JDWP: JDWP command ThreadReference.forceEarlyReturn
nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001
The assert only fires if both -client and -Xcomp are used (and a fastdebug vm of course).
I see it firing as far back as b80.
> > Internal Error (src/share/vm/runtime/sharedRuntime.cpp, 848)
> > assert(receiver_klass->is_subtype_of(static_receiver_klass()),
> > "actual receiver must be subclass of static receiver klass")
>
Haven't tried earlier builds.
In cases where the assert does not fire, the test fails anyway due to bug
6444009 3/4 JDWP: JDWP command ThreadReference.forceEarlyReturn
- duplicates
-
JDK-6444285 SetLocalObject and ForceEarlyReturnObject don't check for type mismatches on Objects
-
- Closed
-
- relates to
-
JDK-6444009 JDWP: JDWP command ThreadReference.forceEarlyReturn
-
- Closed
-