mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8217921: Runtime dead code removal
Reviewed-by: coleenp, sgehwolf, dholmes
This commit is contained in:
parent
6a9f775041
commit
d589fa875d
32 changed files with 9 additions and 255 deletions
|
@ -328,10 +328,6 @@ void Arguments::add_loaded_agent(AgentLibrary *agentLib) {
|
|||
_agentList.add(agentLib);
|
||||
}
|
||||
|
||||
void Arguments::add_loaded_agent(const char* name, char* options, bool absolute_path, void* os_lib) {
|
||||
_agentList.add(new AgentLibrary(name, options, absolute_path, os_lib));
|
||||
}
|
||||
|
||||
// Return TRUE if option matches 'property', or 'property=', or 'property.'.
|
||||
static bool matches_property_suffix(const char* option, const char* property, size_t len) {
|
||||
return ((strncmp(option, property, len) == 0) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue