Chris Plummer
c296f4ae0d
8218947: jdb threads command should print threadID in decimal, not hex
...
Print objectIDs in decimal.
Reviewed-by: sspitsyn, dholmes, jcbeyler
2019-02-19 12:05:43 -08:00
Zhengyu Gu
87e7f97d7d
8219368: Quarantine runtime/NMT/CheckForProperDetailStackTrace.java test
...
Reviewed-by: dcubed
2019-02-19 12:50:09 -05:00
Arno Zeller
7252ba2762
8219228: java/util/Base64/TestEncodingDecodingLength.java failing on 8GB test machine
...
Reviewed-by: clanger, rriggs, nishjain, mbaesken
2019-02-18 12:52:55 +01:00
Thomas Schatzl
8b5d08be9f
8218920: Scan HCC should be on the same level as Update RS etc. in the log
...
Reviewed-by: lkorinth, kbarrett
2019-02-19 12:56:02 +01:00
Stefan Karlsson
bbbcf986ea
8218978: SA: Enable more ZGC testing
...
Reviewed-by: eosterlund, ysuenaga
2019-02-19 10:04:53 +01:00
Tobias Hartmann
799c9a66fd
8218721: C1's CEE optimization produces safepoint poll with invalid debug information
...
Bail out of CEE if one of the gotos is a safepoint but the if is not.
Reviewed-by: vlivanov, mdoerr
2019-02-19 08:58:55 +01:00
Prasanta Sadhukhan
493a77061f
Merge
2019-02-19 11:52:19 +05:30
Igor Ignatyev
b3873c9b3a
8219157: vm/mlvm/mixed/stress/java/findDeadlock should be problem-listed only on mac
...
Reviewed-by: thartmann
2019-02-18 09:31:07 -08:00
Leo Korinth
b09dfdbc01
8217389: JTREG: Clean up, remove unused variable warnings
...
Reviewed-by: lmesnik, tschatzl
2019-02-18 12:08:08 +01:00
Leo Korinth
3d13ab6882
8217385: JTREG: Clean up, make sure to close resources
...
Reviewed-by: tschatzl, sangheki
2019-02-18 10:48:48 +01:00
Prasanta Sadhukhan
a3af92bab2
Merge
2019-02-18 10:45:21 +05:30
Doug Lea
ff97b60fde
8215249: Miscellaneous changes imported from jsr166 CVS 2019-02
...
Reviewed-by: martin, chegar, dholmes
2019-02-15 11:18:01 -08:00
Doug Lea
a7ab4d7bd3
8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws
...
Reviewed-by: martin, chegar, dholmes, reinhapa, alanb
2019-02-15 11:18:01 -08:00
Doug Lea
012c399c26
8195057: java/util/concurrent/CountDownLatch/Basic.java failed w/ Xcomp
...
Reviewed-by: martin, chegar, dholmes
2019-02-15 11:18:01 -08:00
Robbin Ehn
bec8431683
8203469: Faster safepoints
...
Reviewed-by: dcubed, pchilanomate, dholmes, acorn, coleenp, eosterlund
2019-02-15 14:15:10 +01:00
Harold Seigel
66aa45649a
8079353: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java failed on Windows when getting disjoint instead of zero based coops
...
On Windows, don't run sub-tests that can be affected by ASLR.
Reviewed-by: coleenp, mseledtsov
2019-02-15 07:53:03 -05:00
Jan Lahoda
68d32a9a8a
8217381: Incovenient errors reported when annotation processor generates source file and errors in the same round
...
When an annotation processor reports and error, defer reporting recoverable errors from the erroneous round to the last round, to avoid reporting errors that were resolved in the erroneous round.
Reviewed-by: jjg
2019-02-15 12:09:53 +01:00
Gary Adams
8c4106ff56
8219002: Some comments and error messages refer to VMDisconnectException
...
Reviewed-by: cjplummer, sspitsyn
2019-02-15 05:32:36 -05:00
Alexey Ivanov
72f1f20605
8218682: [TEST_BUG] DashOffset fails in mach5
...
8198411: [TEST_BUG] Two java2d tests are unstable in mach5
Skip testing VolatileImage if IndexColorModel is detected
Reviewed-by: prr, serb
2019-02-14 20:20:49 +00:00
Patric Hedlin
0e29b78bd1
8214947: Assertion error in test: StringCompressInflateTest
...
Reviewed-by: kvn, neliasso
2019-02-14 14:59:17 +01:00
Wang Haomin
7d6d661328
8219074: [TESTBUG] runtime/containers/docker/TestCPUAwareness.java typo of printing parameters (period should be shares)
...
Reviewed-by: iignatyev, dholmes
2019-02-15 04:12:18 -05:00
Igor Ignatyev
8512c3117d
8218471: generate-unsafe-access-tests.sh does not correctly invoke build.tools.spp.Spp
...
Reviewed-by: kvn, thartmann
2019-02-14 23:45:03 -08:00
David Holmes
34fe424afb
8218939: vm/mlvm/anonloader/stress/byteMutation crashed on windows
...
Reviewed-by: kbarrett, coleenp, mikael, iignatyev
2019-02-14 22:57:37 -05:00
Vladimir Ivanov
992f8f87ad
8218758: [TESTBUG] compiler/cha/StrengthReduceInterfaceCall.java misses recompilation event
...
Reviewed-by: iignatyev
2019-02-14 15:27:12 -08:00
Mikael Vidstedt
aeaad9c910
8218937: Make mlvmJvmtiUtils strncpy uses GCC 8.x friendly
...
Reviewed-by: iignatyev
2019-02-14 15:12:17 -08:00
Abdul Kolarkunnu
b1adb7965e
8218599: Add test group jdk_client_sanity under jdk_desktop group
...
Reviewed-by: serb, prr
2019-02-13 22:40:08 -08:00
Goetz Lindenmaier
29021027db
8219095: [testbug] Add @key headful to com/sun/java/swing/plaf/windows/AltFocusIssueTest.java
...
Reviewed-by: prr, serb
2019-02-13 13:27:17 +01:00
Alexey Ivanov
3fe6276adb
8217263: Automate DashOffset test
...
Reviewed-by: prr, serb
2019-02-07 13:57:12 +00:00
Prasanta Sadhukhan
31e3c0800c
Merge
2019-02-07 12:11:41 +05:30
Mandy Chung
007d3c0143
8218461: test/jdk/java/lang/invoke/VarHandles should be generated rather than manually edited
...
Reviewed-by: bpb, vromero
2019-02-06 15:09:05 -08:00
Harold Seigel
9c2e3cffb6
8218579: add hotspot/jtreg/runtime/CompressedOops/UseCompressedOops.java to ProblemList.txt
...
Add the test to ProblemList.txt for windows-all
Reviewed-by: dcubed
2019-02-06 15:11:59 -05:00
Mandy Chung
752bd3d955
8218419: Can't get annotations that are present on packages in -Xbootclasspath/a
...
Reviewed-by: alanb
2019-02-06 10:53:13 -08:00
Pengfei Li
42f34d1076
8218550: Add test omitted from JDK-8212043
...
Add test case omitted from fix for JDK-8212043
Reviewed-by: shade
2019-02-06 16:25:58 +00:00
Thomas Stuefe
39ba0f09a9
8183004: Remove code related to gtest death tests from assert macro
...
Reviewed-by: shade, kbarrett, iignatyev
2019-02-14 19:48:57 +01:00
Srinivas Dama
37169f4bbc
8201544: Improve javac command line parsing and error reporting
...
Modified exception into an error message for invalid filenames on windows
Reviewed-by: vromero, jjg
2019-02-14 21:52:39 +05:30
Jonathan Gibbons
904bb0919f
8218944: Fix failed for JDK-8218936
...
Reviewed-by: jwilhelm
2019-02-14 07:41:54 -08:00
Patric Hedlin
48cb2d94e7
8217289: compiler/graalunit/HotspotTest.java failed with InvalidInstalledCodeException
...
Reviewed-by: thartmann, neliasso
2019-02-13 14:42:20 +01:00
Jonathan Gibbons
831b315ca2
8218936: Test fails in Internet environment
...
Reviewed-by: mchung
2019-02-13 17:18:56 -08:00
Igor Ignatyev
120fdfe6ad
8195060: vm/mlvm/anonloader/stress/byteMutation intermittently times out
...
Reviewed-by: kvn
2019-02-13 11:18:14 -08:00
Alex Menkov
f03805c4ef
8214582: BasicJDWPConnectionTest.java: RuntimeException: Could not detect port from ''
...
Reviewed-by: sspitsyn, dtitov
2019-02-13 11:08:51 -08:00
Alex Menkov
46d9b91d80
8218702: [TESTBUG] com/sun/jdi/RepStep.java does not report debuggee errors
...
Reviewed-by: sspitsyn, dtitov
2019-02-13 11:04:03 -08:00
Coleen Phillimore
24b8feeb30
8218755: Refix Symbol leak in prepend_host_package_name
...
Fix Symbol refcounting again, add comment and a test.
Reviewed-by: kbarrett, dholmes
2019-02-13 07:22:09 -05:00
Dean Long
052e8733b5
8218695: problem list tests failing with Graal
...
Reviewed-by: kvn
2019-02-13 00:30:46 -08:00
Anthony Scarpino
5a97e73e5a
8215790: Delegated task created by SSLEngine throws java.nio.BufferUnderflowException
...
Reviewed-by: jnimeh
2019-02-12 14:08:07 -08:00
Xue-Lei Andrew Fan
fca0af0487
8217835: Remove the experimental SunJSSE FIPS compliant mode
...
Reviewed-by: mullan
2019-02-12 13:36:15 -08:00
Gary Adams
5d0ff15a58
8218754: JDK-8068225 regression in JDIBreakpointTest
...
Reviewed-by: cjplummer, sspitsyn
2019-02-12 15:19:25 -05:00
Igor Ignatyev
328fae7880
8145845: [AOT] NullPointerException in compiler/whitebox/GetCodeHeapEntriesTest.java
...
Reviewed-by: kvn, thartmann
2019-02-12 11:23:43 -08:00
Daniel Fuchs
6d98f3c4d7
8218554: HttpServer: allow custom handlers to request that the connection be closed after the exchange
...
Custom handler code can supply `Connection: close` to response headers in order to force connection close after the exchange terminates.
Reviewed-by: chegar
2019-02-11 18:41:24 +01:00
Gary Adams
9bc10ee9bf
8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out
...
Reviewed-by: cjplummer, sspitsyn
2019-02-11 07:19:32 -05:00
Weijun Wang
8b83b515b1
8180569: Refactor sun/security/krb5/ shell tests to plain java tests
...
Reviewed-by: mullan
2019-02-11 11:01:00 +08:00