mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8211350: Remove jprt support
Reviewed-by: dholmes, erikj, mchung, alanb, jjg
This commit is contained in:
parent
c55d60acf7
commit
8e53d1b5dc
23 changed files with 44 additions and 1087 deletions
|
@ -1569,9 +1569,6 @@ void * os::dll_load(const char *filename, char *ebuf, int ebuflen) {
|
|||
// This is OK - No Java threads have been created yet, and hence no
|
||||
// stack guard pages to fix.
|
||||
//
|
||||
// This should happen only when you are building JDK7 using a very
|
||||
// old version of JDK6 (e.g., with JPRT) and running test_gamma.
|
||||
//
|
||||
// Dynamic loader will make all stacks executable after
|
||||
// this function returns, and will not do that again.
|
||||
assert(Threads::number_of_threads() == 0, "no Java threads should exist yet.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue