Skip to content

Commit

Permalink
Deploy latest 5ee8282
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Mar 5, 2024
1 parent 6b2502d commit c05bf6a
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 211 deletions.
4 changes: 2 additions & 2 deletions latest/_sources/example-run-jgo.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ from contextlib import contextmanager

```{code-cell} ipython3
# From https://maven.apache.org/download.html
maven_url = "tgz+https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz"
maven_sha512 = "f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26"
maven_url = "tgz+https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz"
maven_sha512 = "706f01b20dec0305a822ab614d51f32b07ee11d0218175e55450242e49d2156386483b506b3a4e8a03ac8611bae96395fd5eec15f50d3013d5deed6d1ee18224"
```

```{code-cell} ipython3
Expand Down
44 changes: 22 additions & 22 deletions latest/example-graal-hello.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,59 +498,59 @@ <h1>Building and running a GraalVM native image<a class="headerlink" href="#buil
========================================================================================================================
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[1/7] Initializing... (4.1s @ 0.19GB)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[1/7] Initializing... (5.9s @ 0.19GB)
Version info: &#39;GraalVM 22.1.0 Java 17 CE&#39;
C compiler: gcc (linux, x86_64, 11.4.0)
Garbage collector: Serial GC
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[2/7] Performing analysis... [******] (13.7s @ 0.68GB)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[2/7] Performing analysis... [******] (14.7s @ 0.68GB)
2,852 (74.19%) of 3,844 classes reachable
3,399 (50.83%) of 6,687 fields reachable
12,932 (44.57%) of 29,018 methods reachable
12,932 (44.57%) of 29,016 methods reachable
27 classes, 0 fields, and 345 methods registered for reflection
57 classes, 58 fields, and 51 methods registered for JNI access
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[3/7] Building universe... (1.1s @ 0.87GB)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[3/7] Building universe... (1.0s @ 0.88GB)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[4/7] Parsing methods... [*] (0.9s @ 1.15GB)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[4/7] Parsing methods... [*] (0.9s @ 1.11GB)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[5/7] Inlining methods... [****] (1.4s @ 0.65GB)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[5/7] Inlining methods... [****] (1.4s @ 0.51GB)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[6/7] Compiling methods... [***] (10.3s @ 1.30GB)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[6/7] Compiling methods... [***] (10.8s @ 1.09GB)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[7/7] Creating image... (1.7s @ 1.58GB)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[7/7] Creating image... (1.5s @ 1.38GB)
4.41MB (35.36%) for code area: 7,591 compilation units
6.97MB (55.89%) for image heap: 1,711 classes and 102,365 objects
1.09MB ( 8.75%) for other data
12.47MB in total
6.97MB (55.91%) for image heap: 1,711 classes and 102,359 objects
1.09MB ( 8.73%) for other data
12.46MB in total
------------------------------------------------------------------------------------------------------------------------
Top 10 packages in code area: Top 10 object types in image heap:
666.50KB java.util 1014.06KB byte[] for general heap data
338.22KB java.lang 984.94KB java.lang.String
274.64KB java.text 944.57KB byte[] for code metadata
235.70KB java.util.regex 645.59KB java.lang.Class
666.52KB java.util 1014.06KB byte[] for general heap data
338.23KB java.lang 984.94KB java.lang.String
274.64KB java.text 944.48KB byte[] for code metadata
235.70KB java.util.regex 623.31KB java.lang.Class
194.32KB com.oracle.svm.jni 572.10KB byte[] for java.lang.String
193.16KB java.util.concurrent 474.56KB java.util.HashMap$Node
157.78KB com.oracle.svm.core.reflect 222.81KB com.oracle.svm.core.hub.DynamicHubCompanion
147.35KB java.math 201.63KB java.lang.String[]
193.14KB java.util.concurrent 474.56KB java.util.HashMap$Node
157.08KB com.oracle.svm.core.reflect 222.81KB com.oracle.svm.core.hub.DynamicHubCompanion
147.36KB java.math 201.63KB java.lang.String[]
98.45KB java.util.logging 197.61KB java.util.HashMap$Node[]
94.89KB com.oracle.svm.core.genscavenge 155.91KB java.util.concurrent.ConcurrentHashMap$Node
... 119 additional packages ... 778 additional object types
(use GraalVM Dashboard to see all)
------------------------------------------------------------------------------------------------------------------------
1.6s (4.5% of total time) in 17 GCs | Peak RSS: 3.38GB | CPU load: 3.62
1.6s (4.2% of total time) in 17 GCs | Peak RSS: 3.44GB | CPU load: 3.50
------------------------------------------------------------------------------------------------------------------------
Produced artifacts:
/tmp/tmp6hoxm99_/hello (executable)
/tmp/tmp6hoxm99_/hello.build_artifacts.txt
/tmp/tmp6_0l7d_3/hello (executable)
/tmp/tmp6_0l7d_3/hello.build_artifacts.txt
========================================================================================================================
Finished generating &#39;hello&#39; in 34.7s.
Finished generating &#39;hello&#39; in 37.7s.
</pre></div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions latest/example-run-jar.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,10 +482,10 @@ <h1>Running an application distributed as an all-in-one Jar<a class="headerlink"
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Starting audit...
[WARN] /tmp/tmpac11ih8_/Hello.java:2:1: Missing a Javadoc comment. [MissingJavadocType]
[WARN] /tmp/tmpac11ih8_/Hello.java:3:5: &#39;method def modifier&#39; has incorrect indentation level 4, expected level should be 2. [Indentation]
[WARN] /tmp/tmpac11ih8_/Hello.java:4:9: &#39;method def&#39; child has incorrect indentation level 8, expected level should be 4. [Indentation]
[WARN] /tmp/tmpac11ih8_/Hello.java:5:5: &#39;method def rcurly&#39; has incorrect indentation level 4, expected level should be 2. [Indentation]
[WARN] /tmp/tmpr3qp91np/Hello.java:2:1: Missing a Javadoc comment. [MissingJavadocType]
[WARN] /tmp/tmpr3qp91np/Hello.java:3:5: &#39;method def modifier&#39; has incorrect indentation level 4, expected level should be 2. [Indentation]
[WARN] /tmp/tmpr3qp91np/Hello.java:4:9: &#39;method def&#39; child has incorrect indentation level 8, expected level should be 4. [Indentation]
[WARN] /tmp/tmpr3qp91np/Hello.java:5:5: &#39;method def rcurly&#39; has incorrect indentation level 4, expected level should be 2. [Indentation]
Audit done.
</pre></div>
</div>
Expand Down
Loading

0 comments on commit c05bf6a

Please sign in to comment.