Chris Plummer
24694f63fe
8186540: [TESTBUG] serviceability/dcmd/jvmti/LoadAgentDcmdTest.java failed to clean up files in agentvm mode
...
Run the test in "othervm" mode
Reviewed-by: sspitsyn, dholmes
2017-11-16 14:47:31 -08:00
Bob Vandette
68c5f06bc1
Merge
2017-11-16 09:50:49 -05:00
Prasanta Sadhukhan
e6a8aea72b
8178025: HiDPI with non-integer scale factor - SPANs in HTML are rendered overlapping each other
...
Reviewed-by: serb, ssadetsky
2017-11-16 12:24:02 +05:30
Jesper Wilhelmsson
88d610826b
Merge
2017-11-16 01:11:32 +01:00
Claes Redestad
433bf8ab65
8184777: Factor out species generation logic from BoundMethodHandle
...
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: vlivanov
2017-11-16 00:58:50 +01:00
Alexandre Iline
26a4a1a6b3
8157338: sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java is unstable
...
Reviewed-by: serb
2017-11-15 09:31:17 -08:00
Bob Vandette
20a8de0f70
8146115: Improve docker container detection and resource configuration usage
...
Reviewed-by: dholmes, kbarrett, phh
2017-11-15 10:34:17 -05:00
Coleen Phillimore
2f84103a78
Merge
2017-11-15 08:25:28 -05:00
Coleen Phillimore
f93a6a5715
8179603: create a jtreg test group for hotspot tests excluding application testing
...
Reviewed-by: dholmes, sspitsyn
2017-11-15 08:14:56 -05:00
Coleen Phillimore
7e7935286b
8191315: Add serviceability/sa/TestRevPtrsForInvokeDynamic.java to ProblemList.txt
...
Reviewed-by: dholmes, sspitsyn
2017-11-15 08:14:31 -05:00
Robert Field
c0689879a7
8177076: jshell tool: allow non-zero /exit
...
8190383: JShell API: no way for the jshell tool to report exit status to provider
Reviewed-by: jlahoda
2017-11-14 19:33:37 -08:00
Phil Race
60c7c6052d
Merge
2017-11-14 12:07:55 -08:00
Phil Race
f50b03376b
8186306: Remove pisces from Java2D sources + build
...
Reviewed-by: serb, neugens
2017-11-14 11:47:49 -08:00
Robert Field
846d6be95c
8172154: jshell tool: make all IMPORTS.jsh generated at build time
...
Reviewed-by: jlahoda
2017-11-14 10:45:22 -08:00
Felix Yang
60b42446d8
8191172: Problem list java/net/httpclient/websocket/ConnectionHandover.java
...
Reviewed-by: chegar
2017-11-14 03:58:40 -06:00
Hannes Wallnöfer
239fdbbca6
8185119: Uninitialized const when using multiple threads
...
Reviewed-by: jlaskey, sundar
2017-11-14 10:04:45 +01:00
Jayathirth D V
180e7d2bb0
8190512: PngReader incorrectly throws IllegalArgumentException for malformed images with negative dimensions
...
Reviewed-by: prr, bpb, pnarayanan
2017-11-14 12:38:39 +05:30
Prasanta Sadhukhan
0da4c70d2d
8187957: Tab Size does not work correctly in JTextArea
...
Reviewed-by: ssadetsky, serb
2017-11-14 10:32:31 +05:30
Athijegannathan Sundararajan
65735f0d7e
8177471: jlink should use the version from java.base.jmod to find modules
...
Reviewed-by: mchung, alanb
2017-11-14 08:59:19 +05:30
Jesper Wilhelmsson
ca3a45da9c
Merge
2017-11-14 03:39:32 +01:00
Stefan Johansson
6929e0f05a
8186571: Implementation: JEP 307: Parallel Full GC for G1
...
Improve G1 worst-case latencies by making the full GC parallel.
Reviewed-by: tschatzl, sangheki, ehelin
2017-11-14 11:33:23 +01:00
Phil Race
8934efd172
Merge
2017-11-13 13:18:35 -08:00
Hannes Wallnöfer
768db55a4d
8191131: Nashorn test comparator breaks comparator contract
...
Reviewed-by: sundar, jlaskey
2017-11-13 18:14:33 +01:00
Priya Lakshmi Muthuswamy
c9944644fd
8190391: nashorn "!!" of nonzero even integer var becomes false when returned
...
Reviewed-by: sundar, hannesw
2017-11-13 15:54:20 +01:00
Vyom Tewari
2245db7522
8145635: Add TCP_QUICKACK socket option
...
Reviewed-by: chegar, rriggs, clanger
2017-11-13 14:03:36 +05:30
Jesper Wilhelmsson
fdee542113
Merge
2017-11-11 01:21:09 +01:00
Tobias Hartmann
b0c9129d6c
8190797: OSR compilation fails with "assert(__the_thread__->can_call_java()) failed: can not load classes with compiler thread"
...
Bail out with a meaningful error message in case we cannot throw a Java exception.
Reviewed-by: kvn, dholmes
2017-11-10 13:10:54 +01:00
Pankaj Bansal
f71993d642
8164811: [hidpi]Tests fail with OpenGL and GDI Rendering 8189257: Enabling Translucent Frame with setBackground disables HiDPI
...
Reviewed-by: serb, prr, pnarayanan
2017-11-10 12:37:02 +05:30
Doug Lea
5d5334f305
8189764: Miscellaneous changes imported from jsr166 CVS 2017-11
...
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:14:45 -08:00
Doug Lea
e2cbace23d
8189387: ConcurrentLinkedDeque linearizability continued ..
...
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:10:46 -08:00
Doug Lea
42ad4ec2dd
8179314: CountedCompleterTest.testForkHelpQuiesce fails with expected:<21> but was:<13>
...
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:07:21 -08:00
Doug Lea
f2eb80c063
8190747: ExecutorService/Invoke.java fails intermittently
...
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:03:37 -08:00
Brian Burkhalter
1ca74d0d2e
8191025: (ch) Scattering reads to a subsequence of buffers ignores length
...
Use length parameter instead of the buffer array length
Reviewed-by: rriggs, alanb
2017-11-09 13:30:03 -08:00
Daniel Fuchs
ccdb0ef8e2
8189953: FileHandler constructor throws NoSuchFileException with absolute path
...
Reviewed-by: mchung
2017-11-09 20:51:37 +00:00
Roland Westrelin
85d2a057a4
8186125: "DU iteration must converge quickly" assert in split if with unsafe accesses
...
Added missing checks for Opaque4Node in split-if code
Reviewed-by: kvn
2017-11-09 12:43:13 -08:00
Abdul Kolarkunnu
e1e58fe2de
8190530: Compilation error in jemmy code FrameOperator.java due to missing of import statement of JemmyException
...
Reviewed-by: ssadetsky, serb
2017-11-09 15:30:11 +05:30
Ramanand Patil
6c99853a4c
8190258: (tz) Support tzdata2017c
...
8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
Reviewed-by: naoto, martin
2017-11-09 14:38:54 +05:30
Phil Race
19a8373625
Merge
2017-11-08 12:27:40 -08:00
Paul Sandoz
cc59ccb7d4
8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism
...
Reviewed-by: martin, tvaleev
2017-11-08 10:27:10 -08:00
Erik Joelsson
1644953c27
8190702: JMC packaging causing errors in JDK 10 consolidated repo (macOS)
...
Reviewed-by: tbell
2017-11-15 11:50:55 -08:00
Athijegannathan Sundararajan
d6cf9ab9cd
8068741: javax.script.ScriptEngineFactory.getMethodCallSyntax() spec allows null passed as an object
...
Reviewed-by: hannesw
2017-11-15 23:25:40 +05:30
Athijegannathan Sundararajan
f441abcff1
8191306: Math.abs corner case with optimistic typing
...
Reviewed-by: jlaskey, hannesw
2017-11-15 19:55:21 +05:30
Bhavesh Patel
616491477f
8185371: Support for multiple stylesheets in javadoc
...
Reviewed-by: jjg, ksrini
2017-11-14 13:44:07 -08:00
Roger Riggs
0e776aa080
8190884: java/lang/Runtime/exec/LotsOfOutput fails intermittently
...
Reviewed-by: lancea, mchung
2017-11-08 09:18:15 -05:00
Sergey Bylokhov
8fedbd9383
8019816: [TEST_BUG][macosx] closed/java/awt/BasicStroke/DashZeroWidth.java not on EDT
...
Reviewed-by: prr, azvegint
2017-11-07 14:36:52 -08:00
Martin Buchholz
ec403d47b4
8190814: javax/imageio/stream/NullStreamCheckTest writes to the repo
...
Reviewed-by: pnarayanan, jdv, prr
2017-11-07 10:35:58 -08:00
Martin Buchholz
6a099cc68b
8190816: PropertiesTest.sh fails to make $WRITABLEJDK writable
...
Reviewed-by: naoto, rgoel
2017-11-07 10:02:48 -08:00
Priya Lakshmi Muthuswamy
018138a79c
8186807: JSObject gets ScriptFunction when ScriptObjectMirror is expected
...
Reviewed-by: sundar, hannesw
2017-11-07 12:18:29 +01:00
Jini George
45cdd91ca3
8190307: SA tests for the clhsdb commands: universe, intconstant, type
...
SA Test cases for the clhsdb commands: universe, intconstant, type
Reviewed-by: dholmes, sballal
2017-11-16 11:58:20 +05:30
Sharath Ballal
776767764b
8190198: SA: Framework for writing 'jhsdb clhsdb' commands tests and testcases for some of the commands
...
Reviewed-by: jgeorge, dholmes
2017-11-16 09:26:48 +05:30
Coleen Phillimore
97afaf1423
8191370: Add serviceability agent tests to tier1
...
Reviewed-by: gtriantafill, dcubed
2017-11-15 16:48:24 -05:00
Mandy Chung
25032bad54
8164512: Replace ClassLoader use of finalizer with phantom reference to unload native library
...
Reviewed-by: alanb, bchristi, kbarrett, dholmes, plevart
2017-11-06 17:48:00 -08:00
Roger Riggs
46d230c9cc
8187281: Remove intermittent from OnExitTest
...
Reviewed-by: lancea
2017-11-06 17:35:40 -05:00
Michael McMahon
62d9659c87
8190793: Httpserver does not detect truncated request body
...
Reviewed-by: chegar, dfuchs
2017-11-06 16:32:00 +00:00
Jan Lahoda
7a77a63845
8180744: Update ct.sym for JDK 10
...
Adding historical data and code support for --release 9.
Reviewed-by: jjg, mcimadamore
2017-11-06 14:10:39 +01:00
Jan Lahoda
5f97b69390
8139607: -release option forces StandardJavaFileManager
...
Merging a --release specific file manager with the user-provided one, rather than altering the user-provided one.
Reviewed-by: jjg, mcimadamore
2017-11-06 13:10:43 +01:00
Jesper Wilhelmsson
b97f1bcb37
Merge
2017-10-30 21:23:10 +01:00
Phil Race
a850cbc5d5
Merge
2017-11-03 10:43:18 -07:00
Brian Burkhalter
95c6c8ce11
8190501: (fs) Incorrect error message parameter in java/nio/file/Files/probeContentType/Basic.java
...
Replace expectedTypes with expectedTypes[i] in the line in question.
Reviewed-by: alanb
2017-11-03 10:18:27 -07:00
Brian Burkhalter
87eb47a3c8
8190500: (ch) ReadableByteChannelImpl::read and WritableByteChannelImpl::write might not throw ClosedChannelException as specified
...
Explicitly verify that the channel is open
Reviewed-by: alanb
2017-11-03 10:18:27 -07:00
Lance Andersen
3803dc1401
8190439: Removal of newrmic
...
Reviewed-by: rriggs, alanb, mchung
2017-11-03 13:03:10 -04:00
Phil Race
158e69f6ec
Merge
2017-11-03 09:56:02 -07:00
Athijegannathan Sundararajan
10c8d3a9f1
8190698: jjs tool of jdk.scripting.nashorn.shell module should not statically depend on java.desktop
...
Reviewed-by: jlaskey, hannesw
2017-11-03 19:53:09 +05:30
Kumar Srinivasan
105a51b96d
8190287: Update JDK's internal ASM to ASMv6
...
Reviewed-by: alanb, mchung, sundar
2017-11-02 13:18:23 -07:00
Joe Darcy
41f1222db0
8190573: Problem list InheritedChannelNotServerSocket.java
...
Reviewed-by: rriggs
2017-11-02 15:09:13 -07:00
Robert Field
022c618af9
8188072: JShell: NPE in SourceCodeAnalysis.completionSuggestions()
...
Reviewed-by: jlahoda
2017-11-02 11:09:28 -07:00
Semyon Sadetsky
c30a1e7cc4
8190230: [macosx] Order of overlapping of modal dialogs is wrong
...
Reviewed-by: azvegint, dmarkov
2017-11-02 11:03:45 -07:00
Phil Race
f900a5f39b
8190475: SwingSet2 won't start
...
Reviewed-by: serb
2017-11-01 10:43:44 -07:00
Phil Race
aa96056b21
Merge
2017-11-01 10:00:38 -07:00
Jan Lahoda
de261554f7
8190315: Test tools/javac/tree/NoPrivateTypesExported.java failing
...
Constant annotation attribute values should be allowed.
Reviewed-by: vromero
2017-11-01 16:45:28 +01:00
John Jiang
3d220f8d74
8190399: ProblemList tools/javac/tree/NoPrivateTypesExported.java due to JDK-8190315
...
Tools/javac/tree/NoPrivateTypesExported.java fails permanently due to JDK-8190315, so ProblemList has to include this test.
Reviewed-by: darcy
2017-11-01 10:49:21 +08:00
Roger Riggs
21f67cb9df
8190441: ProblemList some intermittent CORBA tests
...
Reviewed-by: lancea, darcy
2017-10-31 16:25:27 -04:00
Artem Smotrakov
82d4691976
8189800: Add support for AddressSanitizer
...
Reviewed-by: ihse, dholmes
2017-10-31 17:03:02 +03:00
Brent Christian
f32470d85f
8189319: Add a java.util.Properties constructor that takes an initial capacity
...
Reviewed-by: martin, mchung, rriggs
2017-10-30 16:16:01 -07:00
John Jiang
da423d1c92
8175252: Backout changeset for JDK-8176354 due to JDK-8190333
...
Backout changeset for JDK-8176354
Reviewed-by: asmotrak
2017-10-30 03:52:38 -07:00
Pankaj Bansal
fab3dea711
8159062: [hidpi] DnD on Windows while scaling is non-integer
...
Reviewed-by: serb, pkbalakr
2017-10-30 15:45:55 +05:30
Roland Westrelin
002aff0a75
8190375: Java Crash in JavaBug.formatPos(I)Ljava/lang/String
...
Skip the logic that set the value of the Phi iv if the exit condition is "not equal"
Reviewed-by: thartmann, mdoerr
2017-11-13 14:53:28 -05:00
Rachna Goel
3ae10b235d
8185841: Values from getFirstDayOfWeek() are inconsistent with CLDR
...
Reviewed-by: naoto
2017-10-30 12:16:37 +05:30
Roger Riggs
9768149887
8180310: TestSocketFactory null pointer when updating match bytes
...
Reviewed-by: dfuchs
2017-10-29 18:31:55 -04:00
Sergey Bylokhov
66812b5f48
8186617: The "com.sun.awt.AWTUtilities" class can be dropped in favour of public API
...
Reviewed-by: azvegint, prr
2017-10-27 14:15:02 -07:00
Phil Race
a569f5293b
8180501: RescaleOp.filter does not document IllegalArgumentException if sizes differ
...
Reviewed-by: bpb, pnarayanan
2017-10-27 11:29:50 -07:00
Amanda Jiang
6b3f6eb717
8176354: sun/security/ssl/X509KeyManager/PreferredKey.java failed with "Failed to get the preferable key aliases" erro
...
Reviewed-by: xuelei
2017-10-27 09:51:48 -07:00
Weijun Wang
69db146335
8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
...
Reviewed-by: mullan
2017-10-27 21:11:15 +08:00
Athijegannathan Sundararajan
f8b8a16f4b
8189777: jlink --module-path default value and automatic addition of $JAVA_HOME/jmods if java.base is missing
...
Reviewed-by: alanb, mchung
2017-10-27 08:21:53 +05:30
Mandy Chung
34c9d598c7
8187089: StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200
...
Reviewed-by: rriggs, shade
2017-10-26 16:57:35 -07:00
Maurizio Cimadamore
f48f3c6552
8189838: Stack overflow when computing upward projection of an intersection type with fbounds
...
Bad logic for detecting loop in type-variable upper bounds
Reviewed-by: vromero
2017-10-26 18:42:40 +01:00
Jonathan Gibbons
46e1e763c1
8190003: Special characters in group names should be escaped
...
Reviewed-by: ksrini, bpatel
2017-10-25 18:12:15 -07:00
Jonathan Gibbons
917c6d460b
8190182: remove accidental file
...
Reviewed-by: ksrini
2017-10-25 17:48:30 -07:00
Jonathan Gibbons
19db6ba670
8189843: Missing \"id\" attributes in table rows
...
Reviewed-by: bpatel, ksrini
2017-10-25 17:18:00 -07:00
Jonathan Gibbons
cf81232570
8189841: Error in alternate row coloring in package-summary files
...
Reviewed-by: bpatel, ksrini
2017-10-25 17:16:18 -07:00
Brian Burkhalter
16b93f1b06
8189775: java/nio/channels/FileChannel/directio/ReadDirect.java failed with NumberFormatException
...
Clamp the offset so the scattering read remains within the channel.
Reviewed-by: rriggs
2017-10-25 16:13:53 -07:00
Phil Race
62fa58101a
Merge
2017-10-25 12:41:24 -07:00
Bhavesh Patel
5c2a4b6e1a
8183037: Overview summary page should have a table with tabs for groups
...
Reviewed-by: jjg, ksrini
2017-10-25 12:29:00 -07:00
Pankaj Bansal
3ed8badb5a
6463710: ListSelectionModel.setSelectionMode() underspecified
...
Reviewed-by: serb, ssadetsky
2017-10-25 16:34:11 +05:30
David Holmes
2aecf1b321
8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete
...
Reviewed-by: iignatyev
2017-11-09 00:52:15 -05:00
Mikhailo Seledtsov
229c048a08
8189213: [TESTBUG] Running jtreg tests on machine without docker shows extra message
...
Removed the message from VMProps.java
Reviewed-by: dholmes
2017-11-08 20:15:56 -08:00
Igor Ignatyev
8c073d124b
8190890
: remove hotspot_tier1_{compiler,gc}_closed groups
...
Reviewed-by: ehelin, lmesnik
2017-11-08 11:44:37 -08:00
Robert Field
7ce7347fd2
8179856: jshell tool: not suitable for pipeline use
...
8186708: jshell tool: bad load file garbles message and does not abort
Reviewed-by: jlahoda
2017-10-24 20:33:36 -07:00
Semyon Sadetsky
00fcd16ee7
8188081: Text selection does not clear after focus is lost
...
Reviewed-by: serb, psadhukhan
2017-10-24 08:37:11 -07:00
Ujwal Vangapally
6eeb777697
8044122: MBean access to the PID
...
Added new API getPid for getting process ID
Reviewed-by: mchung, rriggs
2017-11-07 22:05:44 -08:00
Jiangli Zhou
c2d94a0073
8189840: CheckCachedResolvedReferencesApp has no cached resolved references
...
Add WhiteBox.areOpenArchiveHeapObjectsMapped() for CheckCachedResolvedReferencesApp to check and skip test when open archive heap objects are not mapped.
Reviewed-by: iklam, ccheung
2017-11-07 18:48:17 -05:00
Jesper Wilhelmsson
3c76c33dba
Merge
2017-11-07 08:47:47 +01:00
Thomas Schatzl
d7b2fafd3d
8190703: TestSystemGCWith* infrequently times out on SPARC
...
Give the test a timeout after which it ends on its own.
Reviewed-by: shade, sjohanss
2017-11-07 13:51:18 +01:00
Doug Simon
67b21ffa1d
8186478: [JVMCI] rename HotSpotResolvedJavaMethod#setNotInlineableOrCompileable
...
Reviewed-by: kvn, thartmann
2017-11-06 12:17:59 +01:00
Jamsheed Mohammed C M
34deb9cc2a
8167409: Invalid value passed to critical JNI function
...
The tmp reg used to break the shuffling cycle (handled in ComputeMoveOrder) is set to 64 bit.
Reviewed-by: dlong
2017-11-06 04:14:22 -08:00
Leo Korinth
c2935fa4a4
8186502: Assert when range testing G1RefProcDrainInterval on 64-bit systems
...
Reviewed-by: sjohanss, sangheki
2017-11-06 09:41:54 +01:00
Stefan Johansson
16963a0d5c
8190353: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can still fail
...
Reviewed-by: sangheki, eosterlund
2017-11-06 11:11:44 +01:00
Jamsheed Mohammed C M
ef98509665
8167408: Invalid critical JNI function lookup
...
Made correction to arg_size calculation in NativeLookup::lookup_critical_entry
Reviewed-by: dholmes, dlong, mdoerr, vlivanov
2017-11-06 00:30:36 -08:00
Calvin Cheung
c39d2071f0
8187347: Do not abort CDS archive creation when some classes are unverifiable
...
Deprecating the IgnoreUnverifiableClassesDuringDump vm option in JDK10 and set its default value to true
Reviewed-by: dholmes, jiangli
2017-11-03 10:48:26 -07:00
Gerard Ziemski
a043febf6f
8184765: Dynamically resize SystemDictionary
...
Implemented dynamic resizing, which triggers when load factor is too high
Reviewed-by: coleenp, rehn
2017-11-02 11:00:34 -05:00
Phil Race
05adede5f5
Merge
2017-10-23 13:06:04 -07:00
Liam Miller-Cushon
ed0ea37394
8187247: canonical import check compares classes by simple name
...
Reviewed-by: jlahoda
2017-10-23 14:11:04 +02:00
Pankaj Bansal
6e6996cd6c
8145795: [PIT] java/awt/Window/ScreenLocation/ScreenLocationTest.java fails (can assign Integer.MAX_VALUE to Window dimensions)
...
Reviewed-by: serb, pkbalakr
2017-10-23 16:55:52 +05:30
Priya Lakshmi Muthuswamy
6a0b70e242
8165198: Inconsistent values with JavaImporter after accessing undefined variable
...
Reviewed-by: sundar, hannesw
2017-10-23 13:03:01 +02:00
Erik Joelsson
c7084efdb5
8189664: Stop producing ARCHIVE_BUNDLE.zip from test makefiles unless asked to
...
Reviewed-by: ihse
2017-10-23 10:41:34 +02:00
Robert Field
19fbc4c08c
8187359: JShell: Give comprehensible error when user method name matches Object method
...
Reviewed-by: jlahoda
2017-10-20 19:08:25 -07:00
Henry Jen
4e93f8fc9f
Merge
2017-10-20 09:49:02 -07:00
Athijegannathan Sundararajan
0da8aae161
8189671: jlink should clearly report error when an automatic module is used
...
Reviewed-by: alanb, mchung
2017-10-20 17:16:05 +05:30
Lucy Lu
ec1c3bce45
8164900: Add support for O_DIRECT
...
Add support for Direct I/O in FileChannel
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
2017-10-17 16:51:11 -07:00
Naoto Sato
483595f375
8189272: CLDR and JRE LocaleProviderAdapters silently swallow exceptions
...
Reviewed-by: mchung
2017-10-24 08:56:47 -07:00
Naoto Sato
ab49e12b7f
8189291: Test policy should extend the default system policy
...
Reviewed-by: mchung
2017-10-24 08:56:30 -07:00
Jan Lahoda
a663434be7
8189796: Incorrect end position for missing statement
...
Recording end positions for error trees representing missing statements.
Co-authored-by: Dusan Balek <dusan.balek@oracle.com>
Reviewed-by: mcimadamore
2017-10-24 12:07:27 +02:00
Nils Eliasson
c5e0971547
8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds
...
Compile fewer methods
Reviewed-by: thartmann, kvn
2017-11-20 09:50:23 +01:00
Roland Westrelin
3a205924e4
8188151: "assert(entry_for(catch_pco, handler_bcis->at(i), scope_depth)->pco() == handler_pcos->at(i))" failure with C1
...
Reviewed-by: kvn, dlong
2017-10-10 14:05:04 +02:00
Sharath Ballal
b7dc6e4e41
8189061: serviceability/sa/TestInstanceKlassSize.java - Unable to find instance klass for null
...
Reviewed-by: jgeorge, dholmes
2017-10-24 15:44:29 +05:30
Jamsheed Mohammed C M
dc50d0a8b2
8168712: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL
...
Skip the assert for this specific case, as it is not an issue.
Reviewed-by: coleenp, dlong, kvn
2017-10-24 06:06:56 -07:00
Jesper Wilhelmsson
7884ab9ccf
Merge
2017-10-30 21:23:10 +01:00
Igor Ignatyev
92254a72a4
8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
...
Reviewed-by: jwilhelm, epavlova
2017-10-31 16:31:39 -07:00
Coleen Phillimore
e908052a71
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
...
Removed hotspot version of jvm*h and jni*h files.
Reviewed-by: ihse, mchung, dholmes
2017-10-31 11:55:09 -04:00
Tobias Hartmann
832d68597e
8190351: InitialAndMaxUsageTest does not free allocated blob
...
Refactored test to add blob to free list and changed the allocation loop to start with blobs of size ~36 Mb.
Reviewed-by: kvn
2017-10-31 09:33:47 +01:00
Sangheon Kim
4101ba9a13
8185278: TestGreyReclaimedHumongousObjects.java fails guarantee(index != trim_index(_head_index + 1)) failed: should not go past head
...
Add STS to avoid MMU concurrency problem between VM Thread and Concurrent Mark Thread
Reviewed-by: tschatzl, ehelin
2017-10-26 21:30:48 -07:00
Jesper Wilhelmsson
65db4f42d0
8187556: Backout of a fix reintroduced a dependency that had since been removed
...
Reviewed-by: duke
2017-09-14 22:57:36 +02:00
Roman Kennke
7030019135
8171853: Remove Shark compiler
...
Reviewed-by: dholmes, kvn, erikj, ihse
2017-10-15 22:54:03 +02:00
Harold Seigel
99bf982432
8174954: Parameter target type is allowed access after a module read edge or a package export has occurred after failed resolution
...
Store resolution exception in resolution_error table and set flag in cpCache indicating resolution failed.
Reviewed-by: acorn, jrose, dholmes, lfoltan
2017-10-23 10:42:26 -04:00
Jesper Wilhelmsson
a9f136ec2e
Merge
2017-10-22 00:10:29 +02:00
Serguei Spitsyn
ba7368fbd6
Merge
2017-10-21 00:06:50 +00:00
Jesper Wilhelmsson
291e5e159d
Merge
2017-10-21 01:23:52 +02:00
Yasumasa Suenaga
c4706f598d
8151815: Could not parse core image with JSnap
...
Reviewed-by: dholmes, sspitsyn
2017-10-21 07:00:23 +09:00
Dean Long
e7270b8965
8132547: [AOT] support invokedynamic instructions
...
Reviewed-by: iveresov, kvn
2017-10-19 19:23:48 -07:00
Serguei Spitsyn
41d19c4a10
8173936: [TESTBUG] test/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java needs to be re-examined
...
Expect CFLH events only if can_generate_early_vmstart capability is enabled
Reviewed-by: dholmes, gtriantafill
2017-10-17 14:37:01 -07:00
Harold Seigel
d3466f7dce
8188922: [TESTBUG] runtime/CommandLine/VMDeprecatedOptions.java fails with JDK10 release bits
...
Add -XX:+UnlockDiagnosticVMOptions to the command line when testing a deprecated diagnostic option.
Reviewed-by: coleenp, lfoltan
2017-10-11 10:03:22 -04:00
Mandy Chung
7344b46c71
8189193: FindClass should only see classes from the boot loader called from its associated native library
...
Reviewed-by: coleenp, dholmes
2017-10-19 17:27:34 -07:00
Sangheon Kim
e4cf0cb437
8188245: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can fail
...
Changed to use BigDecimal to solve double rounding issue
Reviewed-by: sjohanss, eosterlund
2017-10-19 11:31:52 -07:00
Magnus Ihse Bursie
7c78b40f8d
8189608: Remove duplicated jni.h
...
Reviewed-by: erikj, dholmes, coleenp
2017-10-19 11:59:52 +02:00
Yasumasa Suenaga
f778dfd81a
8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
...
Reviewed-by: coleenp, hseigel
2017-10-18 18:49:54 -04:00
Mikhailo Seledtsov
ac63626f1f
8181592: [TESTBUG] Docker test utils and docker jdk basic test
...
Implemented docker test utilities and basic test
Reviewed-by: iignatyev, lmesnik, gtriantafill
2017-10-10 19:18:36 -07:00
Mandy Chung
4c1297b778
8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
...
Reviewed-by: alanb, coleenp, dholmes
2017-10-10 11:52:42 -07:00
Jesper Wilhelmsson
42a29333b9
Merge
2017-10-10 16:29:04 +02:00
Ioi Lam
94760c8130
8188828: Intermittent ClassNotFoundException: jdk.test.lib.Platform for compiler tests
...
As a work around, remove dependency from jdk.test.lib.FileInstaller to other classes in this library
Reviewed-by: iignatyev, gtriantafill, kvn, dholmes
2017-10-09 13:11:25 -07:00
Vladimir Kozlov
e24a5bc2ff
8188776: jdk.internal.vm.ci can't export package to upgradeable modules
...
Added missing exception in JdkQualifiedExportTest.java test
Reviewed-by: mchung
2017-10-06 13:00:18 -07:00