forked from openjdk/jdk
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
237 additions
and
482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
package jdk.jfr; | ||
|
||
import java.io.Closeable; | ||
import java.util.stream.Stream; | ||
|
||
import jdk.jfr.internal.context.BaseContextType; | ||
import jdk.jfr.internal.context.ContextRepository; | ||
|
||
public abstract class ContextType extends BaseContextType { | ||
public static interface Registration { | ||
Stream<Class<? extends ContextType>> types(); | ||
} | ||
|
||
public abstract class ContextType extends BaseContextType implements Closeable, AutoCloseable { | ||
protected ContextType() {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
src/jdk.jfr/share/classes/jdk/jfr/context/ContextRegistration.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/jdk.jfr/share/classes/jdk/jfr/context/RegisteredContext.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 0 additions & 68 deletions
68
src/jdk.jfr/share/classes/jdk/jfr/internal/context/ContextRegistry.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.