Monthly Archives: April 2016

ISideWith Quiz

Posted in Politics | Leave a comment

HotSpot Dynamic Attach Mechanism

http://openjdk.java.net/groups/hotspot/docs/Serviceability.html#battach HotSpot Dynamic Attach Mechanism This is a Sun extension that allows a tool to ‘attach’ to another process running Java code and launch a JVM TI agent or a java.lang.instrument agent in that process. This also allows the system … Continue reading

Posted in Software | Leave a comment

Jmap

<pre> </pre>

Posted in Software | Leave a comment

Debugging java out of memory exception

Read http://stackoverflow.com/a/35963059/147530 to understand the nuances esp. if you are getting this error: Real world example: Needed to debug a service that would cause an OOM exception after running for a while. Wrote following script to periodically make requests to the … Continue reading

Posted in programming, Software | Tagged , | Leave a comment

A list of all languages I have programmed in

Logo – played on BBC Micro in school BASIC (or rather GWBASIC) – my first programming language QBASIC – GWBASIC  and QBASIC are what got me interested in computers Pascal (or rather Turbo Pascal) – didn’t like having to declare … Continue reading

Posted in Software | Leave a comment