swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two actions at one time in schedule breaks next


From: Marcus G. Daniels
Subject: Re: Two actions at one time in schedule breaks next
Date: 22 Nov 2000 09:02:03 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "SB" == Steve Brophy <address@hidden> writes:

SB> Also can now run the program within jdb and not hit errors of the
SB> missing gnu.bytecode.Type class. 

TestMapIndexOld schedules two concurrent events, and then looks at the
schedule.  The action that is in that spot is an instance of a native
Swarm-internal class, ActionConcurrent_c.  Since users don't
explicitly make these instances, and there is no declared interface
for it in Java, i.e. swarm.jar, one must be constructed on-the-fly.
That's what the gnu.bytecode library does (in kawa.jar): it generates
bytecode for a new class with that name. 

Incidentally, the same thing happens when you load an HDF5 file having 
a list of undeclared type in Java.  Swarm takes the metadata for the type
and synthesizes a new class.


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]