Erik Gahlin
6602c862c1
8195819: Remove recording=x from jcmd JFR.check output
...
Reviewed-by: mgronlun
2018-05-23 00:21:58 +02:00
Erik Gahlin
6e9b05acb2
8201331: Better test cleanup for jdk/jfr/api/consumer/TestRecordingFile.java
...
Reviewed-by: tbell, mgronlun
2018-05-22 23:27:54 +02:00
Leonid Mesnik
09be3efb39
8199064: Test applications/jcstress/other/Test.java#id1108 fails on Sparc
...
Reviewed-by: psandoz, mseledtsov
2018-05-22 10:49:20 -07:00
Mikhailo Seledtsov
6fcf6a9b20
8199257: [TESTBUG] Open source VM testbase metaspace tests
...
Open sourced VM metaspace tests
Reviewed-by: coleenp, stuefe
2018-05-22 13:05:22 -07:00
Igor Ignatyev
619bf3a01c
8199379: [TESTBUG] Open source vm testbase JDB tests
...
Reviewed-by: mseledtsov, sspitsyn
2018-05-22 10:08:04 -07:00
Coleen Phillimore
37e51f4074
8202669: Intermittent crash in ClassLoadingService::compute_class_size()
...
Don't report classes that failed to load when reporting class unloading. Remove the classes first.
Reviewed-by: dholmes, lfoltan, ccheung
2018-05-22 13:10:56 -04:00
Vicente Romero
3b38d1b418
8196048: thrown type variables should be roots in the minimum inference graph
...
Reviewed-by: mcimadamore
2018-05-22 09:01:44 -07:00
Jim Laskey
60de3c902e
8200380: String::lines
...
Reviewed-by: sundar, sherman, rriggs, psandoz
2018-05-22 12:04:05 -03:00
Jan Lahoda
c3cdecd32b
8198315: Incomplete classpath causes NPE in TransTypes
...
Avoid symbol completion while constructing error message.
Reviewed-by: mcimadamore
2018-05-22 12:26:17 +02:00
Maurizio Cimadamore
47d634e453
8203436: javac should fail early when emitting illegal signature attributes
...
Check that signature attributes do not contain non-denotable types
Reviewed-by: vromero
2018-05-22 13:37:05 +01:00
Boris Ulasevich
069d6f992b
8203431: TestFloatsOnStackDeopt.java throws java.lang.LinkageError: loader <bootstrap> attempted duplicate class definition for java.lang.invoke.BoundMethodHandle$Species_LLL
...
Reviewed-by: redestad
2018-05-22 14:54:55 +02:00
Claes Redestad
55ba3cad8b
8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
...
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: martin, igerasim
2018-05-22 14:44:18 +02:00
David Holmes
bff7296db3
8203626: ProblemList compiler/runtime/TestFloatsOnStackDeopt.java
...
Reviewed-by: thartmann
2018-05-22 05:20:48 -04:00
Kim Barrett
66b0c9fe9c
8202863: Rename OopStorage inner collection classes
...
Rename BlockArray, BlockList, BlockEntry
Reviewed-by: coleenp
2018-05-22 03:46:52 -04:00
Ioi Lam
f9742fc0a6
8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation
...
Reviewed-by: lfoltan, jiangli
2018-05-21 21:27:12 -07:00
Valerie Peng
9e8d9fe1ee
8146293: Add support for RSASSA-PSS Signature algorithm
...
Add RSASSA-PSS key and signature support to SunRsaSign provider
Reviewed-by: wetmore
2018-05-21 23:40:52 +00:00
Vicente Romero
088dbd5ce8
8203486: skip type inference for non functional interface components of intersection types
...
Reviewed-by: mcimadamore
2018-05-21 12:27:21 -07:00
Jiangli Zhou
422e112ffd
8199807: AppCDS performs overly restrictive path matching check
...
8203377: Cleanup the usage of os::file_name_strcmp() in SharedPathsMiscInfo::check()
Relax CDS/AppCDS path check for modules image.
Reviewed-by: iklam, ccheung
2018-05-21 15:15:58 -04:00
Erik Gahlin
e2fb68680e
8198337: -XX:StartFlightRecording=dumponexit=true,disk=false doesn't work
...
Reviewed-by: mgronlun
2018-05-21 14:46:12 +02:00
Thomas Stuefe
8f71718566
8176808: Split up metaspace.cpp
...
Reviewed-by: asiebenborn, coleenp
2018-05-21 11:33:59 +02:00
Stefan Karlsson
7b0d398bc7
8203339: Add oopDesc::field_offset()
...
Reviewed-by: rkennke, eosterlund
2018-05-20 22:08:25 +02:00
Yasumasa Suenaga
535c2507a0
8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0
...
Reviewed-by: cjplummer, sspitsyn
2018-05-20 20:25:51 +09:00
Chris Plummer
09e8095fd9
8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[]
...
Use a valid URL[]
Reviewed-by: sspitsyn, amenkov, dtitov
2018-05-19 13:13:09 -07:00
Weijun Wang
48b5731c39
8201627: Kerberos sequence number issues
...
Reviewed-by: valeriep
2018-05-19 22:06:47 +08:00
Chris Plummer
00b1a87625
8185803: JdbExprTest.sh fails in JDK10-hs nightly due to "Name unknown: java.lang.Long.MAX_VALUE "
...
Initialize java.lang.Long before referencing it
Reviewed-by: dholmes, dcubed
2018-05-18 14:21:59 -07:00
Igor Ignatyev
bc795f4eb8
8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.)
...
Reviewed-by: shade
2018-05-18 12:45:05 -07:00
Vicente Romero
ec167413f9
8148354: Errors targeting functional interface intersection types
...
Reviewed-by: mcimadamore, dlsmith
2018-05-18 09:22:31 -07:00
Jim Laskey
a455811dca
8200436: String::isBlank
...
Reviewed-by: sundar
2018-05-18 08:43:49 -03:00
Bernard Blaser
b416d3915e
8203398: Test test/langtools/tools/javac/options/release/ReleaseOptionCurrent.java writes into the source directory
...
Reviewed-by: jjg, jlahoda
2018-05-18 12:48:09 +02:00
Boris Ulasevich
2029f17855
8202710: AARCH64: sporadic jtreg test fail
...
Reviewed-by: aph, dsamersoff
2018-05-18 13:23:28 +03:00
Weijun Wang
b8855ebbc2
8201867: Kerberos keytabs with holes in certain places are parsed incorrectly
...
Reviewed-by: valeriep
2018-05-18 16:27:15 +08:00
Ekaterina Pavlova
fdaaae3622
8203318: compiler/stable/TestStableShort.java is broken
...
Reviewed-by: shade
2018-05-17 21:04:53 -07:00
Leonid Mesnik
5dcd1ced4c
8199271: [TESTBUG] open source VM testbase stress tests
...
Reviewed-by: mseledtsov, sspitsyn, erikj
2018-05-17 16:21:27 -07:00
Igor Ignatyev
072459a055
8199370: [TESTBUG] Open source vm testbase GC tests
...
Reviewed-by: erikj, ihse, ehelin
2018-05-17 14:52:47 -07:00
Bhavesh Patel
7c66a1d6a2
8196201: Generate pages to list all classes and all packages in javadoc output
...
Reviewed-by: jjg
2018-05-17 12:59:53 -07:00
Calvin Cheung
e8cf273121
8196619: [TESTBUG] restore current version check in runtime/appcds/MultiReleaseJars.java
...
Reviewed-by: dholmes
2018-05-17 08:41:01 -07:00
Robbin Ehn
1dfeaa1980
8195098: Low latency hashtable for read-mostly scenarios
...
This implement a concurrent hashtable using chaining and the GlobalCounter for ABA problems.
Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson
2018-05-17 10:32:26 +02:00
Igor Ignatyev
01b0f9ea7d
8199384: [TESTBUG] Open source VM testbase MLVM tests
...
Reviewed-by: erikj, mseledtsov, vlivanov
2018-05-17 00:23:28 -07:00
Mikhailo Seledtsov
8d586517f4
8199252: [TESTBUG] Open source VM testbase system dictionary tests
...
Opensourced the tests
Reviewed-by: iignatyev, gziemski
2018-05-16 16:43:11 -07:00
Phil Race
f9abf6bee6
Merge
2018-05-16 10:27:25 -07:00
Xueming Shen
bd36be5066
8191533: jar --describe-module prints service provider class names in lower case
...
Reviewed-by: alanb
2018-05-16 10:12:10 -07:00
Phil Race
7984fb2956
Merge
2018-05-16 09:45:40 -07:00
Phil Race
ca8b59370b
Merge
2018-05-15 10:13:52 -07:00
Thomas Stuefe
ce4698fadb
8203032: PrintMetaspaceDcmd fails: Non-Class: missing from stdout/stderr
...
Reviewed-by: asiebenborn, zgu
2018-05-15 14:35:51 +02:00
Pankaj Bansal
4d00df3200
8196616: ava/awt/GraphicsDevice/DisplayModes/CompareToXrandrTest.java fails
...
Reviewed-by: prr, mhalder
2018-05-15 18:03:31 +05:30
Alan Bateman
d64c38aab2
8203059: (so) Closing a socket channel registered with Selector and with SO_LINGER set to 0 does not reset connection
...
Reviewed-by: chegar
2018-05-15 09:33:02 +01:00
Amy Lu
e155b21fce
8202763: failure_handler: list open files for macOS
...
Reviewed-by: alanb
2018-05-15 14:39:11 +08:00
Jayathirth D V
9130f2314c
8202824: Cleanup discrepancies in ProblemList for java_awt jtreg tests
...
Reviewed-by: serb
2018-05-15 11:34:25 +05:30
Jini George
747f934ca7
8195613: [SA] HotSpotTypeDataBase.readVMLongConstants truncates values to int
...
Avoid truncation to int while reading in long constants from vmStructs. Modify ClhsdbLongConstant.java for truncation testing.
Reviewed-by: dholmes, sspitsyn, cjplummer
2018-05-15 02:47:40 +05:30
Felix Yang
e02ef02e11
8202708: Add a check of opening stream for not-existing UNC url
...
Reviewed-by: rriggs
2018-05-14 11:17:18 -07:00
Phil Race
302000f379
8198991: Move Java2D demo to the open repository
...
Reviewed-by: serb, jeff
2018-05-14 08:58:32 -07:00
Jim Laskey
7906014509
8200377: String::strip, String::stripLeading, String::stripTrailing
...
Reviewed-by: sundar, rriggs
2018-05-14 09:40:48 -03:00
Thomas Schatzl
ec2d9845e0
8201491: G1 support for java.lang.ref.Reference precleaning
...
Implement single-threaded concurrent reference precleaning for G1.
Reviewed-by: sangheki, kbarrett
2018-05-14 11:47:03 +02:00
Phil Race
edae7e15b2
8198412: MonospacedGlyphWidthTest.java may fail on Solaris
...
Reviewed-by: serb
2018-05-11 20:59:21 -07:00
Sergey Bylokhov
684b4f7551
8202878: com/apple/laf/ScreenMenu/ScreenMenuMemoryLeakTest.java fails
...
Reviewed-by: prr
2018-05-11 15:27:51 -07:00
Phil Race
fd8df3adf1
8202811: Problem List some tests that leave windows open on the desktop
...
Reviewed-by: serb
2018-05-11 14:12:55 -07:00
Prem Balakrishnan
c82da05b9d
8196360: java/awt/Dialog/SiblingChildOrder/SiblingChildOrderTest.java fails
...
Reviewed-by: serb, sveerabhadra, jdv
2018-05-11 21:03:07 +05:30
Abdul Kolarkunnu
cbc02cd8d1
8197948: Create test for SwingSet2 main window
...
Reviewed-by: prr
2018-05-09 16:03:49 +05:30
Phil Race
0b2ecd51c9
Merge
2018-05-08 12:13:57 -07:00
Phil Race
de1b60775b
8202767: java/awt/font/GlyphVector/TestLayoutFlags.java is missing null check
...
Reviewed-by: serb
2018-05-08 10:55:09 -07:00
Adam Petcher
f5a247a85f
8171277: Elliptic Curves for Security in Crypto
...
Implementations of X25519 and X448 key agreement in SunEC
Reviewed-by: mullan
2018-05-08 09:47:28 -04:00
Adam Petcher
f15ab37909
8181594: Efficient and constant-time modular arithmetic
...
Field arithmetic library for crypto algorithms like Poly1305 and X25519
Reviewed-by: xuelei
2018-05-08 09:21:51 -04:00
Abdul Kolarkunnu
558401a842
8202718: Jemmy JInternalFrameOperator: Dependency with orders of Minimize, Maximize and Close buttons
...
Reviewed-by: serb
2018-05-08 15:30:08 +05:30
Laurent Bourgès
ef92671424
8202580: Dashed BasicStroke randomly painted incorrectly, may freeze application
...
Fixed Dasher.init() to use the correct part [0; dashLen[
Reviewed-by: prr, serb
2018-05-08 10:13:21 +02:00
Thomas Schatzl
035d0190a3
8202017: Merge Reference Enqueuing phase with phase 3 of Reference processing
...
Do reference enqueuing work directly in phase 3 after every Reference.
Reviewed-by: kbarrett, sangheki
2018-05-08 10:01:29 +02:00
Hannes Wallnöfer
4bbca4651c
8200716: Object propertyIsEnumerable buggy behavior on short integer-string key
...
Reviewed-by: jlaskey, sundar
2018-05-08 09:41:10 +02:00
Rachna Goel
78bd242097
8191410: Unicode 10
...
Upgrade to Unicode 10
Reviewed-by: naoto, rriggs, igerasim
2018-05-08 11:49:42 +05:30
Amy Lu
2dd9adbf24
8202581: failure_handler: gather more environment information on macOS
...
Reviewed-by: psandoz
2018-05-08 12:37:39 +08:00
Chris Yin
7166041796
8202690: jdk/jshell/ToolBasicTest.java failed in testOpenFileOverHttp() and testOpenLocalFileUrl()
...
Reviewed-by: rfield, jlahoda
2018-05-08 09:51:42 +08:00
David Holmes
b62fee0519
8202744: Expired flag removal for JDK 11
...
Reviewed-by: coleenp, jiangli
2018-05-07 21:48:28 -04:00
David Holmes
8eb4c9db2a
8202686: Missing test case for 8200167 - final Object methods
...
Reviewed-by: psandoz
2018-05-07 19:31:39 -04:00
Coleen Phillimore
00223c1ca5
8202606: Deprecate AllowNonVirtualCalls option
...
Reviewed-by: hseigel, dholmes
2018-05-07 18:48:36 -04:00
Goetz Lindenmaier
b72846bc20
8202745: Remove hyphens from "out-of-bounds"
...
Reviewed-by: rriggs, dholmes
2018-05-07 23:07:01 +02:00
Phil Race
6bd0608f21
8176510: java/awt/font/GlyphVector/TestLayoutFlags.java fails with OpenJDK
...
Reviewed-by: serb
2018-05-07 13:36:36 -07:00
Abdul Kolarkunnu
059d828240
8202064: Jemmy JInternalFrameOperator: Add wait for close(), activate(), resize() and move() operations
...
Reviewed-by: serb
2018-05-07 16:51:08 +05:30
Goetz Lindenmaier
ac3043c692
8201593: Print array length in ArrayIndexOutOfBoundsException
...
Reviewed-by: dholmes, mdoerr, smonteith, shade, rriggs
2018-05-07 09:11:21 +02:00
Jini George
b812ae6e51
8174995: SA: clhsdb 'where -a' throws Assertion Failure with illegal code 236 when CDS is used
...
Make SA aware of the new _nofast* (rewritten during CDS dump time) bytecodes.
Reviewed-by: iklam, cjplummer
2018-05-12 17:22:56 +05:30
Mandy Chung
0e1bd1f99d
8202113: Reflection API is causing caller classes to leak
...
Reviewed-by: alanb, plevart
2018-05-11 14:21:46 -07:00
Kevin Rushforth
8af434d695
8202553: Update FXLauncherTest as part of removing JavaFX from JDK
...
Reviewed-by: ksrini, mchung
2018-05-10 13:34:44 -07:00
Christian Tornqvist
62a2880030
8202997: Split test/jdk/:tier1 to enable better parallel execution
...
Reviewed-by: erikj
2018-05-11 14:43:08 -04:00
Vicente Romero
74b151103e
8194998: broken error message for subclass of interface with private method
...
Reviewed-by: mcimadamore
2018-05-11 10:39:04 -07:00
Naoto Sato
58f45b7b35
8202764: api/java_text/SimpleDateFormat/index.html#Format testcases started to fail with JDK11 b12
...
Reviewed-by: sherman
2018-05-11 10:07:10 -07:00
Hamlin Li
5f48fe5cab
8202756: move FilterUSRTest.java to openJDK
...
Reviewed-by: rriggs
2018-05-11 17:50:00 +08:00
Calvin Cheung
78ed5e2c4d
8202289: Non-empty directory in module path is not handled properly at CDS/AppCDS dump time
...
8202519: Crash during large AppCDS dump
Convert the source of a class into canonical form before comparing witha shared path table entry.
Reviewed-by: jiangli, iklam
2018-05-10 16:39:50 -07:00
Leonid Mesnik
f25fbfe1d2
8202748: jtreg :hotspot_misc group shouldn't include vmTestbase tests
...
Reviewed-by: iignatyev, mseledtsov
2018-05-08 15:28:12 -07:00
Claes Redestad
7101b28dc3
8202711: Merge tiered compilation policies
...
Reviewed-by: neliasso, kvn
2018-05-09 09:39:25 +02:00
Weijun Wang
8b1470f8e7
8202816: Update JarSigning.keystore
...
Reviewed-by: xuelei
2018-05-09 09:50:25 +08:00
Vicente Romero
3b13b81625
8202597: javac is not inducing a notional interface if Object appears in an intersection type
...
Reviewed-by: mcimadamore
2018-05-08 17:12:54 -07:00
Claes Redestad
f1f8215dd7
8202810: Remove class-for-name test
...
Reviewed-by: jlaskey, mchung
2018-05-08 23:02:13 +02:00
Jonathan Gibbons
7574941d5f
8199196: Add javadoc support for preview features
...
Reviewed-by: ksrini
2018-05-08 12:16:52 -07:00
Phil Race
37750748e8
8202679: Updates on windows failures in the problem list
...
Reviewed-by: serb
2018-05-05 12:17:43 -07:00
Phil Race
69c55eb2de
Merge
2018-05-04 09:46:08 -07:00
Lois Foltan
2464e2b11e
8189916: Dynamic Constant support for Sparc
...
Change to the template interpreter to support dynamic constant on Sparc.
Reviewed-by: coleenp, psandoz
2018-05-04 12:14:09 -04:00
Phil Race
d8cfaff123
Merge
2018-05-04 08:50:01 -07:00
Leo Korinth
97571a7c4e
8176717: GC log file handle leaked to child processes
...
Reviewed-by: stuefe, rehn
2018-05-03 15:17:27 +02:00
Stefan Karlsson
1cb95bd3d1
8200729: Conditional compilation of GCs
...
Reviewed-by: ehelin, coleenp, kvn, ihse
2018-05-04 11:41:35 +02:00
Andrey Nazarov
3da4f2c482
8197388: Added not existing bug id in jdk/ProblemList.txt
...
Reviewed-by: serb
2018-05-02 22:11:35 -07:00
Phil Race
72f700abd0
8196572: Tests ColConvCCMTest.java and MTColConvTest.java fail
...
Reviewed-by: serb
2018-05-02 14:55:19 -07:00
Phil Race
1f62f34da0
8154463: New failure of closed/java/awt/font/Outline/OutlineInvarianceTest.java
...
Reviewed-by: serb
2018-05-02 13:23:34 -07:00
Phil Race
de8051e063
Merge
2018-05-02 09:16:10 -07:00