Differences between JVM implementations

前端 未结 8 1089
南旧
南旧 2020-12-13 04:52

Where do JVM Implementations differ (except licensing)? Does every JVM implement Type Erasure for the Generic handling?

Where are the differences between:

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 05:27

    Tail-call optimization is not yet supported by Java. John Rose is leading efforts to include this in a future release, and has described the approach, and some of the issues involved.

提交回复
热议问题