mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8244146: javac changes for JEP 306
8266399: Core libs update for JEP 306 Reviewed-by: sadayapalam, bpb, naoto
This commit is contained in:
parent
c2c0208dfd
commit
0ae4ceb413
28 changed files with 578 additions and 56 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2021, 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
|
||||
|
@ -26,6 +26,8 @@
|
|||
* @bug 8046060
|
||||
* @summary Different results of floating point multiplication for lambda code block
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* @compile -source 16 -target 16 LambdaTestStrictFPFlag.java
|
||||
* @run main LambdaTestStrictFPFlag
|
||||
*/
|
||||
|
||||
import java.io.*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue