Magnus Ihse Bursie
|
d267afd1f4
|
8177956: Add TEST_VM_OPTS as convenience for run-test arguments
Reviewed-by: erikj, tbell
|
2017-11-29 14:45:41 +01:00 |
|
John Jiang
|
f8aaf97179
|
8186057: TLS interoperability testing between different Java versions
An interop test for checking the compatibility among different Java versions.
Reviewed-by: asmotrak
|
2017-11-28 22:19:34 -08:00 |
|
Bhavesh Patel
|
6912165887
|
8185369: Clean up the javadoc stylesheet
Reviewed-by: jjg
|
2017-11-28 20:19:29 -08:00 |
|
Valerie Peng
|
4c7e794ad9
|
8182484: Remove 1024-bit default requirement from javadoc of java.security.interfaces.DSAKeyPairGenerator
Updated javadoc to remove the text of using 1024 as the default key size
Reviewed-by: mullan
|
2017-11-29 00:43:59 +00:00 |
|
Sergey Bylokhov
|
6f470817d0
|
8043334: Typo in javax/swing/JComponent.html
Reviewed-by: ssadetsky
|
2017-11-28 15:01:00 -08:00 |
|
Maurizio Cimadamore
|
93438246bc
|
8178427: NPE in Infer$CheckUpperBounds
Void target-type causes a crash during overload resolution
Reviewed-by: vromero
|
2017-11-28 18:51:55 +00:00 |
|
Brent Christian
|
bcbbc4d8ee
|
8191173: (cl) Clarify or remove "for delegation" in ClassLoader spec
Reviewed-by: alanb, dholmes, martin, mchung
|
2017-11-28 10:15:47 -08:00 |
|
Hannes Wallnöfer
|
8dc96ea2b0
|
8191891: Update minumum Ant version in Nashorn build.xml
Reviewed-by: jlaskey, sundar
|
2017-11-28 15:55:50 +01:00 |
|
Hannes Wallnöfer
|
6e56bec454
|
8059835: Optimistic splitting doesn't work with let and const
Reviewed-by: jlaskey, attila
|
2017-11-28 15:36:36 +01:00 |
|
Manajit Halder
|
5b80b8d7d1
|
8158366: [macosx] Regression: closed/java/awt/dnd/RecognizedActionTest/RecognizedActionTest.html fails
Reviewed-by: serb, pkbalakr, aghaisas
|
2017-11-28 17:30:43 +05:30 |
|
Pankaj Bansal
|
360ce25e95
|
8190861: [TESTBUG] javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java is wrong
Reviewed-by: serb, psadhukhan
|
2017-11-28 16:27:23 +05:30 |
|
Semyon Sadetsky
|
2f2dc51f00
|
8187367: Numerous swing display problems with scaled displays on Windows
Reviewed-by: serb, prr
|
2017-11-27 15:28:29 -08:00 |
|
Phil Race
|
dcaa7f90ba
|
Merge
|
2017-11-27 10:35:05 -08:00 |
|
Jan Lahoda
|
9bb2c5a0b3
|
8133616: compiler error messages for dup single type, single static import switched
When reporting clashing imports, use the (non-)staticness of the original import to generate the error message.
Reviewed-by: mcimadamore
|
2017-11-27 19:29:00 +01:00 |
|
Attila Szegedi
|
df53288513
|
8191878: Reduce code duplication in BeanLinker
Reviewed-by: hannesw, sundar
|
2017-11-28 07:58:32 +01:00 |
|
Mandy Chung
|
8cc39f4a10
|
Merge
|
2017-11-27 19:20:17 -08:00 |
|
Joe Darcy
|
14a3a70439
|
8191234: TypeKindVisitor needs to handle modules
Reviewed-by: jjg
|
2017-11-27 18:00:56 -08:00 |
|
Mandy Chung
|
26727aebf4
|
8190911: tools/jdeps/MultiReleaseJar.java failed with java.lang.IllegalThreadStateException
Reviewed-by: bpb
|
2017-11-27 14:41:59 -08:00 |
|
Magnus Ihse Bursie
|
ab02ac3528
|
8191923: Save run-test summary to file
Reviewed-by: tbell
|
2017-11-27 22:22:03 +01:00 |
|
Vicente Romero
|
030e675ed3
|
8185451: Misleading 'cannot be accessed from outside package' diagnostic for inconsistent varargs override
Reviewed-by: mcimadamore
|
2017-11-27 13:26:31 -05:00 |
|
Magnus Ihse Bursie
|
966746dba3
|
8179554: make run-test does not respect ProblemList.txt
Reviewed-by: erikj
|
2017-11-27 19:16:55 +01:00 |
|
Magnus Ihse Bursie
|
1bce1af973
|
8191856: "make clean-test" does not work properly
Reviewed-by: erikj
|
2017-11-27 19:15:24 +01:00 |
|
Magnus Ihse Bursie
|
f0f5ef65f0
|
8179555 : make run-test should always use a fresh, clean JTwork directory
Reviewed-by: erikj
|
2017-11-27 19:14:42 +01:00 |
|
Magnus Ihse Bursie
|
53b0b93b3a
|
8189099: JTReg now supports 256 jobs
Reviewed-by: martin, erikj
|
2017-11-27 19:13:20 +01:00 |
|
Magnus Ihse Bursie
|
2add809f21
|
8177957: run-test summary lines look bad/misleading with long test names
Reviewed-by: erikj
|
2017-11-27 19:11:45 +01:00 |
|
Vicente Romero
|
18f70cfdd2
|
8185983: Javac should reject TypeArguments on field access expression
Reviewed-by: mcimadamore
|
2017-11-27 10:40:42 -05:00 |
|
Athijegannathan Sundararajan
|
589129ece4
|
8135178: importPackage not working even with load "Mozilla compatibility script"
Reviewed-by: hannesw
|
2017-11-27 17:04:33 +05:30 |
|
Robert Field
|
c942c5de6b
|
8190939: JShell: gives a compiler error evaluating an expression of inaccessible type
Reviewed-by: jlahoda
|
2017-11-24 16:55:18 -08:00 |
|
Maurizio Cimadamore
|
e196ae9be6
|
8191834: Assigning a void expression to a "var" crashes the compiler
Local variable type inference should give error on void initializers
Reviewed-by: sundar
|
2017-11-24 16:14:33 +00:00 |
|
Magnus Ihse Bursie
|
ad3b6ebd0c
|
8191205: Set native-debug-symbols default to "external"
Reviewed-by: ehelin, erikj
|
2017-11-24 09:45:39 +01:00 |
|
Magnus Ihse Bursie
|
97325149c6
|
8191820: Fix run-test jtreg test selection and component calculation
Reviewed-by: erikj
|
2017-11-24 09:21:38 +01:00 |
|
Sreeprakash Sreedharan
|
43c38bdc16
|
8176072: READING attributes are not available on TSF
Reviewed-by: ssadetsky
|
2017-11-24 13:18:36 +05:30 |
|
Sergey Bylokhov
|
9db3cf346c
|
8191384: WaveFloatFileReader never closes the data stream
Reviewed-by: amenkov
|
2017-11-23 23:05:52 -08:00 |
|
Jan Lahoda
|
fea6c39ce2
|
8178109: More useful documentation on /help
For /help <command/subject>, show the help for the command/subject directly.
Reviewed-by: rfield
|
2017-11-23 19:44:13 +01:00 |
|
ZhengJun Li
|
919b1436bd
|
8187954: Update JAX-WS RI integration to latest version
Reviewed-by: lancea
|
2017-11-23 18:23:15 +00:00 |
|
Hannes Wallnöfer
|
0a304e24b0
|
8191819: String.prototype.match should follow ES6 specification
Reviewed-by: sundar
|
2017-11-23 16:20:10 +01:00 |
|
Magnus Ihse Bursie
|
7e43455ead
|
8191715: Update documentation pointing to "common" directory
Reviewed-by: erikj
|
2017-11-23 13:24:40 +01:00 |
|
Athijegannathan Sundararajan
|
802a8bcaf3
|
8191810: jjs should avoid hard coded javadoc base url for shift-tab documentation feature
Reviewed-by: hannesw
|
2017-11-23 15:03:22 +05:30 |
|
Nishit Jain
|
abef0ce5b3
|
8191404: Upgrading JDK with latest available LSR data from IANA
Reviewed-by: naoto
|
2017-11-23 13:21:50 +05:30 |
|
Jayathirth D V
|
721c453bfd
|
8191431: Reading multiple PNG images with unique IDAT chunk positions will cause IIOException
Reviewed-by: psadhukhan, pnarayanan
|
2017-11-23 10:44:29 +05:30 |
|
Ivan Gerasimov
|
4b37f67bf9
|
8068024: Null pointer dereference in jdk/src/macosx/native/apple/security/KeystoreImpl.m
Reviewed-by: weijun
|
2017-11-22 16:31:28 -08:00 |
|
Lana Steuck
|
3dbde6779a
|
Merge
|
2017-11-22 23:31:37 +00:00 |
|
Lana Steuck
|
5fa005989d
|
Added tag jdk-10+33 for changeset bbd692ad4fa3
|
2017-11-22 23:30:20 +00:00 |
|
Semyon Sadetsky
|
70329e0640
|
8190228: Remove redundant modifiers in java.desktop module
Reviewed-by: serb, prr
|
2017-11-22 14:04:51 -08:00 |
|
Semyon Sadetsky
|
48508135fe
|
8189204: Possible NPE in Component::getLocationOnScreen()
Reviewed-by: serb, prr
|
2017-11-22 13:52:48 -08:00 |
|
Srikanth Adayapalam
|
14e7d88c9e
|
8191655: LambdaConversionException: Invalid receiver type interface; not a subtype of implementation type interface
Reviewed-by: mcimadamore
|
2017-11-22 18:07:53 +05:30 |
|
Prasanta Sadhukhan
|
e27e8b9e39
|
8191428: Regression: Swing button label wrapping with hidpi
Reviewed-by: serb, ssadetsky
|
2017-11-22 15:48:15 +05:30 |
|
Alexandre Iline
|
30b907936b
|
8191736: replace javah w/ javac in jdk tests
Reviewed-by: serb, jjg
|
2017-11-22 02:07:08 -08:00 |
|
Athijegannathan Sundararajan
|
3ab44edd50
|
8191771: nashorn ant makefile uses javadoc -link which may fail
Reviewed-by: jlaskey
|
2017-11-22 22:24:11 +05:30 |
|
Brian Burkhalter
|
adb156a9b2
|
8191516: OutputStream.write(byte[],int,int) could have fewer parameter bounds checks
Reduce parameter bounds checks from five to three as in InputStream::read
Reviewed-by: psandoz
|
2017-11-22 08:12:45 -08:00 |
|