Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
on native threads branch, build a prototype-opt image for ia32-linux. Bootimagewriting will fail with the appended problems:
WARNING: UNINTERRUPTIBLE VIOLATION < BootstrapCL, Lorg/jikesrvm/adaptive/OnStackReplacementTrigger; >.trigger (ILorg/vmmagic/unboxed/Offset;Lorg/vmmagic/unboxed/Offset;I)V at line 58 Uninterruptible method calls non-uninterruptible method < BootstrapCL, Lorg/jikesrvm/scheduler/HeavyCondLock; >.waitNicely ()V WARNING: UNINTERRUPTIBLE VIOLATION < BootstrapCL, Lorg/jikesrvm/adaptive/measurements/organizers/Organizer; >.activate ()V at line 104 Uninterruptible method calls non-uninterruptible method < BootstrapCL, Lorg/jikesrvm/scheduler/Latch; >.open ()V
There were some remaining unguarded assertions. Fixed.