-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 8u40
-
Component/s: core-libs
-
b40
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8085539 | emb-9 | Marcus Lagergren | P5 | Resolved | Fixed | team |
| JDK-8065532 | 8u45 | Marcus Lagergren | P5 | Resolved | Fixed | b01 |
| JDK-8064778 | 8u40 | Marcus Lagergren | P5 | Resolved | Fixed | b15 |
| JDK-8070521 | emb-8u47 | Marcus Lagergren | P5 | Resolved | Fixed | team |
Running nashorn with --log=recompile (at info level) already unnecessarily verbose. Now we also get log of the form
[recompile] Parameter type specialization of 'L:752$Finally$Finally' signature: (Object,Object,Object)Object
[recompile] Looking up 'L:752$Finally$Finally' type=(ScriptFunction,Object,Object)Object
[recompile] Looking up 'L:752$Finally$Finally' type=(ScriptFunction,Object,Object)Object
[recompile] Parameter type specialization of 'L:752$TryFinally$TryFinally' signature: (Object,Object,Object,Object)Object
[recompile] Looking up 'L:752$TryFinally$TryFinally' type=(ScriptFunction,Object,Object,Object)Object
[recompile] Looking up 'L:752$TryFinally$TryFinally' type=(ScriptFunction,Object,Object,Object)Object
[recompile] Parameter type specialization of 'L:6526$Parser$parseObjectType' signature: (Object,Object,Object,Object)Object
[recompile] Looking up 'L:6526$Parser$parseObjectType' type=(ScriptFunction,Object,Object,Object)Object
[recompile] Looking up 'L:6526$Parser$parseObjectType' type=(ScriptFunction,Object,Object,Object)Object
[recompile] Parameter type specialization of 'L:752$Label$Label' signature: (Object,Object,Object)Object
[recompile] Looking up 'L:752$Label$Label' type=(ScriptFunction,Object,Object)Object
[recompile] Looking up 'L:752$Label$Label' type=(ScriptFunction,Object,Object)Object
[recompile] Parameter type specialization of 'L:752$LabeledStatement$LabeledStatement' signature: (Object,Object,Object,Object)Obje
Which seems redundant. Just eyeballing the code doesn't tell me why this is so.
[recompile] Parameter type specialization of 'L:752$Finally$Finally' signature: (Object,Object,Object)Object
[recompile] Looking up 'L:752$Finally$Finally' type=(ScriptFunction,Object,Object)Object
[recompile] Looking up 'L:752$Finally$Finally' type=(ScriptFunction,Object,Object)Object
[recompile] Parameter type specialization of 'L:752$TryFinally$TryFinally' signature: (Object,Object,Object,Object)Object
[recompile] Looking up 'L:752$TryFinally$TryFinally' type=(ScriptFunction,Object,Object,Object)Object
[recompile] Looking up 'L:752$TryFinally$TryFinally' type=(ScriptFunction,Object,Object,Object)Object
[recompile] Parameter type specialization of 'L:6526$Parser$parseObjectType' signature: (Object,Object,Object,Object)Object
[recompile] Looking up 'L:6526$Parser$parseObjectType' type=(ScriptFunction,Object,Object,Object)Object
[recompile] Looking up 'L:6526$Parser$parseObjectType' type=(ScriptFunction,Object,Object,Object)Object
[recompile] Parameter type specialization of 'L:752$Label$Label' signature: (Object,Object,Object)Object
[recompile] Looking up 'L:752$Label$Label' type=(ScriptFunction,Object,Object)Object
[recompile] Looking up 'L:752$Label$Label' type=(ScriptFunction,Object,Object)Object
[recompile] Parameter type specialization of 'L:752$LabeledStatement$LabeledStatement' signature: (Object,Object,Object,Object)Obje
Which seems redundant. Just eyeballing the code doesn't tell me why this is so.
- backported by
-
JDK-8064778 Cosmetics: The recompile log produces double lines for some reason
-
- Resolved
-
-
JDK-8065532 Cosmetics: The recompile log produces double lines for some reason
-
- Resolved
-
-
JDK-8070521 Cosmetics: The recompile log produces double lines for some reason
-
- Resolved
-
-
JDK-8085539 Cosmetics: The recompile log produces double lines for some reason
-
- Resolved
-