RFR: 6588: Move JMC core to JDK 8 [v5]

Jaroslav Bachorik jbachorik at openjdk.java.net
Wed Jan 20 12:12:46 UTC 2021


On Tue, 19 Jan 2021 19:16:58 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

>> Compromise that might be enough to make JMC 8 more enjoyable for people streaming. The grand end goal will be to get rid of StreamModel, but there is no time left for JMC 8. Might want to mark the toolkits as deprecated, and kill them off in a later release.
>
> Marcus Hirt has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixing message and updating copyright

core/org.openjdk.jmc.common/src/main/java/org/openjdk/jmc/common/item/IItemCollection.java line 95:

> 93: //	 * @return an item collection matching the range and filter.
> 94: //	 */
> 95: //	IItemCollection getItems(IRange<IQuantity> range, IItemFilter filter);

Should this be removed?

core/tests/org.openjdk.jmc.common.test/src/test/java/org/openjdk/jmc/common/test/item/StreamTest.java line 3:

> 1: /*
> 2:  * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
> 3:  * 

Should this also include DataDog copyright?

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

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


More information about the jmc-dev mailing list