Oracle set to merge Java virtual machines
networkworld.com
Oracle set to merge Java virtual machines
1–10 of 46 posts
Re: Oracle set to merge Java virtual machines
#2Re: Oracle set to merge Java virtual machines
#3Where does this put OpenJDK? I doubt Oracle is thinking of open sourcing JRockit parts...
Re: Oracle set to merge Java virtual machines
#4That's an understatement. The complexity of merging two fairly distinct VMs while trying to maintain feature parity with both separate previous versions, and taking the best features of both? Eighteen months seems optimistic. I also hope they have some incredibly good way of producing a combined test suite, because this seems like the most promising way of introducing myriad subtle bugs I can imagine.
Re: Oracle set to merge Java virtual machines
#5"It's not an easy problem taking the best of each, figuring out what the long-term convergence plan is." That's an understatement. The complexity of merging two fairly distinct VMs while trying to maintain feature parity with both separate previous versions, and taking the best features of both? Eighteen months seems optimistic. I also hope they have some incredibly good way of producing a combined test suite, becaus…
Re: Oracle set to merge Java virtual machines
#6"It's not an easy problem taking the best of each, figuring out what the long-term convergence plan is." That's an understatement. The complexity of merging two fairly distinct VMs while trying to maintain feature parity with both separate previous versions, and taking the best features of both? Eighteen months seems optimistic. I also hope they have some incredibly good way of producing a combined test suite, becaus…
Re: Oracle set to merge Java virtual machines
#7"It's not an easy problem taking the best of each, figuring out what the long-term convergence plan is." That's an understatement. The complexity of merging two fairly distinct VMs while trying to maintain feature parity with both separate previous versions, and taking the best features of both? Eighteen months seems optimistic. I also hope they have some incredibly good way of producing a combined test suite, becaus…
Not if they chose one of them as base and incrementally improve it with code taken from the other. Easier to test and stable at every point.
Re: Oracle set to merge Java virtual machines
#8Where does this put OpenJDK? I doubt Oracle is thinking of open sourcing JRockit parts...
Re: Oracle set to merge Java virtual machines
#9Where does this put OpenJDK? I doubt Oracle is thinking of open sourcing JRockit parts...
What was the relationship between OpenJDK and HotSpot ?