8287186: JDK modules participating in preview

Reviewed-by: alanb, jlahoda
This commit is contained in:
Paul Sandoz 2022-06-14 16:22:59 +00:00
parent 0530f4e517
commit fb297705f6
12 changed files with 83 additions and 75 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,6 +23,8 @@
* questions.
*/
import jdk.internal.javac.ParticipatesInPreview;
/**
* Defines an API for expressing computations that can be reliably compiled
* at runtime into SIMD instructions, such as AVX instructions on x64, and
@ -31,6 +33,7 @@
*
* @moduleGraph
*/
@ParticipatesInPreview
module jdk.incubator.vector {
exports jdk.incubator.vector;
}