8304547: Remove checking of -Djava.compiler in src/jdk.jdi/share/classes/com/sun/tools/jdi/SunCommandLineLauncher.java
Reviewed-by: dholmes, cjplummer, alanb
This commit is contained in:
parent
8d423f7305
commit
46b0602376
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1998, 2023, 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
|
||||
@ -172,12 +172,6 @@ public class SunCommandLineLauncher extends AbstractLauncher {
|
||||
ARG_QUOTE);
|
||||
}
|
||||
|
||||
if ((options.indexOf("-Djava.compiler=") != -1) &&
|
||||
(options.toLowerCase().indexOf("-djava.compiler=none") == -1)) {
|
||||
throw new IllegalConnectorArgumentsException("Cannot debug with a JIT compiler",
|
||||
ARG_OPTIONS);
|
||||
}
|
||||
|
||||
/*
|
||||
* Start listening.
|
||||
* If we're using the shared memory transport then we pick a
|
||||
|
Loading…
x
Reference in New Issue
Block a user