Claes Redestad
2c5b52f061
8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy
...
Reviewed-by: thartmann, pliden, kvn
2018-08-10 00:20:15 +02:00
Roman Kennke
59ca28bf1c
8209118: Abstract SATBMarkQueueSet's ThreadLocalData access
...
Reviewed-by: kbarrett, shade
2018-08-09 22:51:48 +02: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
Mikael Vidstedt
e146d6cdce
Added tag jdk-11+26 for changeset 945ba9278a27
2018-08-09 07:58:25 -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
Ichiroh Takiguchi
ff148ce175
8208996: X11 icon window color handing bug
...
Reviewed-by: serb
2018-08-08 18:31:24 -07:00
Sergey Bylokhov
e850549b71
8189667: Desktop#moveToTrash expects incorrect "<<ALL FILES>>" FilePermission
...
Reviewed-by: prr, sveerabhadra
2018-08-08 15:51:08 -07:00
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
Robin Westberg
961156b1d5
8208676: Missing NULL check and resource leak in NetworkPerformanceInterface::NetworkPerformance::network_utilization
...
Reviewed-by: mgronlun, rehn
2018-08-06 14:56:56 +02:00
Leo Jiang
2f1aae720b
8208663: JDK 11 L10n resource file update msg drop 20
...
Reviewed-by: naoto
2018-08-07 00:06:52 -07:00
Iris Clark
4ebf1cdc53
8201394: Update java.se module summary to reflect removal of java.se.ee module
...
Reviewed-by: alanb, lancea, mchung
2018-08-07 17:40:11 -07: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
Brian Burkhalter
b924bf7233
8186766: UnixNativeDispatcher::readlink() may truncate overlong paths
...
Reviewed-by: alanb
2018-08-03 12:45:18 -07:00
Phil Race
32ec91ca9b
Merge
2018-08-03 09:42:57 -07:00
Sean Coffey
7a791910c3
8208583: Better management of internal KeyStore buffers
...
Reviewed-by: weijun
2018-08-03 14:14:59 +01:00
Zhengyu Gu
4555c28590
8205921: Optimizing best-of-2 work stealing queue selection
...
Bias towards stealing from queues that we recently successfully stole from to decrease the number of unsuccessful steal attempts.
Co-authored-by: Thomas Schatzl <thomas.schatzl@oracle.com>
Reviewed-by: eosterlund, kbarrett
2018-08-03 11:06:10 +02:00
Sean Coffey
c4faf01f86
8207775: Better management of CipherCore buffers
...
Reviewed-by: ascarpino
2018-08-03 09:57:10 +01: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
Phil Race
43e1256928
Added tag jdk-12+5 for changeset f8696e0ab9b7
2018-08-02 09:27:40 -07:00
Phil Race
4635b34d7e
Added tag jdk-11+25 for changeset 331888ea4a78
2018-08-02 09:26:40 -07:00
Zhengyu Gu
23db5cd8a0
8208635: Minimal VM build is broken after JDK-8199868 (Support JNI critical functions in object pinning API)
...
Added missing header file
Reviewed-by: shade, gziemski
2018-08-02 11:13:00 -04:00
Markus Grönlund
e8dd517464
8207139: NMT is not enabled on Windows 2016/10
...
Reviewed-by: dcubed, zgu, dholmes
2018-08-02 09:49:04 +02: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
Phil Race
542197c8ab
8208353: Upgrade JDK 11 to libpng 1.6.35
...
Reviewed-by: jdv, kaddepalli
2018-07-31 14:03:39 -07:00
Phil Race
06932ae37c
8208466: Fix potential memory leak in harfbuzz shaping
...
Reviewed-by: jdv, kaddepalli
2018-07-31 12:23:55 -07:00
Dmitry Samersoff
c57cfe6d14
8207046: arm32 vm crash: C1 arm32 platform functions parameters type mismatch
...
Fixed unexpected parameter location in arm32 LIR_Assembler
Reviewed-by: dsamersoff, kvn
2018-07-31 21:23:56 +03: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
Kim Barrett
501fc494c0
8208611: Refactor SATBMarkQueue filtering to allow GC-specific filters
...
Add SATBMarkQueueFilter.
Reviewed-by: tschatzl, eosterlund, rkennke
2018-08-01 19:14:04 -04: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