Bluetopia
Bluetopia
I've read https://github.com/dagrejs/dagre-d3/issues/73 which previously asked this question, but it doesn't seem that adding an href field to the node metadata is working. The JSbin still works, but it references...
In its current implementation, if a Date Stamp is present, getStartDate() returns the datestamp of the first entry in the GC log, but does not take into account the GC...
This is a bit of a weird one, but I at least wanted to make you aware of something I'm currently discussing with the Launch4j maintainer that might be addressable...
**Describe the bug** A NullPointerException is thrown when processing a file that contains no GC events. The JVM does not return after this NPE occurs. (Have to kill the process...
**Describe the bug** When processing a line like: ```5.374: [GC (Allocation Failure) [PSYoungGen: 262144K->28340K(305664K)] 262144K->28364K(1005056K), 0.0146665 secs] [Times: user=0.08 sys=0.00, real=0.01 secs]``` GenerationalHeapParser.psYoungGen(GCLogTrace, String) is called and the offset (5)...
**Describe the bug** The getCommandLine() method has been stubbed out with a TODO. See https://github.com/microsoft/gctoolkit/blob/1476fc128465991f2c531645c780d3ed7c865f2c/api/src/main/java/com/microsoft/gctoolkit/jvm/AbstractJavaVirtualMachine.java#L84 **Expected behavior** Expected this method, or child override in PreUnifiedJavaVirtualMachine to return the command line...