8193909: Obsolete(remove) Co-operative Memory Management (CMM)
Co-authored-by: Brent Christian <brent.christian@oracle.com> Reviewed-by: dholmes, jwilhelm, mchung, tschatzl
This commit is contained in:
parent
276e1da447
commit
98a4315c72
make/nashorn
src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test
test/langtools/jdk/javadoc/doclet/testModules/jdk
@ -261,7 +261,6 @@ jdk.jshell
|
||||
jdk.jshell.execution
|
||||
jdk.jshell.spi
|
||||
jdk.jshell.tool
|
||||
jdk.management.cmm
|
||||
jdk.management.jfr
|
||||
jdk.management.resource
|
||||
jdk.nashorn.api.scripting
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -553,7 +553,6 @@ public final class CompileTheWorld {
|
||||
classFileCounter++;
|
||||
|
||||
if (className.startsWith("jdk.management.") ||
|
||||
className.startsWith("jdk.internal.cmm.*") ||
|
||||
// GR-5881: The class initializer for
|
||||
// sun.tools.jconsole.OutputViewer
|
||||
// spawns non-daemon threads for redirecting sysout and syserr.
|
||||
|
@ -310,8 +310,6 @@ module:jdk.localedata
|
||||
module:jdk.management
|
||||
com.sun.management
|
||||
module:jdk.management.agent
|
||||
module:jdk.management.cmm
|
||||
jdk.management.cmm
|
||||
module:jdk.management.jfr
|
||||
jdk.management.jfr
|
||||
module:jdk.management.resource
|
||||
|
Loading…
x
Reference in New Issue
Block a user