Google Code Exporter
Google Code Exporter
``` Add a scroll bar to save window and make any other necessary code changes to allow any number of save games. ``` Original issue reported on code.google.com by `[email protected]`...
``` 80 columns would be nice..? ``` Original issue reported on code.google.com by `[email protected]` on 27 Oct 2012 at 11:59
If page is clean (no allocated objects, page is part of big unalloc space) we can safely skip it from being snapshotted - any previous snapshot data will do because...
``` make object allocator to reuse released objects, not to allocate from free space all the time ``` Original issue reported on code.google.com by `[email protected]` on 19 Sep 2011 at...
``` Or, at least, kill thread instead of panic. ``` Original issue reported on code.google.com by `[email protected]` on 5 Feb 2011 at 5:18 - Blocked on: #118
``` after all pages kicked and before writing pagelist, and after pagelist and before writing superblocks, and after all sblocks ``` Original issue reported on code.google.com by `[email protected]` on 27...
``` Class loader is started from kernel and locks up everything (namely - snaps) while is working. One possible solution is to replace VM command 'summon class' with direct access...
``` I just implemented tutorial code and then changed little bit that start Time , End Time when I generate a graph, I set time for week ex) static final...
``` data/DataProcessor.java / private void chooseOptimalStep() calculates the optimal step using a constant value of pixelCount (600) instead of the step specified in the RrdGraphDef when the data source is...
``` Rrd4jGraphDefTemplate ACCEPTS a configuration file, but there seems no way to export one. http://rrd4j.googlecode.com/svn/trunk/javadoc/reference/org/rrd4j/graph/RrdGraph DefTemplate.html RrdDef's config can be imported using the RrdDefTemplate and exported using the RrdDef's exportXmlTemplate()...