Re: casting from int to byte problem ... Bytes in Java are signed. ... There was no way to do a byte move to a register without the sign ... order bits with a bit clear instruction.... use of 8 bit signed ints was more ... (comp.lang.java.programmer)
vista + java ... I work on windows vista.... When I try to get information from register... # An unexpected error has been detected by Java Runtime Environment:...Object obj = value.getData; ... (comp.lang.java.programmer)
Re: How does Java make assignments atomic? ... nor copying a value from one register to another. ... > "interrupt" each other either. ... > It is not correct to say that Java "implements" anything. ... and there is a Java Platform Specification.... (comp.lang.java.programmer)
Re: Variablentausch ohne Merkervariable ... schreibe register ax an adresse ... dann reicht auch nur eine einzige XCHG... der Java-Bytecode von der JVM dynamisch auf den jeweiligen Prozessor ... Ich weiss nicht, ob die JVM wirklich vermag, Java Programme auf verschiedenen Prozessoren auszuführen. ... (de.comp.lang.java)
Re: Function pointers (Callback functions) in Java ? ... > Any one knows how I can implement callback functions in Java (I am ... > implementing an Observer design pattern and I need to register the ...register a C/C++ function which may not be bound to an object. ... If so, then you can't do exactly that in Java easily, unless you resort ... (comp.lang.java.programmer)