Joe Darcy
1610706716
8219561: Update jdeprscan to avoid the need for start-of-release changes
...
Reviewed-by: dfuchs, lancea, smarks
2019-02-25 14:45:29 -08:00
Mikhailo Seledtsov
8813c391df
8219553: [TESTBUG] Problem list JFR TestPeriod test
...
Problem listed the test
Reviewed-by: egahlin
2019-02-25 08:16:20 -08:00
Sean Mullan
677aaed765
8159525: Add @FunctionalInterface annotation to PrivilegedAction and PrivilegedExceptionAction
...
Reviewed-by: clanger
2019-02-25 08:25:23 -05:00
Patrick Zhang
57c2735dd0
8219635: aarch64: missing LoadStore barrier in TemplateTable::fast_storefield
...
Reviewed-by: aph
2019-02-25 18:50:29 +08:00
Philipp Kunz
24af91dc02
8219548: Better Null paramenter checking in ToolProvider
...
Reviewed-by: lancea, alanb, jjg
2019-02-26 13:14:26 -05:00
Jini George
8b01c4b53d
8214756: SA should ignore archived java heap objects that are not in use
...
Ignore objects, the associated classes of which are unloaded while walking the heap to create a heapdump
Reviewed-by: jiangli, redestad
2019-02-25 13:50:32 +05:30
Shashidhara Veerabhadraiah
d644970c02
8212202: [Windows] Exception if no printers are installed
...
Reviewed-by: prr
2019-02-25 11:02:53 +05:30
Shashidhara Veerabhadraiah
c373740319
8213071: [macos] The focus disappears after pressing return to close the "That was a pretty good movie!" dialog
...
Reviewed-by: serb
2019-02-21 12:27:39 +05:30
Shashidhara Veerabhadraiah
6c275b343a
8190361: Incorrect version info in jaccessinspector.exe and jaccesswalker.exe
...
Reviewed-by: prr, mhalder
2019-02-21 11:10:35 +05:30
Prasanta Sadhukhan
0b13339d0c
8219156: RTFEditorKit writes background color but doesn't read
...
Reviewed-by: serb
2019-02-21 10:33:24 +05:30
Andrew M Leonard
cd9fb366a5
8219378: Ensure ReflectionFactory.langReflectAccess is initialized correctly
...
Reviewed-by: rriggs, alanb, mchung
2019-02-19 16:13:05 +00:00
Eric Caspole
24ef3fd98f
8219664: LogCompilation: java.lang.Error: Unexpected method mismatch during late inlining
...
Set lateInlining=true in task endElement
Reviewed-by: vlivanov, kvn
2019-02-26 10:39:28 -05:00
Coleen Phillimore
2a83596e85
8181171: Deleting method for RedefineClasses breaks ResolvedMethodName
...
8210457: JVM crash in ResolvedMethodTable::add_method(Handle)
Add a function to call NSME in ResolvedMethodTable to replace deleted methods.
Reviewed-by: sspitsyn, dholmes, dcubed
2019-02-26 08:01:20 -05:00
Prasanta Sadhukhan
493a77061f
Merge
2019-02-19 11:52:19 +05:30
Kim Barrett
47ca2c4300
8214363: HeapWord should not be a fake class
...
Change HeapWord and MetaWord to be pointers to incomplete types.
Reviewed-by: tschatzl, mikael, coleenp, pliden
2019-02-18 16:34:46 -05:00
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
Matthias Baesken
4de51069e4
8218811: replace open by os::open in hotspot coding
...
Reviewed-by: dholmes, iklam, stuefe
2019-02-18 16:17:48 +01:00
David Holmes
1d5674ab33
8208278: [mlvm] [TESTBUG] vm.mlvm.mixed.stress.java.findDeadlock.INDIFY_Test Deadlocked threads are not always detected
...
Reviewed-by: iignatyev
2019-02-24 16:10:52 -05:00
Vicente Romero
4d368850e1
8219480: j.l.c.ClassDesc::arrayType(int rank) throws IllegalArgumentException if rank = 0
...
Reviewed-by: mchung, briangoetz
2019-02-23 19:41:53 -05:00
Aleksey Shipilev
3d6795e0e3
8219583: Windows build failure after JDK-8214777 (Avoid some GCC 8.X strncpy() errors in HotSpot)
...
Reviewed-by: kbarrett, mikael
2019-02-23 10:55:45 +01:00
Mikael Vidstedt
1f65a934c0
8219611: Remove superfluous sigfillset code
...
Reviewed-by: dholmes
2019-02-22 18:54:23 -08:00
Igor Ignatyev
db21ab11f7
8209807: improve handling exception in requires.VMProps
...
Reviewed-by: vlivanov, mseledtsov
2019-02-22 14:39:57 -08:00
Stefan Karlsson
17777a7680
8219571: ProblemList serviceability/sa/TestJmapCoreMetaspace.java
...
Reviewed-by: iignatyev
2019-02-22 20:42:01 +01:00
Coleen Phillimore
351280bbb8
8078725: method adjustments can be done just once for all classes involved into redefinition
...
Walk all classes at the end of redefinition and adjust method entries and clean MethodData
Reviewed-by: sspitsyn
2019-02-22 13:56:08 -05:00
Igor Ignatyev
b88c7ac223
8219158: use 'test.root' property instead of traversing test-src path
...
Reviewed-by: dholmes
2019-02-22 11:07:18 -08:00
Brian Burkhalter
24c70fcf88
8048192: (bf) Out of direct buffer memory message should include the limits
...
Reviewed-by: alanb, rriggs
2019-02-22 10:13:34 -08:00
Brian Burkhalter
b24f8ba2ec
8011135: (bf) CharBuffer.put(String) is slow because of String.charAt() call for each char
...
Reviewed-by: alanb, redestad
2019-02-22 10:13:33 -08:00
Igor Ignatyev
98ebd2bc9e
8219417: bump jtreg requiredVersion to b14
...
Reviewed-by: alanb, dholmes
2019-02-22 09:47:00 -08:00
Aleksey Shipilev
8360a7884d
8219574: Minimal VM build failure after JDK-8219414
...
Reviewed-by: jgeorge, dholmes, cjplummer
2019-02-22 17:54:13 +01:00
Claes Redestad
c97af8c3f7
8219554: Redundant lookup_common in SymbolTable::add
...
Reviewed-by: iklam, coleenp, mikael
2019-02-22 16:41:01 +01:00
Boris Ulasevich
504562b3a4
8217647: JFR: recordings on 32-bit systems unreadable
...
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: egahlin
2019-02-22 17:30:07 +03:00
Priya Lakshmi Muthuswamy
2c2ca43c15
8219575: jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet test fails in mach5
...
Reviewed-by: hannesw
2019-02-22 19:58:22 +05:30
Robbin Ehn
74d466fd5f
8219436: Safepoint logs correction and misc
...
Reviewed-by: mdoerr, coleenp
2019-02-22 14:20:06 +01:00
Stefan Karlsson
2133bed090
8219469: ZGC: Extract functions out from ZNMethodTable into new ZNMethod class
...
Reviewed-by: pliden
2019-02-21 14:24:44 +01:00
Stefan Karlsson
8fec4b7f85
8219468: ZGC: Extract iteration functionality into a new ZNMethodTableIteration class
...
Reviewed-by: pliden
2019-02-20 12:04:12 +01:00
Stefan Karlsson
a7707862a9
8219467: ZGC: Move ZNMethodData to its own file
...
Reviewed-by: pliden
2019-02-20 11:42:49 +01:00
Stefan Karlsson
858c007cf8
8219466: ZGC: Extract allocation functionality into a new ZNMethodAllocator class
...
Reviewed-by: pliden
2019-02-20 11:39:36 +01:00
Stefan Karlsson
2895d5534d
8219464: ZGC: Move nmethod oop properties from ZNMethodTableEntry to ZNMethodData
...
Reviewed-by: pliden
2019-02-20 10:47:03 +01:00
Stefan Karlsson
7c5141a048
8219573: Add NMethodClosure
...
Reviewed-by: pliden, eosterlund
2019-02-21 13:20:34 +01:00
Stefan Karlsson
b0383a247d
8219463: ZGC: Remove redundant ZNMethodTable::_iter_lock
...
Reviewed-by: pliden
2019-02-20 10:46:39 +01:00
Stefan Karlsson
45f74c8c95
8219462: ZGC: Use wait/notify in ZNMethodTable
...
Reviewed-by: pliden
2019-02-19 13:47:45 +01:00
Claes Redestad
33d947b7e3
8219247: Enable inlining of newly introduced PlatformMonitor methods
...
Reviewed-by: dholmes, rehn
2019-02-22 09:23:37 +01:00
Priya Lakshmi Muthuswamy
151e628a8e
8215584: Remove support for the "old" doclet API in com/sun/javadoc
...
Reviewed-by: jjg, hannesw
2019-02-22 11:10:55 +05:30
Ioi Lam
d06f3e7e28
8218751: Do not store original classfiles inside the CDS archive
...
Remove the OD shared region and decode classfiles on the fly
Reviewed-by: jiangli, ccheung, sspitsyn, redestad
2019-02-21 17:07:35 -08:00
Jonathan Gibbons
b7ed42eedd
8219558: jdk/javadoc tests fail with missing headings: h1
...
Reviewed-by: darcy
2019-02-21 17:50:27 -08:00
Mikael Vidstedt
15d554b395
8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
...
Reviewed-by: kbarrett, rehn
2019-02-21 16:56:06 -08:00
Jonathan Gibbons
46666a2d94
8216170: java.lang.IllegalArgumentException: directories not supported
...
Reviewed-by: hannesw
2019-02-21 15:17:42 -08:00
Jonathan Gibbons
4aafd7b06e
8219497: Unused parameter in HtmlDocletWriter::printHtmlDocument
...
Reviewed-by: hannesw
2019-02-21 15:05:47 -08:00
Jonathan Gibbons
fa0093dc2c
8215307: Pages do not have <h1>
...
Reviewed-by: hannesw
2019-02-21 14:03:57 -08:00
Joe Darcy
bf2d27c5a4
8219254: Update explicit uses of latest source/target in langtools tests to a property
...
8219256: Update javac diags tests to use properties
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: jjg, jlahoda, darcy, iignatyev
2019-02-21 10:29:16 -08:00