Jean Christophe Beyler
3de7598a3f
8210035: Fix copyrights for files created for the HeapMonitor work
...
Added the Oracle copyright to newly created files
Reviewed-by: sspitsyn, cjplummer
2018-08-28 21:25:37 -07:00
Ioi Lam
6c65a9f193
8210040: TestOptionsWithRanges.java is very slow
...
Added -Xmx1024m -XX:-ZapUnusedHeapArea; split into 10 smaller tests
Reviewed-by: kvn, coleenp
2018-08-28 16:01:12 -07:00
Calvin Cheung
f7bbf4f43c
8209743: [TESTBUG] java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails with OutOfMemoryError running in CDS mode
...
Increase the MaxMetaspaceSize from 16m to 32m
Reviewed-by: jiangli, iklam, mchung
2018-08-28 16:18:58 -07:00
Coleen Phillimore
3559b6be76
8209958: Clean up duplicate basic array type statics in Universe
...
Reviewed-by: lfoltan, zgu
2018-08-28 18:17:01 -04:00
Coleen Phillimore
cea6e54978
8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java
...
Reviewed-by: kbarrett, jiangli
2018-08-28 18:03:33 -04:00
Igor Ignatyev
8c47dc4a94
8209611: use C++ compiler for hotspot tests
...
Reviewed-by: vlivanov, ihse, erikj, jcbeyler
2018-08-28 14:37:34 -07:00
Igor Ignatyev
86c476b5e5
8210108: sun/tools/jstatd test build failures after JDK-8210022
...
Reviewed-by: cjplummer, jcbeyler, mikael
2018-08-28 14:33:18 -07:00
Gary Adams
fc61b1abfb
8019927: [TESTBUG] nsk/jvmti/GetThreadInfo/thrinfo001 intermittently fails with 'invalid thread group' when running with JFR
...
Reviewed-by: amenkov, cjplummer, sspitsyn
2018-08-28 07:30:36 -04:00
Jiangli Zhou
1ddabdf0dc
8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI
...
Use TestCommon.execOff().
Reviewed-by: ccheung
2018-08-28 14:45:34 -04:00
Jean Christophe Beyler
49b859b9d3
8201224: Make string buffer size dynamic in mlvmJvmtiUtils.c
...
Calculate the string size for the buffer first
Reviewed-by: amenkov, sspitsyn, iklam
2018-08-22 09:33:18 -07:00
Goetz Lindenmaier
51f697962c
8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on
...
Reviewed-by: mdoerr, ghaug
2018-08-28 17:03:16 +02:00
Igor Ignatyev
370abe471f
8210022: remove jdk.testlibrary.ProcessThread, TestThread and XRun
...
Reviewed-by: sspitsyn, jcbeyler
2018-08-27 21:50:52 -07:00
Igor Ignatyev
56ee0fccb3
8186548: move jdk.testlibrary.JcmdBase closer to tests
...
Reviewed-by: cjplummer, amenkov
2018-08-27 17:01:15 -07:00
Alex Menkov
1e6c19b381
8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout
...
Reviewed-by: sspitsyn, cjplummer
2018-08-27 16:45:18 -07:00
Abdul Kolarkunnu
d739f1d6de
8209494: Create a test for SwingSet InternalFrameDemo
...
Reviewed-by: serb
2018-08-27 03:48:41 -07:00
Leonid Mesnik
f71d1cb124
8209920: runtime/logging/RedefineClasses.java fail with OOME with ZGC
...
Reviewed-by: pliden
2018-08-27 12:45:31 -07:00
Bradford Wetmore
5b511a4a78
8207317: SSLEngine negotiation fail exception behavior changed from fail-fast to fail-lazy
...
Reviewed-by: xuelei
2018-08-21 11:30:48 -07:00
Ge Guo
538ba1fb5c
8207838: AArch64: Float registers incorrectly restored in JNI call
...
Fix the order in which float registers are restored in restore_args for aarch64
Reviewed-by: aph
2018-08-21 13:44:59 +01:00
Volker Simonis
ea4f2f60d5
8209637: [s390x] Interpreter doesn't call result handler after native calls
...
Reviewed-by: goetz, lucy
2018-08-21 09:25:06 +02:00
Roland Westrelin
423c207dc7
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
...
Reviewed-by: neliasso, kvn
2018-08-17 17:13:12 +02:00
Dmitry Markov
299f32d852
8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
...
Reviewed-by: serb, aivanov
2018-08-16 19:20:20 +01:00
Michael McMahon
42de356cbd
8207966: HttpClient response without content-length does not return body
...
Reviewed-by: chegar
2018-08-16 10:22:48 +01:00
Prasanta Sadhukhan
bb9fed1008
8202702: Clearing selection on JTable causes disappearance of a row
...
Reviewed-by: serb
2018-08-16 11:15:22 +05:30
John Jiang
eae535f70e
8209537: Two security tests failed after JDK-8164639 due to dependency was missed
...
Skip sun/security/tools/keytool/autotest.sh on macosx and add /test/lib to sun/security/ec/TestEC.java
Reviewed-by: rhalade
2018-08-16 02:00:31 +08:00
John Jiang
c70c37db8a
8164639: Configure PKCS11 tests to use user-supplied NSS libraries
...
Provide system property "test.nss.lib.paths" for specifying a set of absolute paths to the custom NSS lib directories
Reviewed-by: weijun, rhalade
2018-08-15 18:41:18 +08:00
Xue-Lei Andrew Fan
66e8f27bd8
8207009: TLS 1.3 half-close and synchronization issues
...
Reviewed-by: jnimeh, mullan, wetmore
2018-08-14 16:47:56 -07:00
Rajan Halade
a83af4505e
8209506: Add Google Trust Services GlobalSign root certificates
...
Reviewed-by: mullan
2018-08-14 14:46:13 -07:00
Krishna Addepalli
791c31358f
8208640: [a11y] [macos] Unable to navigate between Radiobuttons in Radio group using keyboard
...
Reviewed-by: prr, serb, psadhukhan, ssadetsky
2018-08-14 12:50:39 -07:00
Phil Race
7000581e0b
Merge
2018-08-14 12:11:28 -07:00
Alex Menkov
5b6a90e007
8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
...
Reviewed-by: sspitsyn, jcbeyler
2018-08-14 11:56:32 -07:00
Rajan Halade
bfb0a2ea3f
8209452: VerifyCACerts.java failed with "At least one cacert test failed"
...
Allow test to pass even if cert in EXPIRY_EXC_ENTRIES expires
Reviewed-by: mullan
2018-08-14 10:08:21 -07:00
Rajan Halade
732e3f5416
8209452: VerifyCACerts.java failed with "At least one cacert test failed"
...
Allow test to pass even if cert in EXPIRY_EXC_ENTRIES expires
Reviewed-by: mullan
2018-08-14 09:38:29 -07:00
Rachna Goel
afa5d318d3
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale
...
Generated display names for missing timezones at run time.
Reviewed-by: naoto
2018-08-14 11:55:21 +05:30
Abdul Kolarkunnu
c283eb190e
8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
...
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Reviewed-by: serb
2018-08-13 21:57:17 -07:00
Igor Ignatyev
d5142e7240
8205687: TimeoutHandler generates huge core files
...
Use kill instead of gcore to generate core file
Reviewed-by: dholmes
2018-08-13 13:44:45 -07:00
Jean Christophe Beyler
5fc4ca5c45
8061467: Add UseLargePages to TestNUMAPageSize
...
Add flag to test for all architectures to be tested
Reviewed-by: phh, pliden, tschatzl
2018-08-13 09:19:21 -07:00
Felix Yang
b5f939c5db
8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException
...
Reviewed-by: mchung
2018-08-14 10:42:00 +08:00
Vladimir Kozlov
4729c903c6
8207153: Some intrinsic tests take long time to run
...
Reviewed-by: thartmann, mikael
2018-08-13 13:24:55 -07:00
Claes Redestad
5c3008fbc4
8209120: Archive the Integer.IntegerCache
...
Reviewed-by: jiangli, alanb, plevart, iklam, mchung
2018-08-13 19:21:43 +02:00
Alex Menkov
cbac17e494
8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3
...
Reviewed-by: jcbeyler, cjplummer, sspitsyn
2018-09-05 10:39:16 -07:00
Ekaterina Pavlova
582c0dafb8
8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp
...
Reviewed-by: kvn
2018-08-13 04:02:51 -07:00
Thomas Schatzl
044b502383
8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently
...
Exclude maximum range value from testing.
Reviewed-by: sangheki, kbarrett
2018-08-13 12:24:25 +02:00
Coleen Phillimore
5a80204c23
8209384: ProblemList stressHierarchy metaspace tests
...
These try to trigger GC by filling metaspace which seems to be not working.
Reviewed-by: jiangli
2018-08-10 22:38:18 -04:00
Brent Christian
51d0a9e122
8205399: Set node color on pinned HashMap.TreeNode deletion
...
Reviewed-by: martin
2018-08-10 12:05:53 -07:00
Prasanta Sadhukhan
f803931f2c
8209343: Test javax/swing/border/TestTitledBorderLeak.java should be marked as headful
...
Reviewed-by: jdv
2018-08-10 12:36:21 +05:30
Chris Yin
4e2b462116
8208483: Add 5 JNDI tests to com/sun/jndi/dns/FactoryTests/
...
Reviewed-by: vtewari, rriggs
2018-08-10 13:07:21 +08:00
Jiangli Zhou
a5d14313f5
8207263: Store the Configuration for system modules into CDS archive
...
Archive boot layer Configuration.
Reviewed-by: redestad, iklam, ccheung
2018-08-10 00:35:57 -04:00
Calvin Cheung
5858a507f4
8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests
...
Only include the CDS logging option in the tests which require it
Reviewed-by: mseledtsov, jiangli, iklam
2018-08-09 15:52:23 -07:00
Ekaterina Pavlova
b037ff24a8
8205078: [Graal] org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with "Expected exception: VerificationError"
...
Reviewed-by: kvn, dnsimon
2018-08-09 11:39:18 -07:00
Ekaterina Pavlova
ca477652c2
8194949: [Graal] gc/TestNUMAPageSize.java fail with OOM in -Xcomp
...
Reviewed-by: kvn, tschatzl
2018-08-09 11:33:47 -07:00
Manajit Halder
7a9b62f2d4
8208125: Cannot input text into JOptionPane Text Input Dialog
...
Reviewed-by: prr, psadhukhan
2018-08-09 22:47:18 +05:30
Mikael Vidstedt
83a51d869e
Merge
2018-08-09 10:08:07 -07:00
Chris Hegarty
166030817f
8208391: Differentiate response and connect timeouts in HTTP Client API
...
Reviewed-by: michaelm
2018-08-09 11:23:12 +01:00
Prasanta Sadhukhan
a70162e775
8204963: javax.swing.border.TitledBorder has a memory leak
...
Reviewed-by: serb, kaddepalli
2018-08-09 11:01:59 +05:30
Daniel D. Daugherty
1543db08da
8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout
...
Reviewed-by: coleenp
2018-08-08 15:11:11 -04:00
Yang Zhang
286115581e
8209011: [TESTBUG] AArch64: sun/security/pkcs11/Secmod/TestNssDbSqlite.java fails in aarch64 platforms
...
Add the path of libnss3.so for aarch64 platform.
Reviewed-by: weijun
2018-08-08 13:45:41 +08:00
Staffan Larsen
b806cb371e
8031761: [TESTBUG] Add a regression test for JDK-8026328
...
Reviewed-by: kvn, iignatyev
2018-08-07 13:51:30 -07:00
Sean Mullan
ac3d4a6722
8208691: Tighten up jdk.includeInExceptions security property
...
Add stronger warning on usage and add test to check that property is not set
Reviewed-by: alanb, rriggs
2018-08-07 10:29:01 -04:00
David Buck
0919d6d626
8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
...
Enforce lower bound on number of loop iterations used to trigger OSR
Reviewed-by: kvn, iignatyev
2018-08-06 22:30:37 -04:00
Daniel D. Daugherty
03c595997c
8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
...
Reviewed-by: dholmes, sspitsyn
2018-08-06 20:44:14 -04:00
Sibabrata Sahoo
e64ad29e8a
8208496: New Test to verify concurrent behavior of TLS
...
Verify TLS behavior with multiple threads accessing concurrently.
Reviewed-by: xuelei
2018-08-06 00:46:40 -07:00
Tobias Hartmann
6dac70d919
8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
...
Bail out from recursive computation if the block was already processed.
Reviewed-by: kvn, iveresov
2018-08-06 09:09:57 +02:00
Igor Ignatyev
b863c0efab
8199081: [Testbug] compiler/linkage/LinkageErrors.java fails if run twice
...
Reviewed-by: kvn, vlivanov
2018-08-03 15:39:28 -07:00
Phil Race
ec68569fed
Merge
2018-08-03 12:52:58 -07:00
Phil Race
32ec91ca9b
Merge
2018-08-03 09:42:57 -07:00
Daniel D. Daugherty
2ce4abbcc8
8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
...
Reviewed-by: dholmes
2018-08-02 22:14:54 -04:00
Igor Ignatyev
b3e18b4a1b
8208701: Fix for JDK-8208655 causes test failures in CI tier1
...
Reviewed-by: dholmes, dcubed
2018-08-02 16:16:02 -07:00
Igor Ignatyev
940ac1cddc
8208699: remove unneeded imports from runtime tests
...
Reviewed-by: iklam
2018-08-02 16:15:48 -07:00
Igor Ignatyev
17891770c1
8208655: use JTreg skipped status in hotspot tests
...
Reviewed-by: kvn, hseigel, iklam
2018-08-02 14:40:55 -07:00
Prasanta Sadhukhan
5403b9e228
8203904: javax/swing/JSplitPane/4816114/bug4816114.java: The divider location is wrong
...
Reviewed-by: serb, kaddepalli
2018-08-01 11:02:19 +05:30
Phil Race
b6532bdf48
8204931: Colors with alpha are painted incorrectly on Linux
...
Reviewed-by: jdv, psadhukhan
2018-07-31 14:04:29 -07:00
Jean Christophe Beyler
3d94ce71b5
8208249: TriggerUnloadingByFillingMetaspace generates garbage class names
...
Put a ThreadLocal around the object to be thread safe
Reviewed-by: tschatzl, iignatyev
2018-07-31 10:16:56 -07:00
Jean Christophe Beyler
fc9941ae72
8169004: Fix redundant @requires tags in tests
...
Reviewed-by: tschatzl, iignatyev
2018-07-31 12:24:47 -07:00
Jean Christophe Beyler
ec76c2046c
8069343: Improve gc/g1/TestHumongousCodeCacheRoots.java to use jtreg @requires
...
Remove client test entirely and clean up test
Reviewed-by: tschatzl, iignatyev
2018-08-01 09:23:24 -07:00
Jean Christophe Beyler
b184fceaa0
8208246: flags duplications in vmTestbase_vm_g1classunloading tests
...
Remove duplicate flags for the classunloading tests
Reviewed-by: tschatzl, iignatyev
2018-07-31 10:20:10 -07:00
Igor Ignatyev
d2dd5c4473
8208647: switch jtreg to 4.2b13
...
Reviewed-by: kvn, dholmes, ihse
2018-08-01 23:06:33 -07:00
Mikhailo Seledtsov
8a5467b9c2
8185531: [TESTBUG] Improve test configuration for shared strings
...
Added extra test configurations to the tests
Reviewed-by: iklam, gziemski
2018-08-01 19:07:27 -07:00
Igor Ignatyev
65091f8c6d
8174691: [TESTBUG] A number of native hotspot unit tests fail when executed in stand-alone mode
...
Reviewed-by: kvn, tschatzl
2018-08-01 10:04:08 -07:00
Naoto Sato
4ab515f85c
8208080: Locale extensions via Service provider is not working for region extensions
...
Reviewed-by: rriggs, nishjain
2018-08-01 09:33:56 -07:00
Weijun Wang
b9bfd45c73
8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer
...
Reviewed-by: xuelei
2018-08-01 13:35:08 +08:00
Daniel D. Daugherty
e7114f64f3
8208605: Fix for 8199868 breaks tier1 build
...
Move variable declarations to make studio compiler happy.
Reviewed-by: kbarrett
2018-07-31 17:07:43 -04:00
Coleen Phillimore
16f9e07ba1
8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException
...
Fixed refactoring caused by JDK-8203820
Reviewed-by: dholmes, sspitsyn, cjplummer
2018-07-31 15:57:52 -04:00
Zhengyu Gu
b71f3e7104
8199868: Support JNI critical functions in object pinning API
...
Pin/unpin incoming array arguments of critical native JNI call
Reviewed-by: shade, adinn
2018-07-31 13:12:06 -04:00
Ekaterina Pavlova
e4521331a8
8208347: ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
...
Reviewed-by: kvn
2018-07-31 09:48:25 -07:00
Zhengyu Gu
c9d506055c
8208499: NMT: Missing memory tag for Safepoint polling page
...
Added missing memory tag and cleanup memory type enum
Reviewed-by: shade, coleenp
2018-07-31 07:35:16 -04:00
Daniel D. Daugherty
30d46ba27b
8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
...
Reviewed-by: cjplummer
2018-07-30 14:22:36 -04:00
Michal Vala
d86f3a8cb2
8208084: Windows build failure - "'snprintf': identifier not found"
...
Reviewed-by: kbarrett, coleenp
2018-07-30 14:08:30 -04:00
Daniel D. Daugherty
10592b0d36
8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
...
Reviewed-by: cjplummer
2018-07-30 14:22:36 -04:00
Priya Lakshmi Muthuswamy
38f91617c5
8203791: Remove "compatibility" features from Table.java
...
Reviewed-by: jjg
2018-07-30 11:52:05 +05:30
Chris Yin
73477220be
8208363: test/jdk/java/lang/Package/PackageFromManifest.java missing module dependencies declaration
...
Reviewed-by: lancea, mchung
2018-07-30 09:06:14 +08:00
Patricio Chilano Mateo
2d1029c256
8171157: Convert ObjectMonitor_test to GTest
...
Migration of the ObjectMonitor test to GTest. Two GTests were actually created, one for ObjectMonitor and one for ObjectSynchronizer.
Reviewed-by: dcubed, hseigel
2018-07-27 16:29:36 -04:00
Igor Ignatyev
cb25641e4c
8208370: fix typo in ReservedStack tests' @requires
...
Reviewed-by: kvn
2018-07-27 00:00:28 -07:00
Igor Ignatyev
5c2439b0f6
8208358: update bug ids mentioned in tests
...
Reviewed-by: kvn
2018-07-26 23:59:46 -07:00
Daniil Titov
31cf8b1c65
8207364: nsk/jvmti/ResourceExhausted/resexhausted003 fails to start
...
Reviewed-by: sspitsyn, cjplummer
2018-07-26 16:22:58 -07:00
Harold Seigel
5a3decc9f1
8207944: java.lang.ClassFormatError: Extra bytes at the end of class file test" possibly violation of JVMS 4.7.1
...
Add code to skip over unknown attributes when class file version >= 11.
Reviewed-by: lfoltan
2018-07-26 15:56:37 -04:00
Jean Christophe Beyler
a98f40467a
8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
...
Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
2018-07-26 11:53:59 -07:00
Jean Christophe Beyler
5b9175eae8
8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
...
Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
2018-07-26 11:53:59 -07:00
Ekaterina Pavlova
5bafe6f9a0
8195156: [Graal] serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java fails with Graal in Xcomp mode
...
Reviewed-by: kvn, sspitsyn
2018-07-26 10:23:33 -07:00
Daniel D. Daugherty
b62d703d9a
8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
...
Reviewed-by: hseigel, kvn
2018-07-26 13:08:42 -04:00
Daniel D. Daugherty
6958cd7967
8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
...
Reviewed-by: hseigel, kvn
2018-07-26 13:08:42 -04:00
Phil Race
1387c87093
Merge
2018-07-26 10:00:40 -07:00
Jonathan Gibbons
f0e9643542
8208227: tools/jdeps/DotFileTest.java fails on Win-X64
...
Reviewed-by: darcy
2018-07-25 17:26:35 -07:00
Daniel D. Daugherty
691c332a70
8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
...
Reviewed-by: sspitsyn
2018-07-25 17:22:25 -04:00
Daniel D. Daugherty
86629a36f0
8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
...
Reviewed-by: cjplummer
2018-07-25 15:38:37 -04:00
Jean Christophe Beyler
12bf1a20d0
8207765: HeapMonitorTest.java intermittent failure
...
Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
2018-07-25 10:51:16 -07:00
Joe Darcy
ac5685e827
8190886: package-info handling in RoundEnvironment.getElementsAnnotatedWith
...
Reviewed-by: vromero, jlahoda
2018-07-25 12:32:59 -07:00
Daniel D. Daugherty
6602e30cec
8208189: ProblemList compiler/graalunit/JttThreadsTest.java
...
Reviewed-by: darcy
2018-07-25 12:32:06 -04:00
Chris Yin
30f22170ef
8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
...
Reviewed-by: vtewari, rriggs
2018-07-25 11:03:07 +08:00
Alexandre Iline
ffc4cbe5da
8208157: requires.VMProps throws NPE for missing properties in "release" file
...
Reviewed-by: iignatyev, lancea
2018-07-24 08:58:32 -07:00
Jonathan Gibbons
955ce37d60
8207214: Broken links in JDK API serialized-form page
...
Reviewed-by: hannesw
2018-07-24 11:37:43 -07:00
Matthias Baesken
1dcf1dda27
8207941: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails on machines without Arial font [testbug]
...
Reviewed-by: goetz, psadhukhan
2018-07-24 09:27:42 +02:00
Severin Gehwolf
1ab91ea928
8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
...
Be sure to use the same register index in native and Java code.
Reviewed-by: sballal, cjplummer, tbell
2018-07-23 18:08:46 +02:00
Volker Simonis
3b002460a1
8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior
...
Reviewed-by: sspitsyn, cjplummer
2018-07-23 15:17:14 +02:00
Rachna Goel
50a3c19ffc
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale
...
Generated display names for missing timezones at run time.
Reviewed-by: naoto
2018-07-26 14:15:24 +05:30
John Jiang
126394f271
8206258: [Test Error] sun/security/pkcs11 tests fail if NSS libs not found
...
Improve the logics on skipping test
Reviewed-by: valeriep
2018-07-26 08:46:27 +08:00
Daniel D. Daugherty
398db3a0c7
8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
...
Reviewed-by: sspitsyn
2018-07-25 17:22:25 -04:00
Chris Plummer
3ec12f2dc1
8151259: [TESTBUG] nsk/jvmti/RedefineClasses/redefclass030 fails with "unexpected values of outer fields of the class" when running with -Xcomp
...
Do a better job of handling compilations before execution
Reviewed-by: sspitsyn, amenkov
2018-07-25 13:15:36 -07:00
Daniel D. Daugherty
8c4ac06e1c
8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
...
Reviewed-by: cjplummer
2018-07-25 15:38:37 -04:00
Jean Christophe Beyler
37bbbcff6d
8207765: HeapMonitorTest.java intermittent failure
...
Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
2018-07-25 10:51:16 -07:00
Daniel D. Daugherty
021a771791
8208189: ProblemList compiler/graalunit/JttThreadsTest.java
...
Reviewed-by: darcy
2018-07-25 12:32:06 -04:00
Chris Hegarty
1b1355c222
8207846: Generalize the jdk.net.includeInExceptions security property
...
Reviewed-by: alanb, michaelm, rriggs, mullan
2018-07-25 10:08:39 +01:00
Rajan Halade
eec8b3b9a8
8203230: update VerifyCACerts test
...
Reviewed-by: mullan
2018-07-24 12:12:16 -07:00
Chris Plummer
23a2b24b0b
8208075: Quarantine vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
...
Add test to ProblemsList.txt
Reviewed-by: sspitsyn
2018-07-24 10:35:25 -07:00
Chris Hegarty
577cdf1f49
8207960: Non-negative WINDOW_UPDATE increments may leave the stream window size negative
...
Reviewed-by: michaelm
2018-07-24 10:07:26 +01:00
Chris Hegarty
e605cae39f
8207959: The initial value of SETTINGS_MAX_CONCURRENT_STREAMS should have no limit
...
Reviewed-by: michaelm
2018-07-23 11:47:03 +01:00
Hamlin Li
23084b76fa
8208111: Problem list java/nio/channels/Selector/RacyDeregister.java
...
Reviewed-by: alanb
2018-07-24 13:55:57 +08:00
Daniel D. Daugherty
c1ec12c2ff
8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
...
Reviewed-by: sspitsyn
2018-07-23 14:41:06 -04:00
Srinivas Dama
eac16b2705
8206445: JImageListTest.java failed in Windows
...
Added System.gc() call to address unmapped jimage files
Reviewed-by: alanb
2018-07-23 19:58:43 +05:30
Felix Yang
16dcca2c40
8207952: Problem-list 3 sctp tests
...
Reviewed-by: chegar
2018-07-23 10:02:10 +08:00
Coleen Phillimore
a95225aabc
8203820: [TESTBUG] vmTestbase/metaspace/staticReferences/StaticReferences.java timed out
...
Moved InMemoryJavaCompiler out of loops or reduced loops with InMemoryJavaCompiler
Reviewed-by: vromero, jiangli
2018-07-20 18:03:23 -04:00
Stuart Marks
61ea10862e
8206865: RMI activation tests fail with InvalidClassException
...
Reviewed-by: darcy, alanb, mchung
2018-07-20 14:34:51 -07:00
Ekaterina Pavlova
daa3f2ce32
8206241: compiler/graalunit/PhasesCommonTest.java fails with java.lang.Error: TESTBUG: no tests found for prefix org.graalvm.compiler.phases.common.test
...
Reviewed-by: kvn
2018-07-20 11:39:52 -07:00
Igor Ignatyev
d38a0c13fd
8207915: [AOT] jaotc w/ '--ignore-errors' should ignore illegal class files
...
Reviewed-by: kvn
2018-07-20 11:39:37 -07:00
Goetz Lindenmaier
c798b68ee1
8207830: [aix] disable jfr in build and tests
...
Reviewed-by: kvn, erikj
2018-07-20 09:46:57 +02:00
Goetz Lindenmaier
9dcc8b4a96
8207766: [testbug] Adapt tests for Aix
...
Reviewed-by: clanger, mbaesken
2018-07-20 09:33:49 +02:00
Hamlin Li
17f7056d82
8207833: java/nio/channels/Selector/SelectWithConsumer.java testCancel() fails intermittently
...
Reviewed-by: alanb
2018-07-20 15:24:42 +08:00
Jean Christophe Beyler
4823354a6a
8207765: HeapMonitorStatIntervalTest.java fails with ZGC
...
Add a calculation of array sizes before test to satisfy ZGC support
Reviewed-by: amenkov, sspitsyn
2018-07-19 18:21:24 -07:00
Hamlin Li
cf4bbcecb0
8207244: java/nio/channels/Selector/SelectWithConsumer.java testInterruptDuringSelect() fails intermittently
...
Reviewed-by: alanb
2018-07-20 08:40:14 +08:00
Phil Race
f921743302
Merge
2018-07-19 10:53:38 -07:00
Phil Race
28e828130d
Merge
2018-07-19 10:17:22 -07:00
Bob Vandette
6fc4db4799
8206456: [TESTBUG] docker jtreg tests fail on systems without cpuset.effective_cpus / cpuset.effective_mem
...
Reviewed-by: mbaesken, mchung
2018-07-19 12:57:12 -04:00
Vladimir Kozlov
2f4efb7871
8207262: enable applications/ctw/modules/java_desktop_2.java test again
...
Reviewed-by: iignatyev
2018-07-23 18:29:35 -07:00
Daniel D. Daugherty
f52c4365ca
8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
...
Reviewed-by: sspitsyn
2018-07-23 14:41:06 -04:00
Vicente Romero
8e61321b6c
8205493: OptionSmokeTest.java uses hard-coded release values
...
Reviewed-by: darcy
2018-07-20 14:48:41 -07:00
Coleen Phillimore
39dd04b953
8207359: Make SymbolTable increment_refcount disallow zero
...
Use cmpxchg for non permanent symbol refcounting, and pack refcount and length into an int.
Reviewed-by: gziemski, kbarrett, iklam
2018-07-20 14:52:11 -04:00
Hamlin Li
069fa394d0
8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed
...
Reviewed-by: alanb, simonis
2018-07-19 16:22:19 +08:00
Serguei Spitsyn
bfa23646ee
8207819: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java
...
Problem list the test
Reviewed-by: cjplummer
2018-07-18 20:54:12 -07:00
Amy Lu
e09b97b5cb
8207818: Problem list several rmi tests
...
Reviewed-by: darcy
2018-07-19 10:30:24 +08:00
Rajan Halade
ba7bab5fc9
8203230: update VerifyCACerts test
...
Reviewed-by: mullan
2018-07-18 09:50:04 -07:00
Joe Darcy
fafd1b7536
8193462: Fix Filer handling of package-info initial elements
...
Reviewed-by: vromero
2018-07-18 00:23:06 -07:00
Joe Darcy
19c364592c
8193214: Incorrect annotations.without.processors warnings with JDK 9
...
Reviewed-by: vromero
2018-07-18 00:16:37 -07:00
Jean Christophe Beyler
a6ff367b24
8207765: HeapMonitorStatIntervalTest.java fails with ZGC
...
Add a calculation of array sizes before test to satisfy ZGC support
Reviewed-by: amenkov, sspitsyn
2018-07-19 18:21:24 -07:00
Christian Tornqvist
4805473049
8207855: Make applications/jcstress invoke tests in batches
...
Reviewed-by: kvn, iignatyev
2018-07-20 09:15:54 -04:00
Daniil Titov
301f3c3bb5
8204695: [Graal] vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java fails
...
Reviewed-by: sspitsyn, cjplummer
2018-07-19 16:53:33 -07:00
Vicente Romero
898e0f8607
8206874: Evaluate LoadClassFromJava6CreatedJarTest.java after dropping -source 6
...
Reviewed-by: darcy
2018-07-19 15:13:10 -07:00
Martin Buchholz
796a53f6e5
8206863: A closed JarVerifier.VerifierStream should throw IOException
...
Co-authored-by: Tobias Thierer <tobiast@google.com>
Reviewed-by: rasbold
2018-07-17 17:36:27 -07:00
Roger Riggs
e1ee13c514
8205610: [TESTLIB] Improve listing of open file descriptors
...
Reviewed-by: lancea
2018-07-17 17:14:03 -04:00
Kim Barrett
9a9c824ece
8202353: os::readdir should use readdir instead of readdir_r
...
8202835: jfr/event/os/TestSystemProcess.java fails on missing events
Os::readdir uses POSIX readdir, drop buffer arg, fix JFR uses.
Reviewed-by: coleenp, tschatzl, bsrbnd
2018-07-17 15:59:47 -04:00
Calvin Cheung
0140ddadab
8204591: Expire/remove the UseAppCDS option in JDK 12
...
Reviewed-by: jiangli, mseledtsov, iklam
2018-07-17 11:58:53 -07:00
Jan Lahoda
66025558bb
8207229: Trees.getScope crashes for broken lambda
...
8207230: Trees.getScope runs Analyzers
Reviewed-by: vromero
2018-07-17 14:28:56 +02:00
Joe Darcy
a376d5dab4
8207248: Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests
...
Reviewed-by: vromero
2018-07-16 21:53:49 -07:00
Lois Foltan
cc58241bec
8205611: Improve the wording of LinkageErrors to include module and class loader information
...
Clean up the wording of loader constraint violations to include the module and class loader information.
Reviewed-by: coleenp, goetz, hseigel
2018-07-16 11:34:17 -04:00
Phil Race
a6bd52da93
Merge
2018-07-12 11:09:23 -07:00
Jan Lahoda
fe80e55647
8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance
...
Caching the results of Elements.getTypeElement/getPackageElement
Reviewed-by: darcy
2018-07-16 12:35:25 +02:00
Jesper Wilhelmsson
4fc510cc89
Merge
2018-07-14 02:14:54 +02:00
Aleksei Voitylov
2d0aee2275
8207065: Cleanup compiler tests for Client VM
...
Reviewed-by: kvn, iignatyev
2018-07-13 11:13:34 -07:00
Rajan Halade
9335adaf4a
8199779: Add T-Systems, GlobalSign and Starfield services root certificates
...
Reviewed-by: mullan
2018-07-13 09:48:52 -07:00
Daniil Titov
8afac1c9da
8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
...
Reviewed-by: sspitsyn, amenkov
2018-07-12 22:53:35 -07:00
Adam Petcher
b2f4d61fb9
8206915: XDH TCK issues
...
Fixing a couple of conformance issues in XDH
Reviewed-by: mullan
2018-07-13 10:42:30 -04:00
Roland Westrelin
6dc1ccac6b
8200282: Serializing non-zero byte as zero to ByteBuffer
...
Arraycopy converted as a series of loads/stores uses wrong slice for loads
Reviewed-by: kvn, thartmann
2018-07-13 15:44:54 +02:00
Volker Simonis
0b9f5c8862
8206998: [test] runtime/ElfDecoder/TestElfDirectRead.java requires longer timeout on ppc64
...
Reviewed-by: zgu, dholmes
2018-07-13 11:07:43 +02:00
Mikael Vidstedt
0103ed733d
8207210: Problem list javax/sound/sampled/Clip/AutoCloseTimeCheck.java
...
Reviewed-by: prr
2018-07-12 15:02:41 -07:00
John Jiang
5074bbb767
8206443: Update security libs manual test to cope with removal of javac -source/-target 6
...
Change compile -source/-target from 1.6 to 1.7
Reviewed-by: xuelei
2018-07-14 07:31:26 +08:00
Erik Joelsson
9d7fc64c38
8207243: Fix translation filtering to also support zh_HK and zh_TW
...
Reviewed-by: tbell
2018-07-19 14:25:42 -07:00
Joe Darcy
e18f343141
8207055: Make javac -help output for -source and -target more informative
...
Reviewed-by: jjg
2018-07-11 16:12:18 -07:00
Jesper Wilhelmsson
dafb3af62d
Merge
2018-07-11 21:41:43 +02:00
Coleen Phillimore
fb3b911fbe
8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
...
Convert PrintSafepointStatistics to UL
Reviewed-by: shade, lfoltan
2018-07-11 14:44:05 -04:00
Andrew Wong
8da558cd3a
8205967: Remove sun/security/krb5/auto/UnboundSSL.java from ProblemList.txt
...
Reviewed-by: xuelei, rhalade
2018-07-11 11:17:09 -07:00
Volker Simonis
24feae77a7
8207067: [test] prevent timeouts in serviceability/tmtools/jstat/{GcTest02,GcCauseTest02}.java
...
Reviewed-by: dholmes, goetz
2018-07-11 19:23:27 +02:00
Felix Yang
f508eb1370
8202481: RegisterDuringSelect.java fails with java.util.concurrent.ExecutionException: java.nio.channels.ClosedSelectorException
...
8207023: Add trace info to java/nio/channels/Selector/RegisterDuringSelect.java
Reviewed-by: alanb
2018-07-13 11:21:55 +08:00
Mikael Vidstedt
47819594ed
8207217: Problem list java/lang/management/ThreadMXBean/AllThreadIds.java
...
Reviewed-by: dholmes
2018-07-12 17:32:37 -07:00
Mikael Vidstedt
cc004b437e
8207210: Problem list javax/sound/sampled/Clip/AutoCloseTimeCheck.java
...
Reviewed-by: prr
2018-07-12 15:02:41 -07:00
Jean Christophe Beyler
1292187b28
8206960: HeapMonitor tests fail with Graal
...
Remove checking lines and disable VMEventsTest when using Graal
Reviewed-by: amenkov, sspitsyn
2018-07-12 12:00:52 -07:00
Vladimir Kozlov
dbb21a2a92
8206953: compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
...
Restore original behavior when C2 is used
Reviewed-by: thartmann, mdoerr, dnsimon, gdub
2018-07-12 11:57:06 -07:00
Naoto Sato
0df02a4cb8
8207152: Placeholder for Japanese new era should be two characters
...
Reviewed-by: rriggs
2018-07-12 11:24:10 -07:00
Paul Sandoz
d808684592
8207027: Lookup.accessClass fails for an array type in the same package when assertions are enabled
...
Reviewed-by: redestad, mchung
2018-07-11 15:35:47 -07:00
Goetz Lindenmaier
8a9b0134a8
8206977: Minor improvements of runtime code
...
Reviewed-by: coleenp, lfoltan
2018-07-11 16:11:10 +02:00
Krishna Addepalli
03d9e25265
8206238: Aspect ratio is not maintained when Image is scaled in JEditorPane
...
Reviewed-by: prr, sveerabhadra
2018-07-12 17:34:36 +05:30
Manajit Halder
bad72aa13c
8204860: The frame could be resized by dragging a corner of the frame with the mouse
...
Reviewed-by: prr, psadhukhan
2018-07-12 15:17:18 +05:30
Rajan Halade
3bbfd2f301
8207068: Add Entrust root certificates
...
Reviewed-by: weijun
2018-07-11 14:54:35 -07:00
Naoto Sato
fa3591db42
8206980: ZonedDateTime could not parse timezone name with zh_CN locale correctly
...
Reviewed-by: rriggs
2018-07-11 14:47:43 -07:00
Calvin Cheung
a10d6e71d8
8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
...
Exit vm if setting of boot class path fails.
Reviewed-by: lfoltan, jiangli, dholmes
2018-07-10 19:04:13 -07:00
Jean Christophe Beyler
0922828415
8205643: HeapMonitorGCCMSTest fails with Graal
...
Do not run HeapMonitorGCCMSTest with Graal
Reviewed-by: amenkov, sspitsyn
2018-07-10 15:29:25 -07:00
Doug Lea
bb74071bcf
8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
...
Reviewed-by: martin, psandoz, dholmes, tschatzl
2018-07-10 10:24:08 -07:00
Doug Lea
08fb8e4d1c
8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
...
Reviewed-by: martin, psandoz, dholmes, tschatzl
2018-07-10 10:24:08 -07:00
Doug Lea
fce671f409
8206123: ArrayDeque created with default constructor can only hold 15 elements
...
Reviewed-by: martin, psandoz, igerasim
2018-07-10 10:24:08 -07:00
Gunter Haug
bb12ce24ef
8206919: s390: add missing info to vm_version_ext_s390
...
Reviewed-by: simonis, mdoerr
2018-07-10 11:36:36 +02:00
Sergey Bylokhov
991ca8f9fa
8202264: Race condition in AudioClip.loop()
...
Reviewed-by: prr
2018-07-11 13:41:25 +03:00
Sergey Bylokhov
b782289aa2
8205973: Client jtreg ProblemList cleanup
...
Reviewed-by: prr
2018-07-11 13:17:48 +03:00
John Jiang
8452535d49
8199645: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with Connection reset
...
Refactor this test with SSLSocketTemplate
Reviewed-by: xuelei
2018-07-11 10:39:58 +08:00
Ekaterina Pavlova
ca6835dc9a
8206951: [Graal] org.graalvm.compiler.hotspot.test.GraalOSRTest to ProblemList-graal.txt
...
Reviewed-by: kvn
2018-07-10 13:54:17 -07:00
Kim Barrett
ca3b04f912
8204691: HeapRegion.apply_to_marked_objects_other_vm_test fails with assert(!hr->is_free() || hr->is_empty()) failed: Free region 0 is not empty for set Free list #
...
Run test in safepoint.
Reviewed-by: tschatzl, ehelin
2018-07-10 13:34:32 -04:00
David Holmes
7d7116339a
8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
...
Run the new runtime/jni/terminatedThread/TestTerminatedThread.java test in othervm mode
Reviewed-by: alanb, mikael
2018-07-10 03:14:55 -04:00
David Holmes
e9ad46f26c
8205878: pthread_getcpuclockid is expected to return 0 code
...
Reviewed-by: cjplummer, amenkov, coleenp
2018-07-09 20:17:32 -04:00
Xueming Shen
84234d1abb
8206389: JarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header
...
Reviewed-by: alanb, martin
2018-07-09 13:08:30 -07:00
Kim Barrett
051f4ed627
8204834: Fix confusing "allocate" naming in OopStorage
...
Allocate_list => allocation_list and so on.
Reviewed-by: dholmes, tschatzl, coleenp
2018-07-09 13:35:55 -04:00
David Holmes
466ccfe781
8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
...
Reviewed-by: mikael, sspitsyn
2018-07-08 20:00:46 -04:00
Jiangli Zhou
9ba5bab865
8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module
...
Support system module archiving with unnamed initial module at dump time.
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Reviewed-by: erikj, coleenp, mchung, iklam, ccheung
2018-07-08 12:43:05 -04:00
Roger Riggs
4d93f17fe1
8206495: Redundant System.setProperty(null) tests
...
Reviewed-by: mchung, lancea
2018-07-06 15:22:07 -04:00
Joe Darcy
03597d010c
8206439: Remove javac -source/-target 6 from langtools regression tests
...
Reviewed-by: mcimadamore
2018-07-06 10:28:56 -07:00
Joe Darcy
d2de786263
8206440: Remove javac -source/-target 6 from jdk regression tests
...
Reviewed-by: alanb
2018-07-06 09:37:44 -07:00
Joe Wang
3cf62646ed
8206164: forgot to "throw" TransformerConfigurationException
...
Reviewed-by: lancea
2018-07-06 09:26:01 -07:00
Tobias Hartmann
a494a819eb
8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
...
Deoptimize if exception is thrown in _clone intrinsic.
Reviewed-by: kvn
2018-08-24 08:17:23 +02:00
Leonid Mesnik
aad3230b1d
8209150: [TESTBUG] Add logging to verify JDK-8197901 to a different test
...
Reviewed-by: coleenp, mseledtsov
2018-08-23 16:47:53 -07:00
Gary Adams
14bb47410b
8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events
...
Reviewed-by: amenkov, dholmes, sspitsyn
2018-08-23 07:54:19 -04:00
Kim Barrett
23f0fb4cde
8209850: Allow NamedThreads to use GlobalCounter critical sections
...
Add NamedThreads iterator and make GlobalCounter use it.
Reviewed-by: eosterlund, rehn
2018-08-23 18:14:53 -04:00
Calvin Cheung
c3adb5f87d
8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests
...
Changed the value of the property test.cds.copy.child.stdout to false so that stdout of child processes are logged in files. Each stdout and stderr file will have a unique name.
Reviewed-by: iklam
2018-08-23 09:35:09 -07:00
Patricio Chilano Mateo
78363850b9
8209854: ProblemList MemberNameLeak
...
MemberNameLeak.java moved to ProblemList due to intermittent failure after 8206423
Reviewed-by: coleenp
2018-08-23 11:33:51 -04:00
Sean Coffey
50ec35819d
8209129: Further improvements to cipher buffer management
...
Reviewed-by: weijun, igerasim
2018-08-23 11:37:14 +01:00
Alex Menkov
1b39447545
8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
...
Reviewed-by: sspitsyn, dholmes
2018-08-22 10:28:34 -07:00
Daniil Titov
f1553a5f0f
8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors
...
Reviewed-by: sspitsyn, amenkov
2018-08-22 08:31:15 -07:00
Ioi Lam
5b2c081460
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
...
Relocate and patch archive regions if necessary
Reviewed-by: jiangli, tschatzl
2018-08-14 09:59:37 -07:00
Coleen Phillimore
b1ce2c0fe8
8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0
...
Table for resolution errors always expect non-null message string.
Reviewed-by: dholmes, iklam
2018-08-22 07:51:07 -04:00
Weijun Wang
67a1517a4d
8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class
...
Reviewed-by: dholmes
2018-08-22 15:10:40 +08:00
Weijun Wang
dcb930f123
8186186: GSSContext.isEstablished() can return true on error state
...
Reviewed-by: weijun
2018-08-21 20:19:46 -07:00
Weijun Wang
73ac71d532
8209771: jdk.test.lib.Utils::runAndCheckException error
...
Reviewed-by: dholmes
2018-08-22 11:10:45 +08:00
Ioi Lam
73951ab5d9
8209657: Refactor filemap.hpp to simplify integration with Serviceability Agent
...
Added src/hotspot/share/include/cds.h
Reviewed-by: ccheung, sspitsyn, jgeorge
2018-08-17 13:53:53 -07:00
Christian Thalinger
d9bb30837a
8209689: Compiler.isGraalEnabled should not check jvmci.Compiler property
...
Reviewed-by: kvn
2018-08-21 14:14:28 +02:00
Priya Lakshmi Muthuswamy
f1173ad06c
8203792: Remove "compatibility" features from Head.java
...
Reviewed-by: jjg, sundar
2018-08-21 11:41:54 +05:30
Jamil Nimeh
8eb45613db
8208350: Disable all DES cipher suites
...
Reviewed-by: xuelei, mullan
2018-08-20 15:37:47 -07:00
Mikael Vidstedt
95db6924f2
Merge
2018-08-20 14:19:30 -07:00
Igor Ignatyev
89a9456801
8209740: typo in test/lib/jtreg/SkippedException.java
...
Reviewed-by: kvn
2018-08-20 11:37:57 -07:00
Joe Wang
0afc1b41c3
8209576: java.nio.file.Files.writeString writes garbled UTF-16 instead of UTF-8
...
Reviewed-by: sherman
2018-08-20 10:11:26 -07:00
Lois Foltan
75ed173e15
8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
...
Clean up VM anonymous class terminology.
Reviewed-by: coleenp, dholmes, mchung
2018-08-20 08:25:57 -04:00
Aleksey Shipilev
6ccb60937c
8209573: [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry on failure
...
Reviewed-by: kvn, pliden
2018-08-20 10:04:00 +02:00
Calvin Cheung
660c7e50f7
8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived
...
Skip checking the path entries which are not being referenced during CDS dump time
Reviewed-by: jiangli, iklam
2018-08-17 14:50:59 -07:00
Sharath Ballal
b1b99f1d4c
8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!
...
Reviewed-by: dcubed, iklam, jgeorge
2018-08-17 21:50:55 +05:30
Ekaterina Pavlova
3c0f0f0175
8209587: Update test/hotspot/jtreg/ProblemList-graal.txt
...
Reviewed-by: kvn
2018-08-17 03:59:20 -07:00
Tobias Hartmann
73bcb0507e
8208275: C2 crash in Node::add_req(Node*)
...
Split-if optimization should not process (dead) counted loops.
Reviewed-by: roland
2018-08-17 08:21:20 +02:00
Alex Menkov
1260099653
8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java
...
Reviewed-by: mikael, dtitov, dcubed
2018-08-16 16:44:51 -07:00
Igor Ignatyev
610dfb22d3
8209549: remove VMPropsExt from TEST.ROOT
...
Reviewed-by: dholmes
2018-08-16 16:28:03 -07:00
Jiangli Zhou
da4684e2e1
8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work
...
Check the MetaspaceShared::archive_heap_object return value and handle failure accordingly.
Reviewed-by: iklam, coleenp
2018-08-16 17:29:22 -04:00
Alex Menkov
d2a9e11aeb
8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout
...
Reviewed-by: dcubed, mikael
2018-08-16 10:20:00 -07:00
Jan Lahoda
19a7a3b69e
8208269: Javadoc does not support module-info in a multi-release jar
...
Ensuring correct version is set when reading multi-release jars.
Reviewed-by: jjg
2018-08-16 15:00:23 +02:00
Roger Riggs
63b1edb7b7
8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug
...
Reviewed-by: martin
2018-08-15 10:38:27 -04:00
Rachna Goel
8cf153fbd5
8209047: "Illegal pattern character 'B'" IllegalArgumentException with Burmese locales
...
Replaced time patterns for Burmese locale from CLDR 29's patterns.
Reviewed-by: naoto
2018-08-16 16:06:54 +05:30
Doug Simon
e39c7c3c93
8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
...
Reviewed-by: kvn, iveresov
2018-08-16 09:46:09 +02:00
Ioi Lam
bd57506f87
8207832: serviceability/sa/ClhsdbCDSCore.java failed with "Couldn't find core file location"
...
Handle %p in /proc/sys/kernel/core_pattern
Reviewed-by: dholmes, hseigel
2018-08-15 19:22:46 -07:00
Vicente Romero
efa05e1c62
8207320: Wrong type order for intersection lambdas with multiple abstract methods
...
Reviewed-by: mcimadamore
2018-08-15 13:39:32 -07:00
Mikhailo Seledtsov
b71faed5df
8209164: [TESTBUG] Apply jtreg skipped status to cds tests
...
Added the SkippedException where applicable
Reviewed-by: iklam, jiangli
2018-08-15 10:00:16 -07:00
Joshua Zhu
f87ec5faf7
8209459: TestSHA512MultiBlockIntrinsics failed on AArch64
...
Prevent classloading to avoid generation of SHA stubs.
Reviewed-by: kvn, thartmann
2018-08-15 14:35:33 +02:00
Xue-Lei Andrew Fan
611c53c860
8207009: TLS 1.3 half-close and synchronization issues
...
Reviewed-by: jnimeh, mullan, wetmore
2018-08-14 18:16:47 -07:00
Coleen Phillimore
d8ce7f36e2
8209518: symbol table gtest fails with semaphore error
...
Loop count was wrong.
Reviewed-by: mikael, kbarrett
2018-08-14 19:52:34 -04:00
Gerard Ziemski
b75805c1a5
8195100: Use a low latency hashtable for SymbolTable
...
Used concurrentHashTable, similar to stringTable
Reviewed-by: coleenp, kbarrett, iklam, pliden
2018-08-14 18:42:14 -05:00
Naoto Sato
10fca535db
8206350: java/util/Locale/bcp47u/SystemPropertyTests.java failed on Mac 10.13 with zh_CN and zh_TW locales
...
Reviewed-by: rriggs
2018-07-05 14:23:45 -07:00
Sibabrata Sahoo
136331b7f0
8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure
...
Test failure due to unsupported DSA keys
Reviewed-by: dfuchs, xuelei
2018-07-04 03:44:32 -07:00
Joe Darcy
da22bf8a17
8206114: Refactor langtools/tools/javac/classfiles/ClassVersionChecker.java
...
Reviewed-by: jjg
2018-07-03 16:14:46 -07:00
Joe Darcy
28e2dea71d
8206085: Refactor langtools/tools/javac/versions/Versions.java
...
Reviewed-by: jjg, forax, plevart, mcimadamore
2018-07-03 15:59:09 -07:00
Brian Burkhalter
aef5f86408
8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
...
Clear handler instance variable after use
Reviewed-by: rriggs, alanb
2018-07-03 15:02:46 -07:00
Naoto Sato
0a99860ff9
8206120: Add test cases for lenient Japanese era parsing
...
Reviewed-by: rriggs
2018-07-03 14:42:13 -07:00
Coleen Phillimore
3e4eba7668
8206309: Tier1 SA tests fail
...
Remove tests that should have been removed with JDK-8205534
Reviewed-by: hseigel
2018-07-03 15:40:08 -04:00
Coleen Phillimore
c0ebf80159
8205534: Remove SymbolTable dependency from serviceability agent
...
Reviewed-by: gziemski, poonam, jgeorge, hseigel
2018-07-03 13:41:18 -04:00
Shashidhara Veerabhadraiah
bd0c60ff71
8195991: [TEST_BUG]:Regression manual Test java/awt/TrayIcon/RightClickWhenBalloonDisplayed/RightClickWhenBalloonDisplayed.html fails
...
Reviewed-by: serb, mhalder
2018-07-03 16:09:25 +05:30
Vivek Theeyarath
ac99e1d447
8177275: IllegalArgumentException when MH would have too many parameters is not specified for several methods
...
Updated spec and added tests
Reviewed-by: psandoz
2018-07-02 23:33:40 -07:00
Jesper Wilhelmsson
4222f3408c
Merge
2018-07-03 02:07:49 +02:00
Joe Wang
977b9cae12
8204329: Java API doc for XMLStreamReader.next() needs to be clarified for the exception thrown when hasNext() method returns false
...
Reviewed-by: lancea, rriggs
2018-07-02 13:54:01 -07:00
Krishna Addepalli
c4b2780bea
8197810: Test java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.html fails on Windows
...
Reviewed-by: serb, pbansal
2018-07-02 14:31:33 +05:30
Roland Westrelin
7d7184e505
8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
...
Reviewed-by: thartmann, kvn
2018-07-02 10:44:46 +02:00
Ivan Gerasimov
8774d70044
8204310: Simpler RandomAccessFile.setLength() on Windows
...
Reviewed-by: alanb
2018-06-29 17:35:04 -07:00
Sergey Bylokhov
11184615a8
8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi
...
Reviewed-by: prr
2018-06-29 13:58:16 -07:00
Igor Ignatyev
16cb20cfbd
8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows
...
Reviewed-by: kvn
2018-06-29 13:44:09 -07:00
Igor Ignatyev
6c7c6c7190
8206117: failed to get JDK properties for JVM w/o JVMCI
...
Reviewed-by: kvn
2018-06-29 13:43:35 -07:00
Daniil Titov
bebd49cf84
8206086: [Graal] JDI tests fail with com.sun.jdi.ObjectCollectedException
...
Reviewed-by: sspitsyn, cjplummer, amenkov
2018-06-29 12:34:03 -07:00
Joe Wang
bfb397a679
8190835: Subtraction with two javax.xml.datatype.Duration gives incorrect result
...
Reviewed-by: lancea
2018-06-29 10:13:24 -07:00
Roland Westrelin
8c2d9b5ff0
8202123: C2 Crash in Node::in(unsigned int) const+0x14
...
Reviewed-by: kvn, thartmann
2018-06-29 17:59:44 +02:00
David Holmes
1980056947
8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
...
Run the new runtime/jni/terminatedThread/TestTerminatedThread.java test in othervm mode
Reviewed-by: alanb, mikael
2018-07-10 03:14:55 -04:00
Vladimir Kozlov
f675eb67a6
8206952: java/lang/Class/GetPackageBootLoaderChildLayer.java fails with Graal
...
Don't run test with Graal
Reviewed-by: mchung, epavlova
2018-07-09 22:20:02 -07:00
John Jiang
a2a0138612
8203007: Address missing block coverage for ChaCha20 and Poly1305 algorithms
...
Add unit tests for ChaCha20Cipher, ChaCha20Poly1305Parameters and Poly1305
Reviewed-by: xuelei, jnimeh
2018-07-10 10:59:57 +08:00
David Holmes
5fcb3ecb4e
8205878: pthread_getcpuclockid is expected to return 0 code
...
Reviewed-by: cjplummer, amenkov, coleenp
2018-07-09 20:17:32 -04:00
Jonathan Gibbons
2214cd06a8
8185740: The help-doc.html generated by the doclet is outdated
...
Reviewed-by: sundar
2018-07-09 13:26:59 -07:00
Igor Ignatyev
cb2d33f02c
8206287: fix legal notice in hotspot tests
...
Reviewed-by: kvn, hseigel
2018-07-09 11:15:55 -07:00
Andrew Dinn
d5c20788ae
8206163: AArch64: incorrect code generation for StoreCM
...
StoreCM may require planting a StoreStore barrier
Reviewed-by: aph, zyao, roland
2018-07-09 09:38:11 +01:00
Thomas Schatzl
cb9a168f8b
8205426: Humongous continues remembered set does not match humongous start region one after Remark
...
Remembered set states for humongous objects crossing an internal per-thread processing threshold could synchronized if the humongous continues regions were processed first.
Reviewed-by: ehelin, kbarrett
2018-07-09 10:19:51 +02:00
Weijun Wang
7ca2af2492
8198352: java.util.MissingResourceException: sun.security.util.AuthResources when trying to use com.sun.security.auth.module.UnixLoginModule
...
Reviewed-by: xuelei
2018-07-09 12:20:56 +08:00
David Holmes
d24f9d4c13
8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
...
Reviewed-by: mikael, sspitsyn
2018-07-08 20:00:46 -04:00
Liam Miller-Cushon
1fc1f68c3d
8204630: Generating an anonymous class with Filer#createClassFile causes an NPE in JavacProcessingEnvironment
...
Reviewed-by: jlahoda
2018-07-06 12:10:43 -07:00
Phil Race
485b10778d
8206375: ProblemList update of bug ID for SwingFontMetricsTest
...
Reviewed-by: serb
2018-07-06 10:39:38 -07:00
Srinivas Dama
d9aa299526
8206450: Add JImageListTest.java to ProblemList.txt
...
Added JImageListTest.java to ProblemList.txt
Reviewed-by: dholmes
2018-07-06 13:38:56 +05:30
Volker Simonis
2e628779e4
8206436: sun/nio/cs/TestIBMBugs.java no longer compiles
...
Reviewed-by: mikael, stuefe, alanb
2018-07-06 09:22:18 +02:00
Igor Ignatyev
4ab3ee9f6d
8206429: [REDO] 8202561 clean up TEST.groups
...
Reviewed-by: kvn, dholmes, ctornqvi
2018-07-05 20:00:04 -07:00
Vladimir Kozlov
6096681762
8206324: compiler/whitebox/DeoptimizeFramesTest.java to ProblemList-graal.txt
...
Reviewed-by: dlong
2018-07-05 12:38:36 -07:00
Srinivas Dama
c216fe0f55
8198405: JImageExtractTest.java & JImageListTest.java failed in Windows
...
Make a directory readonly using nio file attribute AclEntry
Reviewed-by: jlaskey
2018-07-06 00:40:12 +05:30
Sergey Bylokhov
7485f6b5b9
8205454: & is displayed in some Swing docs
...
Reviewed-by: prr, psadhukhan
2018-07-05 21:29:11 +03:00
Jan Lahoda
eaf0364068
8205418: Assorted improvements to source code model
...
Improving tree positions, better error recovery, fixing Trees.getScope for possibly erroneous lambdas.
Reviewed-by: jjg, mcimadamore, vromero
2018-06-29 10:41:10 +02:00
Ekaterina Pavlova
b4c6d6ae31
8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal
...
Reviewed-by: kvn
2018-06-28 19:33:00 -07:00
Joe Darcy
69191fc4cc
8206083: Make tools/javac/api/T6265137.java robust to JDK version changes
...
Reviewed-by: jjg
2018-06-28 17:49:13 -07:00
Mikael Vidstedt
c89978f4fd
8206022: Add test to check that the JVM accepts class files with version 56
...
Reviewed-by: hseigel, hseigel
2018-06-28 17:45:59 -07:00
Ekaterina Pavlova
992c9ee022
8205207: Port Graal unit tests under jtreg
...
Reviewed-by: kvn, erikj, iignatyev
2018-06-28 17:07:34 -07:00
Igor Ignatyev
6385038a37
8149729
: [jittester] Replace all 'path1 +"/" + path2' with Paths::get
...
Reviewed-by: kvn
2018-06-28 16:45:15 -07:00
Robin Westberg
2ddeb31e89
8206006: Build failed on Windows
...
Reviewed-by: jwilhelm, dcubed
2018-06-29 01:09:29 +02:00