Mandy Chung
f296f0cfbc
8192945: Need stable sort for MODULES entry in the release file
...
Reviewed-by: alanb, redestad
2017-12-07 09:23:15 -08:00
Brian Burkhalter
dd07ad1703
8191872: (fs) UnixNativeDispatcher conditionally compiles in support for high precision timestamps
...
Remove POSIX conditional compilation and correct stat64 times for macOS
Reviewed-by: alanb, simonis
2017-12-07 08:56:04 -08:00
Alan Bateman
800f9ab58a
8191867: Module attribute in 54.0+ class file cannot contains a requires java.base with ACC_TRANSITIVE or ACC_STATIC_PHASE
...
Reviewed-by: psandoz, mchung
2017-12-07 16:45:19 +00:00
Stefan Johansson
e2d38d5f6a
8193068: Add gc/g1/TestVerifyGCType.java to problem list
...
Reviewed-by: tschatzl
2017-12-05 16:34:03 +01:00
Jiangli Zhou
1cfa67d1d5
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared
...
Check if 'oa' region is missing.
Reviewed-by: hseigel, ccheung
2017-12-06 20:06:43 -05:00
Stefan Johansson
b4f7ce6c8f
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
...
Reviewed-by: tschatzl, jwilhelm
2017-12-05 13:58:55 +01:00
Harsha Wardhana B
3af68346dc
8192909: Invalid username or password in HashedPasswordFileTest.java
...
Reviewed-by: clanger, dfuchs
2017-12-05 21:26:11 +05:30
Jesper Wilhelmsson
e77f4f9c55
Merge
2017-12-02 06:51:10 +01:00
Kumar Srinivasan
7892014147
8192933: Wrong generic type parameter in serialized form javadoc
...
Reviewed-by: jjg
2017-12-06 15:14:13 -08:00
Patrick Reinhart
5eafe731b0
8191706: Add Reader::transferTo(Writer)
...
Reviewed-by: alanb, bpb, briangoetz
2017-12-06 14:39:15 -08:00
Kumar Srinivasan
a53a1b7844
8191078: Wrong "Package not found" warning
...
Reviewed-by: jjg, jlahoda
2017-12-06 11:43:50 -08:00
Chris Hegarty
18e143f6fb
Merge
2017-12-06 19:17:07 +00:00
Chris Hegarty
37811b7460
8191494: Refresh incubating HTTP Client
...
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Reviewed-by: chegar, dfuchs, michaelm
2017-12-06 11:11:59 -08:00
Vicente Romero
8c50b3e660
8192885: Compiler in JDK 10-ea+33 misses to include entry in LineNumberTable for goto instruction of foreach loop
...
Reviewed-by: mcimadamore
2017-12-06 13:36:34 -05:00
Igor Ignatyev
c647d80e38
8191273: applications/ctw/modules tests fail intermittently
...
Reviewed-by: kvn, dlong
2017-12-01 15:58:39 -08:00
Ioi Lam
d4fab56c4f
8190809: JVM crashes while generating appcds for classpath with empty directory entry
...
Reviewed-by: ccheung, jiangli, lmesnik
2017-12-01 15:53:15 -08:00
Boris Ulasevich
f4b397b4ba
8189439: Parameters type profiling is not performed from aarch64 interpreter
...
Reviewed-by: vlivanov
2017-12-01 18:24:52 +03:00
Dmitry Chuyko
d24ef2f18f
8191129: AARCH64: Invalid value passed to critical JNI function
...
Reviewed-by: vlivanov
2017-12-01 18:20:00 +03:00
Jini George
4969284dc6
8191538: SA: tests for clhsdb commands: vmstructsdump, field, symboltable and symbol
...
Create tests for the clhsdb commands: vmstructsdump, field, symboltable and symbol
Reviewed-by: sspitsyn, sballal
2017-12-01 18:19:39 +05:30
Stefan Johansson
ea04c5cfb3
8191821: Finer granularity for GC verification
...
Reviewed-by: tschatzl, poonam, sangheki
2017-12-01 08:56:22 +01:00
Jini George
9a3de631aa
8191914: New SA test timeout on windows
...
Avoid test hangs in a few SA tests by ensuring that OutputAnalyzer gets created before waitFor() gets called
Reviewed-by: dholmes, sballal
2017-12-01 11:40:39 +05:30
Mikhailo Seledtsov
686dc5c977
8192866: [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one
...
Moved UseAppCDS.java to the open problem list
Reviewed-by: dholmes, ccheung
2017-11-30 21:28:12 -08:00
Mikhailo Seledtsov
52ecf42bdc
8191943: [TESTBUG] docker/TestCPUAwareness fails on machine with 2 CPUs
...
Updated test cases to account for available processors
Reviewed-by: bobv, dholmes
2017-11-30 20:45:03 -08:00
Chris Plummer
e473a43bb8
8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows
...
Make error message searching logic more general so it works on Windows
Reviewed-by: dcubed, sspitsyn, dholmes
2017-11-30 16:28:47 -08:00
Dean Long
15ea766de2
8191437: AOT doesn't work easily after thread local handshakes
...
Reviewed-by: kvn, rehn, aph
2017-11-30 10:40:48 -08:00
Calvin Cheung
40f06dc0e3
8174101: Bootclasspath append should not invalidate CDS archive
...
Reviewed-by: iklam, jiangli
2017-11-30 14:25:33 -08:00
Roman Kennke
3f3f0cb67e
8191564: Refactor GC related servicability code into GC specific subclasses
...
Reviewed-by: ehelin, eosterlund
2017-11-30 13:40:07 +01:00
Robbin Ehn
3ef7804e6d
8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount
...
Pushed under trivial rules.
Reviewed-by: coleenp
2017-11-30 16:08:13 +01:00
Sharath Ballal
0ac9a94c4d
8191658: SA: Testcases for attach, detach, reattach and Jhisto commands
...
Reviewed-by: sspitsyn, jgeorge
2017-11-30 19:46:20 +05:30
Stefan Johansson
937799a84c
8192807: testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java fail due to new method in Platform.java
...
Reviewed-by: tschatzl, jwilhelm
2017-11-30 15:05:03 +01:00
Sharath Ballal
f684b1a856
8184982: SA: Running ClassDump on a simple java program generates NullPointerException
...
Reviewed-by: sundar, jgeorge
2017-11-30 14:58:41 +05:30
Stefan Karlsson
58dd5210ec
8192061: Clean up allocation.inline.hpp includes
...
Reviewed-by: eosterlund, coleenp
2017-11-28 21:43:45 +01:00
Ioi Lam
177b24b7d7
8191747: [TESTBUG] runtime/appcds/DumpClassList.java and ProhibitedPackage.java fail on product bits
...
Reviewed-by: simonis
2017-11-29 18:43:35 -08:00
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
Yasumasa Suenaga
b25c9ddbae
8165736: Error message should be shown when JVMTI agent cannot be attached
...
Reviewed-by: sspitsyn, dholmes
2017-11-29 09:26:58 +09: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
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
Paul Sandoz
2c9ed8e178
8188870: Bump classfile version number to 54
...
Reviewed-by: alanb, dholmes, coleenp, mcimadamore
2017-11-03 10:01:08 -07:00
Alan Bateman
7e9984c112
8182742: ClassLoader.getResourceXXX throws NPE when ClassLoader created by defineModulesWithXXX
...
Reviewed-by: redestad, mchung
2017-12-06 08:36:09 +00:00
Abdul Kolarkunnu
993e8f206c
8192958: TEST.groups, group jdk_util_other:file not found: jdk/internal/uti
...
Removed the package jdk/internal/util from the group jdk_util_other
Reviewed-by: mchung, dholmes
2017-12-06 12:05:46 +05:30
Nishit Jain
fa64310889
8187551: MessageFormat.setFormat(int, Format) AIOOBE not thrown when documented
...
Reviewed-by: naoto, rriggs
2017-12-06 11:21:04 +05:30
Athijegannathan Sundararajan
448f3c1fcd
8185130: jlink should throw error if target image and current JDK versions don't match
...
Reviewed-by: redestad, alanb, mchung
2017-12-06 08:04:35 +05:30
Brent Christian
1a819fcd7a
8187222: ClassLoader.getSystemClassLoader not clear if recursive initialization leads to ISE or unspecified error
...
Reviewed-by: alanb, mchung
2017-12-05 09:44:32 -08:00
Claes Redestad
7759531e5c
8176188: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java failing since 9-b93
...
Reviewed-by: psandoz, sherman
2017-12-05 14:25:16 +01:00
Goetz Lindenmaier
9da6eea9fe
8191678: [TESTBUG] Add keyword headful in java/awt and javax tests
...
Also fix some NPE thrown if run headless.
Reviewed-by: serb
2017-11-21 17:39:04 +01:00