Basic blocks that implement the slow path of a memory allocation stay inline with
the fast path. It is the intent of the server compiler to have them (and other uncommonly executed blocks) be placed elsewhere, mostly likely near the end of the function.
###@###.### 2004-12-23 00:23:45 GMT
the fast path. It is the intent of the server compiler to have them (and other uncommonly executed blocks) be placed elsewhere, mostly likely near the end of the function.
###@###.### 2004-12-23 00:23:45 GMT
- relates to
-
JDK-5003419 empty blocks sometimes produce unnecessary jumps
-
- Resolved
-