RFR: 6588: Move JMC core to JDK 8

Marcus Hirt hirt at openjdk.java.net
Wed Jan 20 15:39:43 UTC 2021


On Wed, 20 Jan 2021 15:32:38 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

>> @jiekang - this is mostly a first step to make IItemCollection and friends more streaming friendly for consumers of core. There is also an API name change getTimeRanges -> getAvailableTimeRanges (for API introduced in 8, so should be OK). I'm thinking we might be able to perhaps find a better name there. It's all of the available time ranges in the recording, not necessarily only for the filtered collection. getOriginalTimeRanges?
>
> Recording is not good, since IItemCollections can be used outside of JFR in the future.

getPreFilteringTimeRanges?

-------------

PR: https://git.openjdk.java.net/jmc/pull/194


More information about the jmc-dev mailing list