Updated OS dep

This commit is contained in:
Robinson 2023-01-02 11:10:23 +01:00
parent 8004afd6d9
commit e8c21934e7
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -35,7 +35,7 @@ import dorkbox.os.OS;
// http://hg.openjdk.java.net/jdk7/jdk7/hotspot/file/tip/src/share/vm/prims/jvm.cpp // http://hg.openjdk.java.net/jdk7/jdk7/hotspot/file/tip/src/share/vm/prims/jvm.cpp
// objdump -T <file> | grep foo // objdump -T <file> | grep foo
// otool -T <file> | grep foo // otool -tvV <file> | grep foo
/** /**
* Gives us the ability to inject bytes into the "normal" classloader, or directly into java's bootstrap classloader. * Gives us the ability to inject bytes into the "normal" classloader, or directly into java's bootstrap classloader.