By Milo M. Martin and Manoj Plakal
[ Legalese | General information | Applying the patch | Using the patch ]
DISCLAIMER : This patch is provided "AS IS", without any express or implied warranty, and we accept no responsibility for the consequences of the use or misuse of this modification to Sun Microsystem's JDK 1.0.2.
src/share/java/runtime/interpreter.c
patch.verbose : 24131 bytes,
interpreter.c : 94284 bytes
cat patch.verbose | ed - interpreter.c > interpreter.c.patched
Some general information :
Downloading and applying the patch :
[ Following assumes that you're using a Unix box, not a PC ]
Also, if we've defined variables/macros we've used the number '752'
in all of them (this was a project for CS752 here). So if you
do a search for 752, you will find all the macros/variables we
defined. The macros we defined go something like these :
CS752_CODE_READ
CS752_CODE_WRITE
CS752_DATA_READ
CS752_DATA_WRITE
Last updated on