mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8287186: JDK modules participating in preview
Reviewed-by: alanb, jlahoda
This commit is contained in:
parent
0530f4e517
commit
fb297705f6
12 changed files with 83 additions and 75 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue