Volker Simonis
7617012f55
8191927: Enable AppCDS for custom loaders on all 64-bit Linux and AIX
...
Added "@requires vm.cds.custom.loaders" to mark tests related to custom loaders
Reviewed-by: simonis, mseledtsov
2017-11-28 09:47:04 -08:00
Kishor Kharbas
66c00b4184
8190980: Develop test cases and collect test pass rate
...
Develop tests covering all the test cases described in the test plan and achieve 100% pass rate for JEP 316: Heap Allocation on Alternative Memory Devices
Reviewed-by: sangheki, tschatzl
2017-11-29 16:45:31 -08:00
Kishor Kharbas
3fc999a1fe
8190308: Implementation: JEP 316: Heap Allocation on Alternative Memory Devices
...
Sub-task to be used for implementation of JEP 316: Support heap allocation on alternative memory devices
Reviewed-by: sangheki, tschatzl
2017-11-29 17:03:10 -08:00
Roland Westrelin
386e258e20
8186027: C2: loop strip mining
...
Reviewed-by: kvn, neliasso
2017-11-28 11:59:16 +01:00
Harsha Wardhana B
46f665881f
5016517: Replace plaintext passwords by hashed passwords for out-of-the-box JMX Agent
...
Reviewed-by: rriggs, dfuchs, mchung
2017-11-28 21:04:42 +05:30
Volker Simonis
800d7ffc3e
8191863: [s390] Fix CDS: some bytecode rewriting doesn't depend on RewriteControl
...
Reviewed-by: mdoerr, goetz, jiangli
2017-11-28 14:20:15 +01:00
Volker Simonis
6d566ccf62
8191770: [ppc64] Fix CDS: don't rewrite invokefinal if DumpSharedSpaces
...
Reviewed-by: mdoerr, jiangli
2017-11-28 14:11:43 +01:00
Dmitry Chuyko
a43a8363ff
8191769: AARCH64: Fix hint instructions encoding
...
Reviewed-by: adinn
2017-11-28 15:42:15 +03:00
Derek White
ded2479840
8188877: Improper synchronization in offer_termination
...
Reviewed-by: kbarrett, tschatzl, aph
2017-11-28 12:23:03 +01:00
Jini George
2f50ac4820
8191961: SA: Remove left over quarantined SA tests due to 8184042 from ProblemList.txt
...
Unquarantine SA tests quarantined due to OSX failures from 8184042
Reviewed-by: sspitsyn, sballal
2017-11-28 14:16:24 +05:30
Jiangli Zhou
61e736cbae
8188791: Move AppCDS from closed repo to open repo
...
Co-authored-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Reviewed-by: dsamersoff, simonis, minqi
2017-11-27 20:21:34 -08:00
Jiangli Zhou
570a828dfc
8191504: [TESTBUG] CDSTestUtils.isUnableToMap() should check OptionalData region mapping failure
...
Check all regions for mapping failure in CDSTestUtils.isUnableToMap().
Reviewed-by: iklam, ccheung, mseledtsov
2017-11-27 20:35:56 -05:00
Zhengyu Gu
205351451f
8190729: Adjustment to anonymous metadata space chunk allocation algorithm
...
Adjusted anonymous metadata space chunk allocation algorithm to reduce waste
Reviewed-by: stuefe, coleenp
2017-11-27 17:19:53 -05:00
David Holmes
e6056f2e91
8191707: Options with invalid values are incorrectly treated as obsolete and ignored
...
Reviewed-by: rehn, dcubed
2017-11-24 14:07:59 +01:00
Dean Long
2142e55df1
8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change
...
Reviewed-by: kvn
2017-11-22 09:27:06 -08:00
Calvin Cheung
6feaa2cb69
8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
...
Backout the fix for 8190975
Reviewed-by: iklam, kvn
2017-11-22 16:08:39 -08:00
Rahul Raghavan
2c74ca8c08
8191313: compiler/runtime/SpreadNullArg.java fails in tier1
...
Corrected SpreadNullArg.java test to expect NullPointerException after 8157246 fix
Reviewed-by: dcubed, mchung
2017-11-26 09:05:13 -08:00
Jesper Wilhelmsson
bc00f6b9b6
Merge
2017-11-25 04:36:43 +01:00
Xueming Shen
afb63cdf0e
8192781: tools/jar/multiRelease/Basic.java test Basic.test09(): failure after change d34958
...
Reviewed-by: mchung
2017-11-29 21:01:55 -08:00
Mandy Chung
44e4089789
8191942: Replace jdeps use of jdk.internal.util.jar.VersionedStream with new public API
...
Reviewed-by: alanb, erikj
2017-11-29 20:42:18 -08:00
Kumar Srinivasan
581c28572a
8182108: javadoc makes up type variables for grandparent types
...
Reviewed-by: jjg
2017-11-29 15:27:47 -08:00
Xueming Shen
97cddabb17
8189611: JarFile versioned stream and real name support
...
Reviewed-by: psandoz, alanb, mchung, martin
2017-11-29 15:01:16 -08:00
Magnus Ihse Bursie
0780382f34
8191933: Use failure handler in run-test
...
Reviewed-by: erikj
2017-11-29 22:23:21 +01:00
Paul Sandoz
012e103e91
8187237: Need to define the behaviour for 0 and 1 argument method type in StringConcatFactory.makeConcat
...
8186737: Lookup argument for StringConcatFactory.makeConcat & makeConcatWithConstants cannot have privileges less than PRIVATE
Reviewed-by: mchung
2017-11-29 12:39:59 -08:00
Magnus Ihse Bursie
f7aba189f0
8192067: Add fixpath to test image
...
Reviewed-by: tbell, erikj
2017-11-29 21:23:57 +01:00
Paul Sandoz
e0fe688373
8181175: Stream.concat behaves like terminal operation
...
Reviewed-by: smarks, briangoetz, dfuchs
2017-11-29 10:35:50 -08:00
Phil Race
625c3fd013
Merge
2017-11-29 09:47:02 -08:00
Maurizio Cimadamore
3534ed0379
8191802: Upward projection result is A<? extends Number> instead of A<? super Integer>
...
Code in Types.TypeProjection doesn't match the latest spec text
Reviewed-by: vromero
2017-11-29 17:31:23 +00:00
Xueming Shen
bc5a87988c
8186087: jar tool fails to create a multi-release jar when validating nested classes
...
Reviewed-by: psandoz
2017-11-29 09:25:25 -08:00
Phil Race
586b13cdb6
Merge
2017-11-29 09:07:01 -08:00
Jan Lahoda
7cdac47d37
8191981: javac crash when detecting lambda candidates
...
Ensuring proper positions on the testing AST nodes created by Analyzer.
Reviewed-by: mcimadamore
2017-11-29 14:41:09 +01:00
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