src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/StreamConfiguration.java
author egahlin
Wed, 31 Jul 2019 14:07:44 +0200
branchJEP-349-branch
changeset 57604 838f9a7635b6
child 58112 e7754025004b
permissions -rw-r--r--
Cleaner stream reconfiguration + reduced allocation in JFR framework
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57604
838f9a7635b6 Cleaner stream reconfiguration + reduced allocation in JFR framework
egahlin
parents:
diff changeset
     1
package jdk.jfr.internal.consumer;
838f9a7635b6 Cleaner stream reconfiguration + reduced allocation in JFR framework
egahlin
parents:
diff changeset
     2