3 ***DISCLAIMER***: _These notes are from the defunct k8 project which_
4 _precedes SquirrelJME. The notes for SquirrelJME start on 2016/02/26!_
5 _The k8 project was effectively a Java SE 8 operating system and as such_
6 _all of the notes are in the context of that scope. That project is no_
7 _longer my goal as SquirrelJME is the spiritual successor to it._
11 I really have to clean my room.
15 Need to fix issues where hairball is used completely relative. And there is
16 also another trace that will need some fixing so that hairball start time is
19 at net.multiphasicapps.hairball.__ContentViewer__.getTime(
20 __ContentViewer__.java:162)
21 at net.multiphasicapps.hairball.PackageStatus.getSourceTime(
22 PackageStatus.java:389)
23 at net.multiphasicapps.hairball.PackageStatus.getContents(
24 PackageStatus.java:263)
25 at net.multiphasicapps.hairball.PackageInfo.__getJson(PackageInfo.java:211)
26 at net.multiphasicapps.hairball.PackageInfo.entrySet(PackageInfo.java:113)
27 at java.util.AbstractMap.get(AbstractMap.java:176)
28 at net.multiphasicapps.hairball.PackageList.<init>(PackageList.java:146)
29 at net.multiphasicapps.hairball.Main.obtainPackageList(Main.java:265)
30 at net.multiphasicapps.hairball.Main.main(Main.java:132)
36 Odd, a file starting with `.goutputstream` landed itself in hairball then went
41 On the XServe G5, compilation seems to be speedy using the ppc64 OpenJDK 8
42 although I am not too sure if it is hotspot accelerated or just fast itself.
43 It takes 2 minutes to run. The only other comparison I have is Zero since it
44 appears JamVM is not available.
48 1 minute and 55 seconds for the server VM.
52 The latest JDK just runs out of memory immedietly so there is no way to really
53 test it when running on the standard 32-bit PowerPC.