Skip to content

Commit 604b1a3

Browse files
committed
Fix style: use only ASCII characters.
1 parent 364d4d5 commit 604b1a3

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/meta/HostedUniverse.java

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -110,35 +110,35 @@
110110
* Layered Model for Static Analysis Universes
111111
*
112112
* <pre>
113-
* ┌─────────────────────────────────────────────────────────────┐
114-
* Hosted Universe
115-
* -------------------------------------------------------------
116-
* Elements that we need to create code or data for
117-
* └───────────────────────────────┬─────────────────────────────┘
118-
* wraps elements of
119-
* V
120-
* ┌─────────────────────────────────────────────────────────────┐
121-
* Analysis Universe
122-
* -------------------------------------------------------------
123-
* Elements that the static analysis operates on
124-
* └─────┬─────────────────────────────────┬─────────────────────┘
125-
* wraps elements of wraps elements of
126-
*
127-
* V
128-
* │ ┌────────────────────────────────────────────────────┐
129-
* │ │ Substitution Layer
130-
* │ │----------------------------------------------------
131-
* │ │ Allows modification of some elements coming from
132-
* │ │ the layer below without modifying the layer below
133-
* │ └───────────────────┬────────────────────────────────┘
134-
* wraps elements of
135-
* V V
136-
* ┌─────────────────────────────────────────────────────────────┐
137-
* Host VM Universe
138-
* -------------------------------------------------------------
139-
* Original source of elements, as parsed from
140-
* class files found on image class and module path
141-
* └─────────────────────────────────────────────────────────────┘
113+
* +--------------------------------------------------------------+
114+
* | Hosted Universe |
115+
* |--------------------------------------------------------------|
116+
* | Elements that we need to create code or data for |
117+
* +------------------------------+-------------------------------+
118+
* | wraps elements of
119+
* V
120+
* +--------------------------------------------------------------+
121+
* | Analysis Universe |
122+
* |--------------------------------------------------------------|
123+
* | Elements that the static analysis operates on |
124+
* +------+----------------------------+--------------------------+
125+
* | wraps elements of | wraps elements of
126+
* | |
127+
* | V
128+
* | +----------------------------------------------------+
129+
* | | Substitution Layer |
130+
* | |----------------------------------------------------|
131+
* | | Allows modification of some elements coming from |
132+
* | | the layer below without modifying the layer below |
133+
* | +--------------------+-------------------------------+
134+
* | | wraps elements of
135+
* V V
136+
* +--------------------------------------------------------------+
137+
* | Host VM Universe |
138+
* |--------------------------------------------------------------|
139+
* | Original source of elements, as parsed from |
140+
* | class files found on image class and module path |
141+
* +--------------------------------------------------------------+
142142
* </pre>
143143
*
144144
* Not covered in this documentation is the "substrate universe", i.e., elements that are used for

0 commit comments

Comments
 (0)